Knio / pynmea2

Python library for parsing the NMEA 0183 protocol (GPS)
MIT License
635 stars 223 forks source link

Add support for MTA sentence #170

Closed a1rwulf closed 1 week ago

a1rwulf commented 2 weeks ago

We do work for the Yachting industry and deal with a lot of NMEA devices. As part of our internal goal to centralize parsing, we decided to move all our parsing to pynmea2 and contribute back the sentences we come across in the field, starting with MTA. I see that there were plans to phase this one out, but we still see it's being used by devices in the wild.

hecko commented 2 weeks ago

Out of curiosity which device is this specifically using this sentence? Thanks!

a1rwulf commented 2 weeks ago

@hecko I tried to figure this out, but I'm not exactly sure. I believe it's a Moxa device, but can't give you a specific product as I don't have access to that information at the moment: https://www.moxa.com/en/solutions/marine

Edit: It might very well be that the moxa units just multiplex the nmea inputs, so I really can't say which specific device we are talking about.

a1rwulf commented 1 week ago

Is there any procedure one is supposed to follow in order to get PR's moving?

coveralls commented 1 week ago

Coverage Status

coverage: 97.977% (+0.005%) from 97.972% when pulling 27b22c527c2a566d81f552c0bae616d15a0ddaa5 on yachtcloud:support-mta-sentence-upstream into f298742f27922780f311ccd22fc28ac93ab0a90f on Knio:master.

a1rwulf commented 1 week ago

Thanks!