Libnfc:Roadmap
From NFC Tools
This page is used to draw collaboratively a roadmap for libnfc.
Contents |
1.7.1
- Fix minors bugs
- Fix nfc_initiator_target_is_present() with -4A corner cases
- coverity scan
1.8.0
- switch to libusb 1.0
- finish the work, cf https://code.google.com/p/libnfc/issues/detail?id=191
- make sure mingw-w64 cross-compilation works
- cf https://code.google.com/p/libnfc/issues/detail?id=188 and latest efforts in libusb10 branch
- coverity scan
1.8.1
- Implement some NFC-Forum tag operations functions:
- nfc_forum_read()
- nfc_forum_write()
- ...
- coverity scan
IMHO (Romuald), having an API similar to the existing ones could be a good idea for experienced users. e.g. https://developer.android.com/reference/android/nfc/tech/Ndef.html
2.0.0
- Inter-operate nicely with neard (who knows...)
- Bring user space support for all PN53x devices to neard
- Get access to the low level commands of PN532 & PN533 supported by the kernel modules
So far the only way to use a PN533 with libnfc is to remove the kernel module...