Pygpsclient

Latest version: v1.5.6

Safety actively analyzes 724004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.5.6

What's Changed
* RC 1.5.6 by semuadmin in https://github.com/semuconsulting/PyGPSClient/pull/184

1. Enhancements to Dynamic Configuration Panel to allow POLL arguments to be entered for those poll commands that require them.
1. Enhancements to Preset Command Configuration Panel to allow user to specify CONFIRM option.
1. Improved error handling in Preset and Dynamic Configuration panels.
1. Minor improvements to color choices to improve contrast in Dark Mode.

**Full Changelog**: https://github.com/semuconsulting/PyGPSClient/compare/v1.5.5...v1.5.6

1.5.5

What's Changed
* RC 1.5.5 by semuadmin in https://github.com/semuconsulting/PyGPSClient/pull/183

1. Add new NMEA Configuration panel, complementing and (partly) mirroring the existing UBX Configuration panel. The NMEA configuration panel supports GNSS receivers which can be configured via proprietary NMEA sentences. Currently the only supported receiver is the Quectel LG290P (or other command-compatible Quectel receivers). See [README](https://github.com/semuconsulting/PyGPSClient?tab=readme-ov-file#nmeaconfig) for details. User-defined preset NMEA commands may be added via the nmeapresets_l section of the PyGPSClient *.json configuration file.
1. Two new helper functions added ubx2preset() and nmea2preset(), to assist users in converting UBXMessage or NMEAMessage objects into strings which can be copied-and-pasted into the relevant sections of the *.json configuration file (ubxpresets_l and nmeapresets_l). See [README](https://github.com/semuconsulting/PyGPSClient?tab=readme-ov-file#userdefined) for details.

**Full Changelog**: https://github.com/semuconsulting/PyGPSClient/compare/v1.5.4...v1.5.5

1.5.4

What's Changed
* RC 1.5.4 by semuadmin in https://github.com/semuconsulting/PyGPSClient/pull/180

1. Fix issue with GUI update facility not working for virtual environments.

**Full Changelog**: https://github.com/semuconsulting/PyGPSClient/compare/v1.5.3...v1.5.4

1.5.3

What's Changed
* Rc 1.5.3 by semuadmin in https://github.com/semuconsulting/PyGPSClient/pull/176

1. Fix issue with final contents of files not being displayed in console after EOF.

**Full Changelog**: https://github.com/semuconsulting/PyGPSClient/compare/v1.5.2...v1.5.3

1.5.2

What's Changed
* Rc 1.5.2 by semuadmin in https://github.com/semuconsulting/PyGPSClient/pull/174

1. Fix logpath setting in config file - Fixes https://github.com/semuconsulting/PyGPSClient/issues/171
1. Add support for pyubxutils.
1. Minor updates to vscode task configurations.

**Full Changelog**: https://github.com/semuconsulting/PyGPSClient/compare/v1.5.1...v1.5.2

1.5.1

What's Changed
* RC 1.5.1 by semuadmin in https://github.com/semuconsulting/PyGPSClient/pull/170

1. Add new user-selectable and configurable "Chart" widget:
- The Chart widget broadly emulates a multi-channel "oscilloscope", allowing the user to plot designated numeric data attribute values over time. By default, the number of channels is set to 4, but this can be manually edited by the user via the json configuration file setting `chartsettings_d["numchn_n"]`.
- Any numeric attribute from any incoming NMEA, UBX, RTCM or SPARTN message can be plotted.
- For each channel, user must specify the parsed data attribute name e.g. "hAcc" or "numSV".
- User can optionally specify a message identity e.g. "GNGGA" or "NAV-PVT", in which case only the attribute from that message identity will be plotted.
- Nested group attributes must include the full group index e.g. "cno_04". Alternatively, one of three wildcard characters '*', '+' or '-' can be appended, representing the average, minimum or maximum of the nested group values e.g. "cno\*" = (cno_01 + cno_02 + ... + cno_0n) / n ; "cno+" = max(cno_01, cno_02, ..., cno_0n).
- X (time) and Y (value) axes are fully configurable.
- Double-right-click will save the current chart data to the clipboard in CSV format.
- The maximum number of datapoints per channel is configurable, though **NB** the practical maximum will be dependent on available platform memory and performance. 100,000 datapoints per channel is roughly equivalent to 3 MB in-memory data.
- Chart settings will be saved to the json configuration file when "Save Configuration" is invoked.
- Principally intended to provide a real-time view of incoming data trends over relatively short periods (minutes or hours). *Analyses of much long time-series data (days or weeks) can probably be done more efficiently by saving a binary log of the incoming data and processing the data offline through a standard Python graphing tool like `matplotlib`*.
1. Add Check (for updates) on startup option to About dialog (NB: check requires internet connectivity)


**Full Changelog**: https://github.com/semuconsulting/PyGPSClient/compare/v1.5.0...v1.5.1

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.