Skip to content

Releases: semuconsulting/PyGPSClient

v1.4.20

12 Aug 14:11
35c4b8e
Compare
Choose a tag to compare

What's Changed

FIXES:

  1. Fixes typo in ubx_handler which affects NAV2-STATUS messages #142

CHANGES:

  1. Minor improvements to settings frame appearance.
  2. Add support for logging in underlying pygnssutils utilities (gnssntripclient, gnssmqttclient, gnssserver)
  3. App get_coordinates() method now returns additional coordinate and fix data as dict rather than tuple.

Full Changelog: v1.4.19...v1.4.20

v1.4.19

28 Jul 10:03
1fb318e
Compare
Choose a tag to compare

What's Changed

  1. Add modular logging facility. Logging configuration is defined globally in __main__.py, with global log level and destination set via the CLI --verbosity and --logtofile arguments. Subsidiary modules can use self.logger = logging.setLogger(__name__) and individual module log levels can be overridden using e.g. self.logger.setLevel(DEBUG).
  2. Minor About dialog updates.
  3. Tidy up string definitions.

Full Changelog: v1.4.18...v1.4.19

v1.4.18

26 Jun 06:36
56f1a0d
Compare
Choose a tag to compare

What's Changed

  1. Fix PUBX03 NMEA handling for Sky View - Fixes #138
  2. Make PUBX03 SVID numbering consistent with GSV

Full Changelog: v1.4.17...v1.4.18

v1.4.17

04 Jun 19:04
31fe095
Compare
Choose a tag to compare

What's Changed

  1. Update ubxhandler.py for pyubx2>=1.2.43 (change from NAV-PVT difSoln to diffSoln)
  2. Improved logging of data stream errors to console.
  3. Internal performance streamlining - no functional changes.

Full Changelog: v1.4.16...v1.4.17

v1.4.16

01 May 21:07
8aba22b
Compare
Choose a tag to compare

What's Changed

FIXES:

  1. Fix handling of encrypted SPARTN payloads from MQTT or NTRIP sources.

Full Changelog: v1.4.15...v1.4.16

v1.4.15

26 Apr 09:43
dc7abd2
Compare
Choose a tag to compare

What's Changed

ENHANCEMENTS:

  1. Updated functionality in pygnssutils and pyspartn libraries (see respective libraries for details).
  2. Update application icon.

Full Changelog: v1.4.14...v1.4.15

v1.4.14

13 Apr 07:38
b51f90a
Compare
Choose a tag to compare

What's Changed

ENHANCEMENTS:

  1. Add default port checkboxes to UBX Preset config panel (these govern which port(s) any message rate commands apply to). The selection can be saved as configuration parameter defaultport_s.
Screenshot 2024-04-09 at 09 35 57

FIXES:

  1. Update ubxsetrate helper method to use CFG-VALSET command for newer (UBX protocol >= 23.01) devices, and the older CFG-MSG command for older devices. This fixes an error (#125) where the spectrum, system monitor and rover plot widgets would not display data for M10 and F10 UBX devices.

Full Changelog: v1.4.13...v1.4.14

v1.4.13

21 Mar 08:05
6a7499f
Compare
Choose a tag to compare

What's Changed

ENHANCEMENTS:

  1. Add support for PointPerfect NTRIP SPARTN service ppntrip.services.u-blox.com (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.

Full Changelog: v1.4.12...v1.4.13

v1.4.12

29 Feb 07:18
05cd60f
Compare
Choose a tag to compare

What's Changed

RELEASE 1.4.12

FIXES:

  1. Fix stream handler KeyError Fixes #120.
  2. Fix socket stream KeyError Fixes #119.
  3. Fix map_frame pylint warnings.

Full Changelog: v1.4.11...v1.4.12

v1.4.11

23 Feb 20:54
091bd7a
Compare
Choose a tag to compare

What's Changed

ENHANCEMENTS:

  1. Enhance custom offline map facility to allow multiple maps to be defined in config file. If Map Type of 'custom' is selected, PyGPSClient will automatically display custom map corresponding to current location or, if there is none, the default Mercator world map. Maps do not need to be contiguous. See README and example json configuration file for details.

Full Changelog: v1.4.10...v1.4.11