Libnfc:Roadmap
From NFC Tools
(Difference between revisions)
(→1.7.1) |
(→1.7.1) |
||
Line 3: | Line 3: | ||
== 1.7.1 == | == 1.7.1 == | ||
* Fix minors bugs | * Fix minors bugs | ||
− | |||
* coverity scan | * coverity scan | ||
Latest revision as of 14:01, 7 February 2014
This page is used to draw collaboratively a roadmap for libnfc.
Contents |
[edit] 1.7.1
- Fix minors bugs
- coverity scan
[edit] 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
[edit] 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
[edit] 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...