Pygpsclient

Latest version: v1.5.5

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

Scan your dependencies

Page 1 of 2

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

1.5.0

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

FIXES:

1. Fix NAV-SVINFO TypeError in ubx_handler.

ENHANCEMENTS:

1. Enhancements to Map widget:
- Show Track checkbox option added; when ticked, map will display track. Works in both offline ("world", "custom") and online ("map", "sat") modes. Track is only recorded while Show Track is ticked, and is reset when it is unticked. NB: this is independent of the existing Record GPX Track facility.
- Right-clicking anywhere in custom map view will display coordinates at that point. Double-click to clear.
1. Enhancements to GPX Viewer:
- Can now support custom offline background maps in addition to online MapQuest images.
- Minor improvements in exception handling.
1. Enhancements to Spectrum widget:
- Add snapshot facilty. Right-click anywhere in spectrum plot to capture current spectrum data, which will then be superimposed on the live spectrum data in a different color. Double-right-click to clear the snapshot. Intention is to help compare RF reception at different times and/or with different antenna configurations.
- Add pgaoffset option. If selected, adds receiver PGA (programmable gain amplifier) gain to spectrum db axis.
- vertical (db) axis range is now fixed - fixes previous vertical axis 'jumping'.
1. Enhance console color tagging.
1. Add baseline (where available) to banner dgps display.
1. Selected receiver serial port now included in saved json configuration file (NB: will only work if the saved device is still available on the same port when PyGPSClient is restarted).
1. Minor interval enhancements to SPARTN data stream handling to reflect pyspartn>=1.05 (can now use nominal basedate of TIMESTAMP (integer 0) when decrypting SPARTN payloads).
1. Internal streamlining of MapQuest API and Open File functions.

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

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.