LibNFC: Difference between revisions
Jump to navigation
Jump to search
(Created page with "[http://www.libnfc.org/documentation/introduction homepage] Page à completer") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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>. |