aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEric Butler <eric@codebutler.com>2012-08-16 09:44:30 -0700
committerEric Butler <eric@codebutler.com>2012-08-16 09:44:30 -0700
commit0c501aa7aa83ea446f02ac0bd2b65bc36fb60683 (patch)
treee7078d766e89caf82ac9115fdd9167dc26c97cef /README.md
parent29173dae8beaa8b9583845a1a79b55ecbf1b6d1d (diff)
Added some info to the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 24 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3829d57..7afb9a7 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,26 @@
# Shadytel SIM Tools
-Put README here. \ No newline at end of file
+## 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 \ No newline at end of file