From 288fc8e94089a360962c5b5a62d3760bb65b6484 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 5 May 2020 16:52:14 -0400 Subject: [PATCH] Update sdr.sh --- groundstation/sdr.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/groundstation/sdr.sh b/groundstation/sdr.sh index 03efef13..d3fe9a55 100755 --- a/groundstation/sdr.sh +++ b/groundstation/sdr.sh @@ -1,18 +1,19 @@ #!/bin/bash # script to run OpenWebRX SDR -echo -e "\nScript to run SDR for CubeSat Simulator\n" +echo -e "\nScript to run SDR for ARISS Ground Station\n" echo -e "IP Address to use in web browsers is: " hostname -I|cut -f1 -d ' ' -# kill rtl if running -ps -ef | grep rtl | grep -v grep | awk '{print $2}' | sudo xargs kill -# kill openwebrx process if running -ps -ef | grep openwebrx | grep -v grep | awk '{print $2}' | sudo xargs kill +./kill_all.sh -cd ~/openwebrx +#cd ~/openwebrx -sudo python openwebrx.py +sudo systemctl start openwebrx + +chromium-browser http://localhost:8073 & + +#sudo python openwebrx.py config_webrx_145