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/aprs-cubicsdr.sh

31 lines
537 B

#!/bin/bash
# script to run CubicSDR and Direwolf to decode APRS
echo "Script to run CubicSDR and Direwolf for ARISS Radio Pi"
echo
sudo killall -9 CubicSDR &>/dev/null
sleep 5
sudo modprobe snd-aloop
echo "Now run CubicSDR (Under Pi/Hamradio), Select Generic RTL2832 device then click Start to begin."
echo "Then select File/Session/Open Session then load cubicsdr-aprs-direwolf.xml then Open."
echo
echo "Hit enter only when CubicSDR is running"
read input
echo
direwolf -r 48000 -c direwolf.conf -t 0
sleep 10
#$SHELL

Powered by TurnKey Linux.