Handle garbage data at the end of message IDs in APRS messages
Closed this issue · 1 comments
sjlongland commented
Kenwood in their TH-F7E for unknown reasons appends a carriage return in their message ID.
Xastir, appends a }
, which may be down to the ack-reply in newer variants of APRS.
I managed to kludge my way around what Kenwood is doing, but Xastir down-right confuses aioax25
. This information needs to be stripped.
sjlongland commented
Okay, so it's a reply-ack… http://www.aprs.org/aprs11/replyacks.txt
A bit rude of Xastir to assume we support these things… we can now parse them.