libnfc/examples
2010-08-18 13:53:34 +00:00
..
doc API change: nfc_initiator_select_tag() is now nfc_initiator_select_passive_target() AND nfc_initiator_deselect_tag() is now nfc_initiator_deselect_target() 2010-07-21 10:37:37 +00:00
CMakeLists.txt Added draft of a new libnfc-based example: nfc-sam. 2010-06-15 15:05:40 +00:00
Makefile.am Move all Mifare related code from libnfc API to examples: NFC is capable of Mifare, but Mifare is not NFC. 2010-06-15 15:33:22 +00:00
mifare.c mifare function improvement: it now failed when read command does not return a whole block (16 bytes). 2010-08-18 13:53:34 +00:00
mifare.h Move all Mifare related code from libnfc API to examples: NFC is capable of Mifare, but Mifare is not NFC. 2010-06-15 15:33:22 +00:00
mifareultag.h Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-anticol.1 Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-anticol.c Merge the libnfc-less-bitutils-more-ponies branch into trunk. 2010-04-26 13:13:13 +00:00
nfc-emulate.1 Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-emulate.c (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
nfc-list.1 Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-list.c nfc-list example now use nfc_initiator_list_passive_targets() function. 2010-08-18 13:13:14 +00:00
nfc-mfclassic.1 Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-mfclassic.c nfc-mfclassic now fails ealier when something goes wrong (this allow to prevent from false-success). 2010-08-18 13:20:40 +00:00
nfc-mfultralight.1 Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-mfultralight.c Fix build on Microsoft Windows. 2010-08-10 19:50:29 +00:00
nfc-poll.c Clean up wrong comments in nfc-poll. 2010-08-16 16:27:50 +00:00
nfc-relay.1 Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-relay.c (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
nfc-sam.1 Small improvements to nfc-sam stuff. 2010-07-26 08:55:43 +00:00
nfc-sam.c Really silent down gcc with -Wextra. 2010-07-31 12:57:02 +00:00
nfc-utils.c Add print_nfc_felica_info() and print_nfc_iso14443b_info() functions to nfc-utils (used by examples) 2010-08-18 12:50:40 +00:00
nfc-utils.h Add print_nfc_felica_info() and print_nfc_iso14443b_info() functions to nfc-utils (used by examples) 2010-08-18 12:50:40 +00:00
nfcip-initiator.c API change: nfc_initiator_select_tag() is now nfc_initiator_select_passive_target() AND nfc_initiator_deselect_tag() is now nfc_initiator_deselect_target() 2010-07-21 10:37:37 +00:00
nfcip-target.c Fix a brunch of -Wextra warnings: 2010-04-07 15:08:04 +00:00
pn53x-diagnose.c Add missing carriage return at EOF (yes, I have nothing better to do ATM). 2010-06-26 21:56:32 +00:00