added connector backend for virtual smart card

This commit is contained in:
Frank Morgner
2012-07-24 23:48:20 +02:00
parent 24128057ff
commit a52f8584f0
7 changed files with 150 additions and 6 deletions

View File

@@ -1,15 +1,24 @@
purpose "Emulate a contact-less smart card"
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 "reader" r
"Number of the PC/SC reader to use (-1 for autodetect)"
int default="-1"
optional
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