Topic: lsnfc: simple command for POSIX systems
POSIX systems users usually known commands like lspci, lsusb or lspcmcia; I'm happy to announce that lsnfc now exists.
It was written for debugging purpose but it is already usable.
Output examples:
$ lsnfc
device = ACR122U102 - PN532 v1.4 (0x07)
ISO14443A: NXP MIFARE DESFire (UID=04453501db2480)
ISO14443A: NXP MIFARE DESFire (UID=042e4201db2480)
ISO14443A: NXP MIFARE DESFire (UID=04145109db2480)
ISO14443A: NXP MIFARE DESFire (UID=04443401db2480)
ISO14443A: NXP MIFARE DESFire (UID=04400b09db2480)
5 tag(s) have been found.
$ lsnfc
device = ACR122U102 - PN532 v1.4 (0x07)
ISO14443A: NXP MIFARE Classic 1K (UID=fccd5dd3)
ISO14443A: NXP MIFARE Classic 1K (UID=5c6c5ed3)
ISO14443A: NXP MIFARE Classic 1K (UID=6c185fd3)
3 tag(s) have been found.
$ lsnfc
device = ACR122U102 - PN532 v1.4 (0x07)
ISO14443A: NXP MIFARE Ultralight (UID=04652e91212580)
ISO14443A: NXP MIFARE Ultralight (UID=04ce4591212580)
ISO14443A: NXP MIFARE Ultralight (UID=047a3991212580)
3 tag(s) have been found.
lsnfc is a part from nfcutils package in nfc-tools project (http://code.google.com/p/nfc-tools/).
As a part of nfc-tools, nfcutils is under GPL license and contributions are welcome.