Skip to content

Commit e999409

Browse files
Update README.md
1 parent dbe2801 commit e999409

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,19 @@ gp -l
101101

102102
Now you can communicate with the applet.
103103

104-
Jupyter notebook with some examples for applets are in [`jupyter/`](jupyter/) folder.
104+
Check out [tests](./tests/tests) folder to get an idea how to communicate with the card.
105105

106106
# Simulator
107107

108-
Example how to run `BlindOracle` on port `21111` with AID `B00B5111CE01`:
108+
A simple way to run simulator with a particular applet (MemoryCard for example):
109+
110+
```sh
111+
python3 run_sim.py MemoryCard
112+
```
113+
114+
It will spawn the simulator on port `21111` and restart it on every disconnect.
115+
116+
To run `BlindOracle` on port `21111` with AID `B00B5111CE01` directly with `simulator.jar`:
109117

110118
```sh
111119
java -jar "simulator.jar" -p 21111 -a "B00B5111CE01" -c "toys.BlindOracleApplet" -u "file://$PWD/build/classes/BlindOracle/"

0 commit comments

Comments
 (0)