Created
May 6, 2021 14:44
-
-
Save swalberg/668ea09dc0a917bf728909fefc1f12cc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rigctld -m 373 -r /dev/ttyUSB0 -s115200 & # -vvv | |
rigctl=$! | |
piardopc 8515 plughw:CODEC,0 plughw:CODEC,0 | |
kill $rigctl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trap "pkill -9 kissattach; pkill pat" EXIT | |
pkill kissattach | |
/usr/bin/direwolf -c /etc/direwolf/direwolf.conf -p -t 0 & | |
direwolf=$! | |
sleep 1 | |
kissattach /tmp/kisstnc wl2k | |
kissparms -p wl2k -t 300 -l 10 -s 12 -r 80 -f n | |
wait $direwolf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment