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/serenity-decode

38 lines
559 B

#!/bin/bash
# script to run CubicSDR and Direwolf to decode Serenity
echo "Script to run CubicSDR and Direwolf for ARISS Radio Pi"
echo
echo "Note: Select Generic RTL2832 device then click Start to begin"
echo
echo "Then tune 437.1 MHz NBFM"
echo
sudo systemctl stop openwebrx
sudo killall -9 java &>/dev/null
sudo killall -9 rtl_fm &>/dev/null
sudo killall -9 qsstv &>/dev/null
sudo systemctl stop rtl_tcp
sudo killall -9 rtl_tcp &>/dev/null
sleep 5
#setsid CubicSDR
CubicSDR &
direwolf -r 48000 -c direwolf-4800.conf -t 0
sleep 10
#$SHELL

Powered by TurnKey Linux.