Skip to content

Instantly share code, notes, and snippets.

@swalberg
Created May 6, 2021 14:44
Show Gist options
  • Save swalberg/668ea09dc0a917bf728909fefc1f12cc to your computer and use it in GitHub Desktop.
Save swalberg/668ea09dc0a917bf728909fefc1f12cc to your computer and use it in GitHub Desktop.
rigctld -m 373 -r /dev/ttyUSB0 -s115200 & # -vvv
rigctl=$!
piardopc 8515 plughw:CODEC,0 plughw:CODEC,0
kill $rigctl
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