From 85ebb9bc68497e6a059d15484a53449168a94f43 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 15 Mar 2017 11:42:19 +0100 Subject: [PATCH] update README.md to reflect the modifications for sysmoUSIM-SJS1 (authentication) while the code in this repo has changed in 68cdcdb88bd648fad677686dfd7006ffa8c3516f to support KIC/KID authentication, the README wasn't updated. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7afb9a7..597ebd8 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ 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 + $ git clone https://git.osmocom.org/sim/sim-tools + $ git clone https://git.osmocom.org/sim/hello-stk $ cd hello-stk $ make @@ -19,8 +19,8 @@ To install the applet onto a SIM card, first set the type of reader you are usin # For USB-serial readers: $ export SHADYSIM_OPTIONS="--serialport /dev/ttyUSB0" - $ make install +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 \ No newline at end of file + $ ./sim-tools/bin/shadysim --help