aprs-parser-rs
aprs-parser-rs copied to clipboard
APRS Messages
Adds support for APRS messages.
Also did some minor refactoring(renamed `APRS**** to Aprs****, Renamed APRSMessage to AprsPacket to make room for the new struct)
can you split the formatting and refactoring changes from the feature implementation? mixing everything in one commit/PR makes this quite hard to review 🙏
@scd31 is there a specification for this? do you have a reference/URL/something where I can read up on this?
@Turbo87 I'm using this: http://www.aprs.org/doc/APRS101.PDF
Messages start on page 71/81.
Are there any plans to merge this? I know it needs the conflicts resolved, which I'm happy to fix. Just wondering if I should fork this instead
sorry for the long silence. the package is not high on my priority list :-/
No worries! Just glad it got merged.