aprs-parser-rs icon indicating copy to clipboard operation
aprs-parser-rs copied to clipboard

Support packets with non-stringy messages

Open scd31 opened this issue 3 years ago • 0 comments

It's possible for APRS packets to have messages that are an arbitrary array of bytes (See here: https://github.com/welshdave/simple-aprs/issues/5)

I'd like to rewrite how message packets are handled so that the content is an array of u8s instead of a String.

scd31 avatar Aug 06 '22 12:08 scd31