libnfc/examples/nfc-emulate-forum-tag4.1

59 lines
1.8 KiB
Groff
Raw Normal View History

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
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
This example uses the hardware capability of PN532 to handle ISO/IEC 14443-4
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
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
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
Please report any bugs on the
2011-03-12 16:56:57 +01:00
.Em libnfc
forum at
2011-03-12 16:56:57 +01:00
.Em http://www.libnfc.org/community/ "."
.Sh LICENCE
.Em libnfc
and
2011-03-12 16:56:57 +01:00
.Em libnfc-examples
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
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).