support lower and upper case hex chars
[librfid] / utils / librfid-tool.1
1 .TH LIBRFID-TOOL 1 "January 24, 2008"
2 .SH NAME
3 librfid-tool \- Low-level RFID access command line tool based on librfid
4 .SH SYNOPSIS
5 .B librfid-tool \fR[\fB\-sSplh\fR]
6 .SH DESCRIPTION
7 .B librfid-tool
8 is a command line tool which gives you low-level RFID access using one
9 of the RFID reader devices supported by librfid.
10 .SH OPTIONS
11 .B "\-s, \-\-scan"
12 Scan for RFID tags until the first tag is found.
13 .TP
14 .B "\-S, \-\-scan-loop"
15 Scan for RFID tags in an endless loop. Show information on the detected
16 RFID tags (if any).
17 .TP
18 .B "\-p, \-\-protocol"
19 Specify the RFID protocol to use. Possible values are:
20 .BR tcl ,
21 .BR mifare-ultralight ", and "
22 .BR mifare-classic "."
23 .TP
24 .B "\-l, \-\-layer2"
25 Specify the layer 2 protocol to use. Possible values are:
26 .BR iso14443a ,
27 .BR iso14443b ", and "
28 .BR iso15693 "."
29 .TP
30 .B "\-h, \-\-help"
31 Show a help text and exit.
32 .SH BUGS
33 Please report any bugs on the
34 .B librfid-devel
35 mailing list at
36 .BR https://lists.gnumonks.org/mailman/listinfo/librfid-devel/ "."
37 .SH LICENCE
38 .B librfid-tool
39 is covered by the GNU General Public License (GPL), version 2.
40 .SH AUTHORS
41 Harald Welte <laforge@gnumonks.org>
42 .PP
43 This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>.
44 It is licensed under the terms of the GNU GPL (version 2 or later).