Romuald Conty
13d0bb7b0f
nfcip-*: code clean up, enhance output to understand what happens.
2010-10-08 18:15:00 +00:00
Romuald Conty
bf1f9c68d3
nfc-list: remove some useless calls to nfc_configure(), these settings are applied by default.
2010-10-08 18:13:18 +00:00
Romuald Conty
aeadaf536c
nfc-poll: code clean up, add man page.
2010-10-08 17:05:05 +00:00
Romuald Conty
8ec4c57910
pn53x-diagnose: add man page.
2010-10-08 16:57:09 +00:00
Romuald Conty
9b3dbc272c
Update existing man pages.
2010-10-08 16:24:04 +00:00
Romuald Conty
994b119c32
nfc-emulate-forum-tag4 (renamed from nfc-emulate-ndef): add a man page.
2010-10-08 15:37:21 +00:00
Romuald Conty
fd211d53f8
nfc-emulate-tag: improve documentation, add a man page.
2010-10-08 14:45:48 +00:00
Romuald Conty
993a16f17c
nfc-emulate-uid: finalize renaming.
2010-10-08 14:10:28 +00:00
Romuald Conty
79ebce2549
examples: rename nfc-emulate to nfc-emulate-uid.
...
Add some code documentation.
Update man page.
2010-10-08 14:05:10 +00:00
Romuald Conty
1565d540a8
Remove useless FIXME
2010-10-07 13:00:57 +00:00
Romuald Conty
840ff89450
Fix minor warnings
2010-10-07 12:59:12 +00:00
Philippe Teuwen
cb346cf20b
nfc-emulate-ndef: some more doc
2010-10-06 21:04:52 +00:00
Philippe Teuwen
b74267901d
nfc-emulate-tag: some more doc & Mifare example (not complete)
2010-10-06 20:31:36 +00:00
Romuald Conty
623c8bbeef
Remove useless FIXME
2010-10-06 10:11:24 +00:00
Romuald Conty
5fdb7ab254
examples: rename nfc-sam to pn53x-sam, it need to made some direct calls to pn53x_* functions.
2010-10-06 09:10:14 +00:00
Romuald Conty
ec3f854a68
nfc-sam: code clean up and fix comments
2010-10-06 09:03:08 +00:00
Philippe Teuwen
d75e25d29d
nfc-emulate-ndef now using easy framing & fix timing issues
2010-10-05 10:05:22 +00:00
Philippe Teuwen
2024e5f904
nfc-list: add example how to address directly a USB device by its name
2010-10-05 07:53:19 +00:00
Philippe Teuwen
6eca8843f6
nfc-emulate-ndef: document exchange & remove compil warning
2010-10-04 21:01:11 +00:00
Romuald Conty
98d0f2522f
nfc-emulate-tag: add DESELECT command, enhance debug
2010-10-04 19:17:40 +00:00
Romuald Conty
e800765ffc
nfc-emulate-ndef: remove one pn53x_set_parameters(). Note: it works a lot better with ARYGON (serial @9600 bauds) than touchatag through PCSC and USB.
2010-10-04 18:12:57 +00:00
Romuald Conty
ad7a8a59a6
nfc-emulate: Use a better const byte_t notation (no \0 EOL character).
2010-10-04 18:00:17 +00:00
Romuald Conty
178f73d98a
nfc-sam: NTM_PICC does exist anymore and I dont think thats needed to all but ISO14443-4 initiator in this place.
2010-10-04 13:30:12 +00:00
Romuald Conty
da1de80aa6
nfc-emulate-ndef: use nfc_target_receive_bytes() instead of pn53x_target_receive_bytes(), adjust NTM_PICC new name
2010-10-04 13:28:36 +00:00
Romuald Conty
5233fceda7
Improve the target emulation functions (ATM, only ISO14443A), add an example (nfc-emulate-tag), update examples to use the new API.
2010-10-04 12:46:03 +00:00
Romuald Conty
d2d15afa3b
examples: minor enhancements
2010-10-04 12:43:22 +00:00
Romuald Conty
afb1c3a0f8
examples: minor enhancements
2010-10-04 12:37:43 +00:00
Philippe Teuwen
80ee446f74
pn53x-tamashell now accepts scripts, see examples
2010-10-04 12:36:29 +00:00
Romuald Conty
17b940c610
Finalize pn53x-tamashell integration (add readline m4, fiw minor warnings, adjust Makefile.am)
2010-10-04 10:24:45 +00:00
Philippe Teuwen
87161b5b7b
Examples: pn53x-tamashell
...
TODO: readline detection via autoconf
2010-10-02 23:35:24 +00:00
Philippe Teuwen
eca47b3cff
nfc-emulate-ndef: S(DESELECT) is actually auto in this mode
2010-10-01 17:59:23 +00:00
Romuald Conty
ae522c843c
nfc-sam: fix author fields (name and email).
2010-10-01 16:30:38 +00:00
Romuald Conty
f31cb6193b
Minor man pages update.
2010-10-01 14:27:39 +00:00
Romuald Conty
bf995b3c4e
nfc-emulate-ndef: change Tx/Rx message to prevent from mixing with TX/RX from debug mode, add the first receive datas.
2010-09-30 16:02:02 +00:00
Romuald Conty
3c5e815ddd
nfc-emulate-ndef: remove minor compilation warnings, add a FIXME to remove pn53x specific code in this example.
...
New issue
Summary: Remove pn53x specific from nfc* examples
Labels: Priority-Low Milestone-1.4.x
Examples provided by libnfc should show the "right" way to use libnfc and to use pn53x specific (and non public) functions is not a good pratice.
There can be some exceptions only if its really dedicated to one kind of chip and the example name have to follow the format "chip-function" instead of usual "nfc-function". (e.g. pn53x-diagnose)
2010-09-30 08:36:49 +00:00
Romuald Conty
3cd0860203
nfc-emulate-ndef: minor clean up, improve error debugging.
2010-09-29 15:26:17 +00:00
Romuald Conty
a9b8b84e13
Build nfc-emulate-ndef example
2010-09-29 11:08:06 +00:00
Romuald Conty
2318182c2c
Remove minor warning.
2010-09-29 09:59:02 +00:00
Roel Verdult
e0c01fca01
commented nfcip lines
2010-09-28 16:18:05 +00:00
Roel Verdult
6dfe88113e
Added new example, PN53x chips will now emulate NDEF tag! not in build-script yet
2010-09-28 16:15:59 +00:00
Romuald Conty
5efa9e2cdb
Jewel/Topaz full UID is 6 bytes long (7 bytes with the manufacturer ID) but during select only the 4 LSB are returned, so we change the display to keep it in mind. (Thanks to Phil)
2010-09-28 15:37:36 +00:00
Romuald Conty
8672c809bd
example: Jewel support in nfc-list and nfc-poll. (Many thanks to Phil)
2010-09-28 15:31:31 +00:00
Romuald Conty
cab6d19c5a
examples: decode more data from ATQB. (Thanks to Phil)
2010-09-28 15:27:06 +00:00
Romuald Conty
15f3609eaf
nfcip-target: add an hack to allow to use two devices on the same machine. (Thanks to Phil)
2010-09-28 15:24:05 +00:00
Roel Verdult
16fd4bc2a0
Typo ;)
2010-09-24 16:51:30 +00:00
Roel Verdult
6f89ad50f8
add key for democards
2010-09-24 16:29:17 +00:00
Romuald Conty
1acf950ce9
Improve ISO14443B display: some protocol information are now decoded to be displayed.
2010-09-23 17:03:19 +00:00
Romuald Conty
2f95fb254b
Improve ATQB decoding: "PUPI", "Application Data", and "Protocol Info" is now available as separated fields.
2010-09-23 16:26:06 +00:00
Romuald Conty
ccfd24a682
nfc-anticol now works even after running another program that change the modulation (Fixes Issue 111) (Thanks to Phil for help).
2010-09-23 16:03:05 +00:00
Romuald Conty
7e2ddedfc1
Fix ISO14443-B ATTRIB_RES decoding. (Thanks to Phil)
2010-09-23 10:12:10 +00:00