aboutsummaryrefslogtreecommitdiffstats
path: root/pySim/transport
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Implement Generic SIM Access interface as per 3GPP TS 27.007Vadim Yanitskiy1-0/+126
2020-02-27transport/pcsc: explicitly specify T0 protocolVadim Yanitskiy1-1/+5
2020-02-27transport/pcsc: cosmetic: reuse the existing code of PcscSimLinkVadim Yanitskiy1-5/+2
2020-02-15Py2 -> Py3: use the floor division operator // where possibleVadim Yanitskiy1-1/+1
2020-02-14Fix compatibility with Python 3: print() is a functionVadim Yanitskiy1-1/+1
2019-09-15python3 conversion: fix tabs and spaces inconsistencyDenis 'GNUtoo' Carikli1-10/+10
2018-10-29pySim/transport: introduce Calypso based reader interfaceVadim Yanitskiy1-0/+157
2018-07-13cosmetic: fix excess space in log output (typo)Philipp Maier1-1/+1
2018-07-03__init__: also fetch response bytes for USIMs automaticallyPhilipp Maier1-1/+7
2018-06-18__init__: allow wildcards in expected SW for send_apdu_checksw()Philipp Maier1-2/+13
2018-02-18transport/serial: Fix serial transportMartin Hauke1-3/+3
2018-01-10Add methods to get ATR for a card or a link.Alexander Chemeris2-2/+16
2010-12-09transport: Change transport api to allow for wait_for_card/connect/disconnectSylvain Munaut3-9/+88
2010-12-08transport/pcsc: Remove obsolete/debug codeSylvain Munaut1-6/+1
2010-12-07transport: Put common methods in LinkBase classSylvain Munaut3-75/+75
2010-12-07Split all things into a more "library-like" packageSylvain Munaut3-0/+318