From e8dd4d6f5c7869a694f7cb904a94b1948faf4f27 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 27 Jul 2020 16:55:48 -0400 Subject: [PATCH] CubicSDR add --- groundstation/cubicsdr.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 groundstation/cubicsdr.sh diff --git a/groundstation/cubicsdr.sh b/groundstation/cubicsdr.sh new file mode 100755 index 00000000..d2792c64 --- /dev/null +++ b/groundstation/cubicsdr.sh @@ -0,0 +1,22 @@ +#!/bin/bash +# script to run OpenWebRX SDR + +echo "Script to run CubicSDR for ARISS Radio Pi" + +echo + +echo "Note: Select Generic RTL2832 device then click Start to begin" + +echo + +sudo killall -9 java &>/dev/null + +sudo systemctl stop rtl_tcp + +sudo killall -9 rtl_tcp &>/dev/null + +sudo systemctl stop openwebrx + +CubicSDR + +$SHELL