minimal nPA emulation. use it to fetch and print a chat. uses pypace

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@643 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-12-07 21:43:55 +00:00
parent 911cd0b591
commit a8821d7feb
3 changed files with 84 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ parser.add_option("-r", "--reader", action="store", type="int",
help="Number of reader for relaying")
parser.add_option("-t", "--type", action="store", type="choice",
default='iso7816',
choices=['iso7816', 'cryptoflex', 'ePass', 'relay'],
choices=['iso7816', 'cryptoflex', 'ePass', 'nPA', 'relay'],
help="Type of Smartcard [default: %default]")
(options, args) = parser.parse_args()