parent
854b0699cd
commit
d725f8d9a1
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# script to run OpenWebRX SDR
|
||||
|
||||
echo -e "\nScript to run SDR for CubeSat Simulator\n"
|
||||
|
||||
echo -e "Connect to CubeSatSim WiFi and open browser to http://192.168.8.245:8073\n"
|
||||
|
||||
cd ../openwebrx
|
||||
|
||||
sudo python openwebrx.py
|
||||
Loading…
Reference in new issue