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 tongue

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.

Last edited by zuck (2009-12-09 14:31:31)

Re: C++ NDEF library (libndef)

Great work Zuck.

I have tried it, it works as expected.

Thanks.

Romuald Conty