rossengeorgiev / aprs-python

📡 Python module for working with APRS
http://aprs-python.readthedocs.io/en/latest/
GNU General Public License v2.0
114 stars 37 forks source link

set_filter function does not appear to work. #49

Closed wgaylord closed 5 years ago

wgaylord commented 6 years ago

After connecting to APRS-IS with the connect function I run the following to try and set a filter for only weather packets.

aprs.set_filter("t/w")

Yet I still receive all sorts of other packets. Which either means some how aprs-lib is not passing the filter allow to the server or the way to do so has changed.

My filter was made by looking at http://www.aprs-is.net/javAPRSFilter.aspx

wgaylord commented 5 years ago

Any suggestions?

rossengeorgiev commented 5 years ago

Hi @wgaylord, are you connected to a port that allows filtering? See http://www.aprs-is.net/connecting.aspx

wgaylord commented 5 years ago

Should have assumed I was doing something wrong. Xd

I sort of assumed the default would support it.