markqvist / LibAPRS

An APRS library for the Arduino IDE
Other
199 stars 74 forks source link

Compressed packet support #11

Open sh123 opened 6 years ago

sh123 commented 6 years ago

Hello,

To maximize chance of packet being decoded it would be nice to have support for compressed packet format as specified in Chapter 9 in APRS specificaion, it has fixed 13 byte length, which will increase probability of being correctly decoded in weak or interference conditions.

markqvist commented 6 years ago

Thanks for the suggestion, that should definitely be added. I'm putting most of my time into RNS at the moment, but I'll get around to this eventually :)