go-gpsd
go-gpsd copied to clipboard
🛰️ GPSD client for Go.
Not sure what to do about this, how to catch it or if it's my fault I'm talking to GPSd on another machine across an (admittedly terrible) wireless connction instead...
1. Add channel to handle errors from gpsd. 2. Add to `examples/main.go` error handler. 3. Modify README.md
Fixes the following issues: * Unmarshalling of `DEVICEReport` or `DEVICESReport` is failing because `int` is expected for `DEVICEReport.Stopbits` * Watching for `DEVICE` results in `nil` report, because switch case for...
Hello there! I was using go-gpsd and it was quite useful, but I spent half an hour inspecting my codebase for a bug because I was getting SKY reports but...