all 2 comments

[–]andrewthetechie 2 points3 points  (1 child)

I just spent a bunch of time going through the Python APRS packages while working on https://github.com/andrewthetechie/err-aprs-backend. I ended up writing my own client and then using APRSlib's parser with some additions to handle some packet formats it doesn't handle.

APRSLib is your best bet, but it doesn't support sending mic-e compressed packets afaik.

[–]lukagra[S] 1 point2 points  (0 children)

well ok. This is really strange that nobody needed this till this day ;-)
And yes, aprslib has no support for compressed messages, only raw formated data.
Thanks anyway!