Update rtl-tcp.sh

pull/52/head
alanbjohnston 6 years ago committed by GitHub
parent 1e355e2e07
commit afdfa6a1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,12 +3,14 @@
#
# On SDR client, use 10.3.141.1:1234 to connect
echo -e "\nScript to run RTL-TCP Server for ARISS Ground Station\n"
echo -e "\nScript to run RTL-TCP Server for ARISS Radio Pi\n"
echo -e "IP Address to use in web browsers is: "
echo -e "IP Address to use in your SDR application is: "
hostname -I|cut -f1 -d ' '
echo -e "The port is the default 1234. "
./kill_all.sh
sudo /bin/sh -c '/usr/local/bin/rtl_tcp -a $(hostname -I|cut -f1 -d " ")'

Loading…
Cancel
Save

Powered by TurnKey Linux.