Update sdr.sh

pull/6/head
alanbjohnston 7 years ago committed by GitHub
parent dbfa9d76e0
commit 2584384526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,11 +3,13 @@
echo -e "\nScript to run SDR for CubeSat Simulator\n" echo -e "\nScript to run SDR for CubeSat Simulator\n"
echo -e "IP Address to use in web browsers is: "
hostname -I|cut -f1 -d ' '
# kill openwebrx if running # kill openwebrx if running
ps -ef | grep rtl | grep -v grep | awk '{print $2}' | sudo xargs kill ps -ef | grep rtl | grep -v grep | awk '{print $2}' | sudo xargs kill
echo -e "Connect to CubeSatSim WiFi and open browser to http://192.168.8.245:8073\n"
cd ../openwebrx cd ../openwebrx
sudo python openwebrx.py sudo python openwebrx.py

Loading…
Cancel
Save

Powered by TurnKey Linux.