Delete fox-fsk.sh

pull/28/head
alanbjohnston 6 years ago committed by GitHub
parent 5638fed0f4
commit 8d9d132537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +0,0 @@
#!/bin/bash
# script to run Sim in Fox FSK emulation mode
# kill rpitx or sendiq if running
ps -ef | grep rpitx | grep -v grep | awk '{print $2}' | sudo xargs kill
ps -ef | grep sendiq | grep -v grep | awk '{print $2}' | sudo xargs kill
sudo fuser -k 8080/tcp
echo -e "Script to run CubeSat Simulator in Fox FSK Mode\n"
sudo nc -l 8080 | csdr convert_i16_f | csdr gain_ff 7000 | csdr convert_f_samplerf 20833 | sudo /home/pi/CubeSatSim/rpitx/rpitx -i- -m RF -f 434.896e3&
/home/pi/CubeSatSim/radioafsk f $1
Loading…
Cancel
Save

Powered by TurnKey Linux.