timmerk / nfc-tools

Automatically exported from code.google.com/p/nfc-tools
0 stars 0 forks source link

Merge lsnfc and nfc-list #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
nfcutils (lsnfc) project have been started to list tags/targets and show them 
more friendly using names and retrieving useful datas from target (ie. version 
and total space for DESFire) with the closer output to lspci, lsusb.
At lsnfc's start, nfc-list was not what it is now: nfc-list now gives many 
information, show friendly name, etc.

My purpose is to merge both into nfc-list with a special output style argument.

To do this, nfc-list needs to be improved by implementing:
 - special data retrieving like DESFire version and size
 - lspci/lsusb output formating style

Note: we could made a symlink from nfc-list to lsnfc under POSIX and choose 
default output style using executable name.

Original issue reported on code.google.com by romu...@libnfc.org on 20 May 2011 at 5:11