Topic: Pynfc: Python wrapper for libnfc
Hi everybody,
Just to let you know that I've started a project called pynfc, designed to offer python bindings for the libnfc code. They currently offer good support transceiving both bits and bytes in an intuitive fashion as both initiator and responder. It comes with a small amount of example code that will offer a Mifare read request for a block, and verify the that the returned tag nonce is as expected.
It currently doesn't offer the full support that libnfc does, most notably it works primarily with 14443A tags only (although adding support for other card types shouldn't be difficult, I don't really have any others to test out). It also currently won't allow choosing which reader to read from, since that was all added in libnfc-1.3.3 and I haven't had time to catch up on it. 5:)
Requirements:
>= python-2.6
>= libnfc-1.3.1
Website & Bug tracker:
http://pynfc.googlecode.com/
If you'd like to help work on the code, or have any problems with it, do feel free to get in touch with me (or file a bug report). Hope it's of some use...
Mike 5:)