Create APDU to write SIM Toolkit Applets
Go to file
Holger Hans Peter Freyther 51889889e4 shadysim: Make it work with the SMPP mode 2015-12-26 17:27:05 +01:00
bin Added JavaCard stuff. 2012-08-07 15:10:40 -07:00
javacard Fix some Makefile bugs and add some Windows support 2013-06-24 13:28:26 -07:00
shadysim shadysim: Make it work with the SMPP mode 2015-12-26 17:27:05 +01:00
.gitignore Added JavaCard stuff. 2012-08-07 15:10:40 -07:00
README.md Added some info to the README 2012-08-16 09:44:30 -07:00

README.md

Shadytel SIM Tools

Creating JavaCard STK Applets

Use the hello-stk example to get started.

$ mkdir javacard
$ cd javacard
$ git clone https://github.com/Shadytel/sim-tools.git
$ git clone https://github.com/Shadytel/hello-stk.git
$ cd hello-stk
$ make

To install the applet onto a SIM card, first set the type of reader you are using.

# For PCSC readers:
$ export SHADYSIM_OPTIONS="--pcsc"

# For USB-serial readers:
$ export SHADYSIM_OPTIONS="--serialport /dev/ttyUSB0"

$ make install

The shadysim tool has lots of other options.

$ ./sim-tools/bin/shadysim --help