Table of Contents
Links
Here we put some links to other projects that you can be interesting in..
Support for program languages
Ruby
NFC is a ruby wrapper for the Near Field Communication library, written by Aaron Patterson
Python
Pynfc provides a pythonic interface for the libnfc library, allowing access to ISO-14443a and similar RFID/NFC cards supported by libnfc. This interface is written by Mike Auty.
Project based on libnfc
- libfreefare is a library for high level manipulation of MIFARE cards.
- nfcutils provide a simple 'lsnfc' command that list tags which are in your NFC device field.
- pam_nfc is a PAM (Pluggable Authentication Module) which allow to authenticate using NFC.
- nfc-eventd is a NFC monitor daemon which able to launch modules (libraries) on action (tag inserted or removed).
NFC related projects
- libndef is a C++ library for use in reading and writing messages based on NDEF (NFC Data Exchange Format) specification, written by Emanuele Bertoldi.
- nfcip-java is a Java library to facilitate communication over NFCIP, written by François Kooman.