libnfc/utils/nfc-list.1

59 lines
1.5 KiB
Groff
Raw Normal View History

.TH nfc-list 1 "June 26, 2009" "libnfc" "NFC Utilities"
2009-06-26 17:10:01 +02:00
.SH NAME
nfc-list \- list NFC targets
2009-06-26 17:10:01 +02:00
.SH SYNOPSIS
.B nfc-list
[
.I options
]
2009-06-26 17:10:01 +02:00
.SH DESCRIPTION
.B nfc-list
2010-10-08 22:01:47 +02:00
is a utility for listing any available tags like ISO14443-A, FeliCa, Jewel
2010-10-08 18:24:04 +02:00
or ISO14443-B (according to the device capabilities).
It may detect several tags at once thanks to a mechanism called anti-collision
but all types of tags don't support anti-collision and there is some physical
limitation of the number of tags the reader can discover.
2010-10-08 18:24:04 +02:00
This tool displays all available information at selection time.
.SH OPTIONS
.TP
.B \-v
Tells
.I
nfc-list
to be verbose and display detailed information about the targets shown.
This includes SAK decoding and fingerprinting is available.
2010-10-08 18:24:04 +02:00
.SH EXAMPLE
For an ISO/IEC 14443-A tag (i.e.Mifare DESFire):
ATQA (SENS_RES): 03 44
UID (NFCID1): 04 45 35 01 db 24 80
SAK (SEL_RES): 20
ATS (ATR): 75 77 81 02 80
2009-06-26 17:10:01 +02:00
.SH BUGS
Please report any bugs on the
.B libnfc
issue tracker at:
.br
.BR http://code.google.com/p/libnfc/issues
2009-06-26 17:10:01 +02:00
.SH LICENCE
.B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
2009-06-26 17:10:01 +02:00
and
2010-10-01 16:27:39 +02:00
.B libnfc-examples
are covered by the the BSD 2-Clause license.
2009-06-26 17:10:01 +02:00
.SH AUTHORS
Roel Verdult <roel@libnfc.org>,
.br
Romain Tartière <romain@libnfc.org>,
.br
Romuald Conty <romuald@libnfc.org>.
2009-06-26 17:10:01 +02:00
.PP
This manual page was written by Romuald Conty <romuald@libnfc.org>.
2009-06-26 17:10:01 +02:00
It is licensed under the terms of the GNU GPL (version 2 or later).