-
Notifications
You must be signed in to change notification settings - Fork 47
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
Added GSV parser #28
Comments
I'll check this. Wouldn't it make sense to make structure for satellite data? |
Hi Timo,
yes I agree, I've already got a struct on the application side so
I'll merge that in. How do you prefer the changes, diff, pull
request?
Pete
On 02-Aug-21 7:05 AM, Timo Lappalainen
wrote:
I'll check this. Wouldn't it make sense to make structure for
satellite data?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
[
{
***@***.***": "http://schema.org",
***@***.***": "EmailMessage",
"potentialAction": {
***@***.***": "ViewAction",
"target": "#28 (comment)",
"url": "#28 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
***@***.***": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
Pull. Note that Elevation, Azimuth, SNR are logically real numbers, so I prefer to use double instead of int. Then you can use ReadDouble function PRN is uint8_t - I think. It is limited at least on NMEA. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I wanted to get the GSV - Satellites in View to plot a basic map of satellites so I have added a basic parser for GSV messages.
GSV-parser-diff.txt
The text was updated successfully, but these errors were encountered: