Create APDU to write SIM Toolkit Applets
Go to file
Karl Koscher 836f614d75 Merge branch 'master' of github.com:Shadytel/sim-tools 2013-06-23 16:20:56 -07:00
bin Added JavaCard stuff. 2012-08-07 15:10:40 -07:00
javacard Fix makefile 2012-08-07 15:30:56 -07:00
shadysim Return error messages on delete 2012-08-07 15:35:36 -07: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