-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PPS responses not handled #1
Comments
Hi, I've never seen this response so far. Just curious, what device are you using? The u-blox website lists many. Anyway, PRs are welcome. |
I'm using a MAX-M8Q GPS receiver connected to a Raspberry Pi. I think it's interesting that the |
I see. I would say try it with the device specific |
PR merged, thanks. |
Btw. if you don't want to mess with serde, you could provide me example JSON data with those sentinel values. |
Here's one I received a few minutes ago:
Note the second |
Ok, I'll check this. Thanks for the data. Maybe we could encode these as |
Yeah, an According to the header, the SNR ( |
Ok, I'll try to come up with some code after the weekend. Once again it seems to me that gpsd is i'll specified. |
Keep as is because it keeps this crate as much as streamlined to upstream gpsd. |
It seems that PPS responses from gpsd are not handled, so
gpsd_proto
panics.Here's a log at trace level:
The text was updated successfully, but these errors were encountered: