Skip to content

Releases: semuconsulting/PyGPSClient

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

v1.4.10

22 Feb 07:43
fbce1b5
Compare
Choose a tag to compare

What's Changed

ENHANCEMENTS:

  1. Add basic custom offline map facility to map view widget. See README for details. Thanks to @wernerdd for suggestion.
  2. Add support for SETPOLL msgmode (requires pyubx2>=1.2.38). This mode will automatically determine appropriate input mode (SET or POLL) for command or query UBX messages (NB: it will still be necessary to specify either output GET or input SETPOLL mode in the serial configuration panel when reading UBX data logs).
  3. Add support for experimental UBXSimulator (basic UBX GNSS serial device simulator) from pygnssutils. To invoke, set userport_s setting to "ubxsimulator" and configure required NMEA/UBX data stream in local "ubxsimulator.json" file - see Sphinx documentation and example json file for further details.

FIXES:

  1. Send empty datagram to UDP socket connections. Thanks to @Williangalvani for contribution.

Full Changelog: v1.4.9...v1.4.10

v1.4.9

06 Feb 07:57
241697d
Compare
Choose a tag to compare

What's Changed

CHANGES:

  1. Update Rover widget for new pyubx2>=1.2.37 RELPOSNED payload definition.
  2. Min version of pyubx2 updated to 1.2.37.

Full Changelog: v1.4.8...v1.4.9