aboutsummaryrefslogtreecommitdiffstats
path: root/pySim/exceptions.py
AgeCommit message (Collapse)AuthorFilesLines
2018-10-29pySim/transport: introduce Calypso based reader interfaceVadim Yanitskiy1-0/+3
This interface allows to use a Calypso based phone (e.g. Motorola C1XX) as a SIM card reader. It basically implements a few L1CTL messages that are used to interact with the SIM card through the OsmocomBB 'layer1' firmware. Please note, that this is an experimental implementation, and there is a risk that SIM programming would fail. Nevertheless, I've managed to program and read one of my SIMs a few times. Change-Id: Iec8101140581bf9e2cf7cf3a0b54bdf1875fc51b
2010-12-07Split all things into a more "library-like" packageSylvain Munaut1-0/+33
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>