From 6be133f69dd7c57c3af7526ec0f5fcc1ddda3bb3 Mon Sep 17 00:00:00 2001 From: ua1zbe Date: Thu, 4 Jan 2024 20:10:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=BC=D0=B5=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- r1zbp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r1zbp.sh b/r1zbp.sh index c660a4d..ded21ad 100644 --- a/r1zbp.sh +++ b/r1zbp.sh @@ -6,7 +6,7 @@ password=11153 #Define object user info senduser=R1ZBP #Define APRS-IS server -server=aprs.ua1zbe.tk +server=ua1zbe.ru port=14580 #Define station location lat=6722.23N @@ -15,4 +15,4 @@ lon=03229.97E comment="Analog RX 446.16875MHz CTCSS 77.0 " data="$senduser>APN100,TCPIP*:=${lat}/${lon}r${comment}" #Send data to the server -printf "%s\n" "user $user pass $password" "${senduser}>APN100,TCPIP*:=${lat}/${lon}-${comment}" | ncat aprs.ua1zbe.tk 14580 +printf "%s\n" "user $user pass $password" "${senduser}>APN100,TCPIP*:=${lat}/${lon}-${comment}" | ncat ua1zbe.ru 14580