Knio / pynmea2

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

Added Support for Quectel-specific NMEA Sentences (PQTM) in pynmea2 #169

Open adedolapoadegboye opened 1 month ago

adedolapoadegboye commented 1 month ago

Pull Request Description: Add Support for Quectel-specific NMEA Sentences in pynmea2

Description

This PR introduces support for Quectel-specific NMEA sentences by adding new proprietary sentence classes under the QTM namespace. These classes enable parsing and handling of device-specific messages, such as GNSS status, configuration settings, geofencing, and more. This extends the library's capabilities for devices like Quectel's LC29H GNSS module.

Changes Introduced

How it Works

Checklist

coveralls commented 3 weeks ago

Coverage Status

coverage: 98.124% (+0.2%) from 97.972% when pulling 9cd131d476a4cfecbc4cded4f7fc0f932366dae8 on adedolapoadegboye:master into f298742f27922780f311ccd22fc28ac93ab0a90f on Knio:master.