Update and rename rigctld.sh to frequency.sh

master-be
Alan Johnston 2 weeks ago committed by GitHub
parent 76be6af3df
commit 3891a61b84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,5 @@
#!/bin/bash
echo "Starting frequency control"
python3 /home/pi/CubeSatSim/frequency.py

@ -1,23 +0,0 @@
#!/bin/bash
sudo killall -9 ft857d &>/dev/null
sudo killall -9 socat &>/dev/null
sudo killall -9 rigctld &>/dev/null
echo "Starting virtual serial ports /tmp/vttyA and /tmp/vttyB"
socat -d -d PTY,raw,echo=0,link=/tmp/vttyA PTY,raw,echo=0,link=/tmp/vttyB &
sleep 1
echo "Starting CubeSatSim FT857 emulation"
/home/pi/FT857d/examples/FT857d/ft857d &
sleep 1
echo "Starting rigctl emulating FT857 rig using virtual serial port /tmp/vttyB"
rigctld -m 1022 -r /tmp/vttyB -t 4532 -vv
echo "rigctld ended"
Loading…
Cancel
Save

Powered by TurnKey Linux.