semuconsulting / pygnssutils

Python GNSS CLI utility library for reading, parsing and broadcasting NMEA, UBX, RTCM3, NTRIP and SPARTN protocols
BSD 3-Clause "New" or "Revised" License
84 stars 25 forks source link

Rc 1.0.8 #28

Closed semuadmin closed 1 year ago

semuadmin commented 1 year ago

pygnssutils Pull Request Template

Description

RELEASE CANDIDATE 1.0.8

ENHANCEMENTS:

  1. Add IPv6 support in gnssserver, gnssdump and gnssntripclient via new keyword argument --ipprot.
  2. Add on_disconnect callback to gnssmqttclient.py and enhance exception reporting back to calling app.
  3. Minor enhancements to SPARTN and NTRIP client exception handling.

Fixes #27 Fixes mqtt connection errors not reported back to client

Testing

Please test all changes, however trivial, against the supplied pytest suite tests/test_*.py. Please describe any test cases you have amended or added to this suite to maintain >= 99% code coverage.

Checklist: