Stephen D

Results 26 issues of Stephen D

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)

enhancement

Allows serializing APRS packets from into strings so that they can be transmitted

Deserializes the messaging flag so we can tell if a node supports messaging or not (On hold until the other PRs get merged)

I think it would be useful to have a single line summary for a given currency. I am interested in this so I can display cryptocurrency information in i3blocks. I...

The APRS standard allows packets which are invalid UTF-8. In fact, many packets on the APRS-IS network are not valid UTF-8. This change makes this library follow the standard more...

enhancement
breaking

Check clippy against tests in CI

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...

Are there any plans to add stateful connections to this library? I noticed it wasn't on the roadmap. Alternatively, if I implemented stateful connections, would a PR be accepted? Awesome...

I found that every time I call `Exec::cmd` it creates zombie/defunct process that lasts for the lifetime of the program. This can cause problems when spawning many processes. The workaround...

Hi! Thanks for this library. I'm having a bit of trouble getting it to work on an original Pi or original Pi zero. It's unable to get a camera format,...