Files
sim-tools/README.md
Harald Welte 85ebb9bc68 update README.md to reflect the modifications for sysmoUSIM-SJS1 (authentication)
while the code in this repo has changed in
68cdcdb88b to support KIC/KID
authentication, the README wasn't updated.
2017-03-15 11:44:11 +01:00

27 lines
676 B
Markdown

# Shadytel SIM Tools
## Creating JavaCard STK Applets
Use the hello-stk example to get started.
$ mkdir javacard
$ cd javacard
$ git clone https://git.osmocom.org/sim/sim-tools
$ git clone https://git.osmocom.org/sim/hello-stk
$ 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"
and follow instructions at https://osmocom.org/projects/cellular-infrastructure/wiki/Shadysimpy
The shadysim tool has lots of other options.
$ ./sim-tools/bin/shadysim --help