Files
vsmartcard/pcsc-relay/src/pcsc-relay.ggo.in
2013-06-17 10:03:38 +02:00

34 lines
976 B
Plaintext

purpose "@PACKAGE_SUMMARY@"
description "Using an contact-less interface (currently OpenPICC or libnfc) @PACKAGE@ receives command APDUs which are forwared to an existing smart card via PC/SC. @PACKAGE@ sends the response APDU back to the contact-less interface."
option "emulator" e
"Contact-less emulator backend"
values="libnfc","openpicc" default="libnfc"
enum
optional
option "connector" c
"Smart card connector backend"
values="pcsc","vicc" default="pcsc"
enum
optional
option "reader" r
"Number of the PC/SC reader to use (-1 for autodetect)"
int default="-1"
optional
option "port" p
"Port to listen for virtual smart card"
int default="35963"
optional
option "foreground" f
"Stay in foreground"
flag off
option "verbose" v
"Use (several times) to be more verbose"
multiple
optional
text "
Report bugs to @PACKAGE_BUGREPORT@
Written by Frank Morgner and Dominik Oepen"