Update nfc-emulate-forum-tag4 manpage
This commit is contained in:
parent
03913708db
commit
ef7e4c126e
2 changed files with 46 additions and 27 deletions
|
@ -1,40 +1,58 @@
|
||||||
.TH NFC-EMULATE-FORUM-TAG4 1 "October 8, 2010"
|
.Dd March 12, 2011
|
||||||
.SH NAME
|
.Dt NFC-EMULATE-FORUM-TAG4 1
|
||||||
nfc-emulate-forum-tag4 \- NFC Forum tag type 4 emulation command line demonstration tool
|
.Os
|
||||||
.SH SYNOPSIS
|
.Sh NAME
|
||||||
.B nfc-emulate-forum-tag4
|
.Nm nfc-emulate-forum-tag4
|
||||||
.SH DESCRIPTION
|
.Nd NFC Forum tag type 4 emulation command line demonstration tool
|
||||||
.B nfc-emulate-forum-tag4
|
.Sh SYNOPSIS
|
||||||
|
.Nm
|
||||||
|
.Op infile Op outfile
|
||||||
|
.Sh DESCRIPTION
|
||||||
|
.Nm
|
||||||
is a demonstration tool that emulates a NFC Forum tag type 4 with NDEF content.
|
is a demonstration tool that emulates a NFC Forum tag type 4 with NDEF content.
|
||||||
|
.Pp
|
||||||
Currently, this tool only works with a Nokia 6212 Classic phone as initiator
|
.Ar infile
|
||||||
and a PN532-equipped NFC device as target.
|
is the file which contains NDEF message you want to share with the NFC-Forum
|
||||||
|
compiliant initiator device (e.g. Nokia 6212 Classic)
|
||||||
|
.Pp
|
||||||
|
If you want to save a shared content by the initiator device, we have to give
|
||||||
|
.Ar outfile
|
||||||
|
argument to point where the NDEF message will be saved.
|
||||||
|
.Pp
|
||||||
This example uses the hardware capability of PN532 to handle ISO/IEC 14443-4
|
This example uses the hardware capability of PN532 to handle ISO/IEC 14443-4
|
||||||
low-level frames like RATS/ATS, WTX, etc.
|
low-level frames like RATS/ATS, WTX, etc.
|
||||||
|
.Pp
|
||||||
At the moment, only the Nokia 6212 Classic can be used with this example
|
All devices compiliant with NFC-Forum Tag Type 4 (Version 1.0) can be used with
|
||||||
because it's based on a pre-established communication plan and the tool sends
|
this example in read-write mode.
|
||||||
blindly the expected replies to the initiator without having interpreted the queries.
|
.Pp
|
||||||
|
If no argument is given, a default NDEF file is available.
|
||||||
.SH IMPORTANT
|
.Sh IMPLEMENTATION NOTES
|
||||||
|
You can specify the same
|
||||||
|
.Ar infile
|
||||||
|
and
|
||||||
|
.Ar outfile
|
||||||
|
.Sh IMPORTANT
|
||||||
|
Only PN532 equipped devices can use this example. (e.g. PN532 breakout board)
|
||||||
|
.Pp
|
||||||
ACR122 devices (like touchatag, etc.) can be used by this example, but if
|
ACR122 devices (like touchatag, etc.) can be used by this example, but if
|
||||||
something goes wrong, you will have to unplug/replug your device.
|
something goes wrong, you will have to unplug/replug your device.
|
||||||
This is not a
|
This is not a
|
||||||
.B libnfc's
|
.Em libnfc's
|
||||||
bug, this problem is due to ACR122's internal MCU in front of NFC chip (PN532).
|
bug, this problem is due to ACR122's internal MCU in front of NFC chip (PN532).
|
||||||
.SH BUGS
|
.Sh BUGS
|
||||||
Please report any bugs on the
|
Please report any bugs on the
|
||||||
.B libnfc
|
.Em libnfc
|
||||||
forum at
|
forum at
|
||||||
.BR http://www.libnfc.org/community/ "."
|
.Em http://www.libnfc.org/community/ "."
|
||||||
.SH LICENCE
|
.Sh LICENCE
|
||||||
.B libnfc
|
.Em libnfc
|
||||||
and
|
and
|
||||||
.B libnfc-examples
|
.Em libnfc-examples
|
||||||
are covered by the GNU Lesser General Public License (LGPL), version 3.
|
are covered by the GNU Lesser General Public License (LGPL), version 3.
|
||||||
.SH AUTHORS
|
.Sh AUTHORS
|
||||||
Roel Verdult <roel@libnfc.org>
|
.An Roel Verdult Aq roel@libnfc.org
|
||||||
.PP
|
.An Romain Tartière Aq romain@libnfc.org
|
||||||
|
.An Romuald Conty Aq romuald@libnfc.org
|
||||||
|
.Pp
|
||||||
This manual page was written by Romuald Conty <romuald@libnfc.org>.
|
This manual page was written by Romuald Conty <romuald@libnfc.org>.
|
||||||
It is licensed under the terms of the GNU GPL (version 2 or later).
|
It is licensed under the terms of the GNU GPL (version 2 or later).
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
* Public platform independent Near Field Communication (NFC) library examples
|
* Public platform independent Near Field Communication (NFC) library examples
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010, Roel Verdult, Romuald Conty
|
* Copyright (C) 2010, Roel Verdult, Romuald Conty
|
||||||
|
* Copyright (C) 2011, Romain Tartière, Romuald Conty
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions are met:
|
* modification, are permitted provided that the following conditions are met:
|
||||||
|
|
Loading…
Add table
Reference in a new issue