Difference between revisions of "LibNFC"

From air
Jump to navigation Jump to search
m (Donsez moved page LibNCF to LibNFC)
 
Line 2: Line 2:
   
 
Page à completer
 
Page à completer
  +
  +
=Installation=
  +
Install [http://nfc-tools.org/index.php?title=Libnfc LibNFC] (on Debian)
  +
<pre>
  +
sudo apt-get install libnfc-dev libnfc-bin libnfc-examples
  +
</pre>
  +
  +
<pre>
  +
sudo nfc-list
  +
</pre>
  +
  +
Launch nfc-poll and put a NFC card/tag on the reader
  +
<pre>
  +
sudo nfc-poll -v
  +
</pre>
  +
  +
The ID of the NFC card/tag is prefixed by the string <code>UID (NFCID1):</code>.

Latest revision as of 19:25, 10 April 2016

homepage

Page à completer

Installation

Install LibNFC (on Debian)

sudo apt-get install libnfc-dev libnfc-bin libnfc-examples
sudo nfc-list

Launch nfc-poll and put a NFC card/tag on the reader

sudo nfc-poll -v

The ID of the NFC card/tag is prefixed by the string UID (NFCID1):.