mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-05-02 14:42:49 +03:00
15 lines
312 B
Plaintext
15 lines
312 B
Plaintext
How to try:
|
|
|
|
Go to the directory that contains the usage example:
|
|
cd pysim/contrib/rcp/usage_example
|
|
|
|
Start the RCP Server:
|
|
./start_rcp_server.sh
|
|
|
|
Start the RCP Module:
|
|
./start_rcp_module.sh
|
|
|
|
Run the exmple scripts:
|
|
./run_rcp_client.sh
|
|
(it is also possible to call the run_rcp_client_*.sh scripts individually)
|