aboutsummaryrefslogtreecommitdiffstats
path: root/pySim/transport
AgeCommit message (Collapse)AuthorFilesLines
2010-12-09transport: Change transport api to allow for wait_for_card/connect/disconnectSylvain Munaut3-9/+88
This way, we can re-use the same transport parameters for several cards for a future batch mode Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-12-08transport/pcsc: Remove obsolete/debug codeSylvain Munaut1-6/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-12-07transport: Put common methods in LinkBase classSylvain Munaut3-75/+75
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-12-07Split all things into a more "library-like" packageSylvain Munaut3-0/+318
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>