Topic: C++ NDEF library (libndef)
Hi,
this is not a true libnfc-based project but I hope it could helps many of you with your NFC needs
I've created a C++ library, libndef, which implements the NFC Data Exchange Format Specification 1.0.
It's based on QtCore lib (which is part of Qt Framework), so you need it if you want to build my library.
You can find libndef info, sources and issues at:
http://code.google.com/p/libndef
It's released under LGPL.