From 9bbaba3f7290b057d0f98fc5d40df7d84116af79 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Sun, 2 Sep 2018 00:01:08 -0400 Subject: [PATCH] Moved aprs test --- aprs.py => aprs-test.py | 1 + 1 file changed, 1 insertion(+) rename aprs.py => aprs-test.py (98%) diff --git a/aprs.py b/aprs-test.py similarity index 98% rename from aprs.py rename to aprs-test.py index d36e7d4..a649762 100644 --- a/aprs.py +++ b/aprs-test.py @@ -17,6 +17,7 @@ def do_hash(callsign): return int(hash & 0x7fff) HOST = 'rotate.aprs2.net' +#HOST = 'rotate.aprs.net' PORT = 14580 print "Connecting..."