From 379251d29d66318b37246d49211661353fec8b41 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 18 Aug 2019 21:41:26 +0200 Subject: [PATCH] filter smallest possible to avoid traffic from the network --- owrx/kiss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/owrx/kiss.py b/owrx/kiss.py index 82d21b1..094b446 100644 --- a/owrx/kiss.py +++ b/owrx/kiss.py @@ -33,6 +33,7 @@ AGWPORT off config += """ IGSERVER {server} IGLOGIN {callsign} {password} +IGFILTER m/1 """.format( server=pm["aprs_igate_server"], callsign=pm["aprs_callsign"], password=pm["aprs_igate_password"] )