You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/groundstation/cubicsdr.sh

23 lines
324 B

#!/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

Powered by TurnKey Linux.