2011-03-12 16:56:57 +01:00
|
|
|
.Dd March 12, 2011
|
|
|
|
.Dt NFC-EMULATE-FORUM-TAG4 1
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm nfc-emulate-forum-tag4
|
|
|
|
.Nd NFC Forum tag type 4 emulation command line demonstration tool
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op infile Op outfile
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2010-10-08 21:24:54 +02:00
|
|
|
is a demonstration tool that emulates a NFC Forum tag type 4 with NDEF content.
|
2011-03-12 16:56:57 +01:00
|
|
|
.Pp
|
|
|
|
.Ar infile
|
|
|
|
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
|
2010-10-08 21:24:54 +02:00
|
|
|
This example uses the hardware capability of PN532 to handle ISO/IEC 14443-4
|
2010-10-08 17:37:21 +02:00
|
|
|
low-level frames like RATS/ATS, WTX, etc.
|
2011-03-12 16:56:57 +01:00
|
|
|
.Pp
|
|
|
|
All devices compiliant with NFC-Forum Tag Type 4 (Version 1.0) can be used with
|
|
|
|
this example in read-write mode.
|
|
|
|
.Pp
|
|
|
|
If no argument is given, a default NDEF file is available.
|
|
|
|
.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
|
2010-10-18 17:17:31 +02:00
|
|
|
ACR122 devices (like touchatag, etc.) can be used by this example, but if
|
|
|
|
something goes wrong, you will have to unplug/replug your device.
|
|
|
|
This is not a
|
2011-03-12 16:56:57 +01:00
|
|
|
.Em libnfc's
|
2010-10-18 17:17:31 +02:00
|
|
|
bug, this problem is due to ACR122's internal MCU in front of NFC chip (PN532).
|
2011-03-12 16:56:57 +01:00
|
|
|
.Sh BUGS
|
2010-10-08 17:37:21 +02:00
|
|
|
Please report any bugs on the
|
2011-03-12 16:56:57 +01:00
|
|
|
.Em libnfc
|
2010-10-08 17:37:21 +02:00
|
|
|
forum at
|
2011-03-12 16:56:57 +01:00
|
|
|
.Em http://www.libnfc.org/community/ "."
|
|
|
|
.Sh LICENCE
|
|
|
|
.Em libnfc
|
2010-10-08 17:37:21 +02:00
|
|
|
and
|
2011-03-12 16:56:57 +01:00
|
|
|
.Em libnfc-examples
|
2010-10-08 17:37:21 +02:00
|
|
|
are covered by the GNU Lesser General Public License (LGPL), version 3.
|
2011-03-12 16:56:57 +01:00
|
|
|
.Sh AUTHORS
|
|
|
|
.An Roel Verdult Aq roel@libnfc.org
|
|
|
|
.An Romain Tartière Aq romain@libnfc.org
|
|
|
|
.An Romuald Conty Aq romuald@libnfc.org
|
|
|
|
.Pp
|
2010-10-08 17:37:21 +02:00
|
|
|
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).
|