Update pacsatsim.sh added -P+ -D3

pull/405/head
Alan Johnston 1 year ago committed by GitHub
parent 631a691205
commit 4b1b5326e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -75,7 +75,7 @@ elif [ "$choice" = "2" ] || [ "$frequency" = "434900" ] ; then
frequency=434900000 frequency=434900000
echo 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 echo
elif [ "$choice" = "3" ] || [ "$frequency" = "144800" ]; then elif [ "$choice" = "3" ] || [ "$frequency" = "144800" ]; then
@ -169,9 +169,9 @@ elif [ "$choice" = "8" ] || [ "$frequency" = "APRS" ] ; then
fi 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 echo
@ -179,13 +179,13 @@ if [ "$choice" = "7" ] || [ "$choice" = "8" ] || [ "$frequency" = "Serenity" ]
echo -e "Auto decoding 4800 bps AX.25 packets on $frequency Hz" 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 else
echo -e "Auto decoding APRS Pacsat packets on $frequency Hz" 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 fi

Loading…
Cancel
Save

Powered by TurnKey Linux.