parent
1452fca8c5
commit
ffbe635634
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# script to auto decode CubeSat Simulator telemetry
|
||||||
|
|
||||||
|
# kill openwebrx if it is running
|
||||||
|
ps -ef | grep openwebrx | grep -v grep | awk '{print $2}' | sudo xargs kill
|
||||||
|
|
||||||
|
echo -e "Script to auto decode CubeSat Simulator telemetry\n"
|
||||||
|
|
||||||
|
sudo rtl_fm -f 440.386M -s 22050 -g 48 - | multimon-ng -a AFSK1200 -A -t raw -
|
||||||
|
|
||||||
Loading…
Reference in new issue