From afdfa6a1df54482829cfc348086d50e23a9acd8e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 25 Apr 2020 16:59:35 -0400 Subject: [PATCH] Update rtl-tcp.sh --- groundstation/rtl-tcp.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/groundstation/rtl-tcp.sh b/groundstation/rtl-tcp.sh index 9559643c..b3e410dc 100755 --- a/groundstation/rtl-tcp.sh +++ b/groundstation/rtl-tcp.sh @@ -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 " ")'