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

Mic-E Radio Parsing & Comment Cleanup #85

Open shackrat opened 12 months ago

shackrat commented 12 months ago

Accomplishes 2 tasks..

  1. Correctly parses radio information (when present) in the Mic-E data. This is per http://www.aprs.org/aprs12/mic-e-types.txt

  2. After successfully parsing radio information, it is removed from the comment. This has the effect of removing extraneous characters from the comment field. (Issue #67)