- needs go1.20rc (sorry!)
- Show and decode nmea frames from an (usb) gps dongle.
- Focus on small embedded systems (debugging) on restricted resources.
- Focus on power saving parser (NO CLEAN idomatic go code for hot loop, no clean full state maschine, quick hack)
- 100 % pure go, stdlib only, no external dependencies, use as app or api (see api.go)
go install paepcke.de/gpsinfo/cmd/gpsinfo@latest
github.com/paepckehh/gpsinfo/releases
gpsinfo /dev/gps0
[...]
Yes, Please! PRs Welcome!