rossengeorgiev / aprs-python

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

Drop aprsc server status messages #63

Closed TheCranston closed 3 years ago

TheCranston commented 3 years ago

Unless the code is utilizing the date/time stamp in these messages I humbly request that the server keep alive messages which start with "# aprsc" be silently dropped and not passed on to the parsing engine. My logs are filling with ParseError messages on each of these keep alives.

# aprsc 2.1.10-gd72a17c 23 Sep 2021 14:53:45 GMT T2CAEAST 137.220.54.84:14580

The above message is a keep alive and should be silently dropped or at least not passed to the packet parser.

TheCranston commented 3 years ago

I sit corrected. current commit has this resolved. closing.