From 4b1b5326e8ebc56629475b525f446ce4d7ef46e4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 7 Dec 2024 09:11:26 -0500 Subject: [PATCH] Update pacsatsim.sh added -P+ -D3 --- pacsatsim.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pacsatsim.sh b/pacsatsim.sh index 71d45328..8fb23c12 100755 --- a/pacsatsim.sh +++ b/pacsatsim.sh @@ -75,7 +75,7 @@ elif [ "$choice" = "2" ] || [ "$frequency" = "434900" ] ; then frequency=434900000 echo - echo "If your CubeSatSim is transmitting in APRS mode (mode 1) then you should see packets." + echo "If your Pacsat Ground Station is transmitting packets, you will see them here" echo elif [ "$choice" = "3" ] || [ "$frequency" = "144800" ]; then @@ -169,9 +169,9 @@ elif [ "$choice" = "8" ] || [ "$frequency" = "APRS" ] ; then fi -echo +#echo -echo "Note that the 'Tuned to' frequency will be different from the chosen frequency due to the way SDRs work." +#echo "Note that the 'Tuned to' frequency will be different from the chosen frequency due to the way SDRs work." echo @@ -179,13 +179,13 @@ if [ "$choice" = "7" ] || [ "$choice" = "8" ] || [ "$frequency" = "Serenity" ] echo -e "Auto decoding 4800 bps AX.25 packets on $frequency Hz" - direwolf -qd -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-4800.conf -t 0 & + direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-4800.conf -t 0 & else echo -e "Auto decoding APRS Pacsat packets on $frequency Hz" - direwolf -qd -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf-pacsatsim-jp14.conf -t 0 & + direwolf -P+ -D3 -qd -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf-pacsatsim-jp14.conf -t 0 & fi