From 2584384526d2cdae8ff181387963534ece527d69 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 4 Jun 2019 19:20:52 -0400 Subject: [PATCH] Update sdr.sh --- groundstation/sdr.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/groundstation/sdr.sh b/groundstation/sdr.sh index bd9973d7..bb2f0618 100644 --- a/groundstation/sdr.sh +++ b/groundstation/sdr.sh @@ -3,11 +3,13 @@ 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 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 sudo python openwebrx.py