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

replyack not decoded? #88

Open hemna opened 6 months ago

hemna commented 6 months ago

This is the raw packet

M0REQ-9>APQTH1,WIDE2-1,qAR,MB7VO::IRC      :does any know why my text has these codes on the end ? {16}5593

decoded to

{
  "raw": "M0REQ-9>APQTH1,WIDE2-1,qAR,MB7VO::IRC      :does any know why my text has these codes on the end ? {16}5593",
  "from": "M0REQ-9",
  "to": "APQTH1",
  "path": [
    "WIDE2-1",
    "qAR",
    "MB7VO"
  ],
  "via": "MB7VO",
  "addresse": "IRC",
  "format": "message",
  "message_text": "does any know why my text has these codes on the end ? {16}5593"
}