added connector backend for virtual smart card
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user