File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,19 @@ gp -l
101101
102102Now 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
111119java -jar " simulator.jar" -p 21111 -a " B00B5111CE01" -c " toys.BlindOracleApplet" -u " file://$PWD /build/classes/BlindOracle/"
You can’t perform that action at this time.
0 commit comments