semuconsulting / PyGPSClient

Python Graphical GPS Client Application supporting NMEA, UBX, RTCM3, NTRIP & SPARTN Protocols
BSD 3-Clause "New" or "Revised" License
517 stars 103 forks source link

RELEASE CANDIDATE 1.4.13 #122

Closed semuadmin closed 7 months ago

semuadmin commented 7 months ago

PyGPSClient Pull Request Template

ENHANCEMENTS:

  1. Add support for PointPerfect NTRIP SPARTN service (requires pygnssutils>=1.0.22).
  2. Add support for TLS (port 443/2102) connections in NTRIP client (requires pygnssutils>=1.0.21).
  3. Add support for TLS (port 443) connections in socket client.
  4. Add explicit SPARTN protocol filter in settings panel.
  5. Minor enhancements to custom offline map exception handling.

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: