You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Alt account, lost my 2FA keys and in the process of retrieving them)
https://github.com/Knio/pynmea2 looks to be the easiest way of getting the NMEA sentences in a nice format. I'm not sure how far we want (or need) to go using NMEA sentencing, so we could just use the WPL code rather than the whole thing.
That leaves the issues of getting the sentences from openCPN and converting from NMEA to latlong. The latter is pretty trivial and I guess you might have an idea of the former?
Let me know what you think and what else needs doing and I'll go away and write something.
Parsing the data out on the nmea strings will be pretty easy once we've got them, the harder bit appears to be getting them out of opencpn. If you create a route, there's the option to send directly to a gps device:
There's a nmea standard for sending waypoints which opencpn appears to implement, figure out how to read them from opencpn.
The text was updated successfully, but these errors were encountered: