Skip to content

NeuralSpaz/nfc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Go wrapper for the libnfc. It has been written against version 1.7.0.
The code has not been thoroughly tested yet. Please report any errors to the
project. The API is considered stable as of version 2.0 and will probably not
change in incompatible ways in the near future.

The current release of this wrapper is release 2.0.2. Successive minor releases
will be placed in different subfolders as to not change the semantics of code
that links against a specific version of this wrapper. The patch level is not
reflected in this scheme as an increase in patch level does not lead to
incompatibilities. The general folder structure is

    github.com/fuzxxl/nfc/<major>.<minor>/nfc

The following versions are special:

* latest always points to the latest version
* dev is the version that is currently under development

Copyright (c) 2014, 2015 Robert Clausecker <[email protected]>

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

About

Go bindings for the libnfc

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.3%
  • C 6.7%