diff --git a/start_echo_test.sh b/start_echo_test.sh new file mode 100644 index 0000000..f795e2e --- /dev/null +++ b/start_echo_test.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +echo test +nc -l 8011 | sudo /home/pi/rpitx/rpitx -i- -m IQFLOAT -f 438775 & +python /home/pi/rpitx_interface.py & +exit