forked from Ereddon/stellite-card-reader
-
Notifications
You must be signed in to change notification settings - Fork 1
StelliteCard reader WIKI
Ereddon edited this page Jul 7, 2018
·
1 revision
How to use this application
Preconditions
- make sure your smartcard reader is plugged in with driver installed.
- make sure your javacard applet is installed on card, and the card is inserted on smartcard reader slot
Installing dependencies
- install python2.7x or python3x
- install pyscard. Can be installed using pip command
pip install pyscard
Run the script
python stelliteCardReader.py
Note (7/7/2018) : Currently the main function is just to test communication between reader to card
