From fd7dd67663a705f3cb7ef423c773f69d6216283d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 29 Nov 2024 22:53:02 -0500 Subject: [PATCH] Update pacsat.sh dire wolf -qd and PacSatGround --- groundstation/pacsat.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index 07de1642..4695519e 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -4,9 +4,9 @@ sudo modprobe snd-aloop -sudo systemctl stop openwebrx +sudo systemctl stop openwebrx &>/dev/null -sudo systemctl stop rtl_tcp +sudo systemctl stop rtl_tcp &>/dev/null pkill -o chromium &>/dev/null @@ -169,7 +169,7 @@ if [ "$choice" = "7" ] || [ "$choice" = "8" ] || [ "$frequency" = "Serenity" ] echo -e "Auto decoding 4800 bps AX.25 packets on $frequency Hz" - direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-4800.conf -t 0 & + direwolf -qd -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-4800.conf -t 0 & else @@ -177,13 +177,13 @@ else echo -e "Direwolf using USB Sound Card (FM Transceiver) on $frequency Hz" - direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-fm-pacsat.conf -t 0 & + direwolf -qd -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-fm-pacsat.conf -t 0 & else echo -e "Direwolf using RTL-SDR on $frequency Hz" - direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-pacsat.conf -t 0 & + direwolf -r 48000 -qd -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-pacsat.conf -t 0 & sleep 5 @@ -198,7 +198,7 @@ else cd /home/pi/Desktop/PacSatGround_0.46m_linux/ -sudo setsid java -Xmx512M -jar PacSatGround.jar "/home/pi/PacSat" & +sudo setsid java -Xmx512M -jar PacSatGround.jar "/home/pi/PacSatGround" & sleep 5