Romuald Conty
6aae96e1e1
Move examples into src/examples subdirectory.
...
Change examples names to nfc-* (or nfcip-*).
2009-10-06 08:32:50 +00:00
Romuald Conty
881ef6c319
Examples help messages now use argv[0] to determine their name.
...
MIFARE examples (mftool and mfultool) have now a better help message.
2009-10-05 15:01:08 +00:00
Romuald Conty
979f1fa518
WARNING: API changed ! Some variable name have been changed to match with coding convention.
...
Changed length parmeters from uint32_t to size_t (Fix Issue 32).
Code cleanup.
2009-10-02 09:52:02 +00:00
Romuald Conty
be55ba2955
WARNING: API changed: nfc_connect() now take one argument. Have a look at nfc-list example (list.c) or at directly at function Doxygen comment (libnfc.h).
...
Add configure option: --disable-serial-autoprobe to fix Issue 2 (Autotools and CMake).
Fix Issue 11: it is now possible to specify a wanted device using new struct "nfc_device_desc_t".
Code cleanup.
2009-09-04 13:24:34 +00:00
Romuald Conty
f5c401fb8c
Remove DOS line endings.
2009-09-02 20:15:21 +00:00
Romuald Conty
2bf4393191
Add MIFARE Ultratag tool. (Many thanks to xxv)
2009-07-24 15:35:02 +00:00