Rtkbase Versions Save

Your own GNSS base station for RTK localization with a Web GUI

v2.5.0

3 months ago

Changelog

[2.5.0] - 2024-01-30

Added

  • udev rules to create ttyGNSS port for usb connected F9P.
  • Added UART connected F9P detection and configuration.
  • Some scripts for using a base with a 4G Simcom A76XX modem. (Beta).
  • Rules to manage rtkbase services without sudo (Bookworm or newer).
  • Trying to detect the wrong cpu temp on Orange Pi Zero. #224
  • Buttons and collapsing informations on the diagnostic page.

Changed

  • RTKLib upgraded to release b34i from rtklibexplorer.
  • RTKBase now use a virtual environnement for the python environnement
  • install.sh -> --detect-usb-gnss renamed to --detect-gnss
  • Rinex conversion -> limit to 2 frequencies removed in "full" presets
  • Rinex conversion -> receiver option (-TADJ=1 for ubx) is sourced from settings.conf
  • Logs -> default time overlap changed from 30s to 0s

Fixed

  • More tests before copying RTKLib binaries. #313
  • Skip unknown section or key when restoring settings. #336
  • Fix space detection in various forms inputs.
  • Fix broken form input validation patterns. #353
  • Fix some issues with Orange Pi Zero images. #361

Security

  • Update of various python modules.
  • Apply some restrictions on RTKBase services. #341

v2.5.0b1

3 months ago

2.4.2

6 months ago

Changelog

[2.4.2] - 2023-11-10

Fixed

  • Pin Werkzeug module to v2.2.2 to fix dependencie failure. #330

2.4.1

1 year ago

[2.4.1] - 2023-02-26

Fixed

  • GUI -> Settings: Fixed GNSS detect & configure. #303

2.4.0

1 year ago

Hotfix - 2023-20-23

  • rtkbase.tar.gz updated to pin Werkzeug to version 2.2.2. Or it will break the users who want to upgrade from previous releases.

[2.4.0] - 2023-02-20

Added

  • GUI -> Settings: Added a 2nd NTRIP output. #240
  • GUI -> Settings: Added features to backup, restore and reset RTKBase settings.
  • GUI -> Settings: Added a button to detect and/or configure the gnss receiver. #70
  • GUI -> Settings: Added a button to show/hide the Ntrip passwords. Thanks to @GwnDaan #208
  • GUI -> Settings: Added Gnss receiver informations (Model and firmware release).
  • GUI -> Settings: Added Operating system informations.
  • GUI -> Settings: Alert when user wants to leave the page with unsaved settings. #235
  • GUI -> Status: Added tooltip on the blue pin to explain that it's a coarse location. #247
  • GUI -> Status: Added an alert if the main service isn't active.
  • GUI -> Logs: Added 3 more Rinex presets, and modified rinex window layout. #43 #134 #190 #200
  • Bidirectionnal communication with the gnss receiver is enabled. #277
  • More informations are available in the local caster source table. #183
  • Port number for the web server is configurable in settings.conf

Changed

  • RTKLib upgraded to release b34g from rtklibexplorer. #222
  • RTKLib binaries are bundled for armv6l, armv7l, aarch64, x86. Compilation from source isn't needed anymore for these platforms.
  • Command line: Many changes on install.sh arguments/options. See install.sh --help
  • Flask upgraded to v2.2.2 and other dependencies upgraded too.
  • SocketIO upgraded to v4.4.1
  • Bootstrap upgraded to v4.6.1
  • Bootstrap-table upgraded to v1.21.1
  • Password for local caster isn't mandatory anymore. Thanks to @GwnDaan #210
  • Change socketio connection method. Thanks to @jaapvandenhandel
  • Change 127.0.0.1 to localhost for better ipv6 support. Thanks to @by

Fixed

  • GUI -> Status: Sat. levels and coordinates are set to zero in case of a signal interruption. #164
  • GUI -> Status: Sat. levels are left align. Thanks to @GwnDaan #72
  • GUI -> Status: New provider for OpenStreetMap HOT tiles.
  • GUI: After a RTKBase update, the browser won't use the old javascript files anymore (cache busting). #217
  • Remaining space check could not work with non english shell. Thanks to @GwnDaan #213
  • GUI -> Settings: No more "bounce" issues with the switches. Thanks to @GwnDaan
  • Max Cpu temp was not updated when no user were connected. Thanks to @GwnDaan
  • GUI -> Settings: Check update now display an error in case of a connection error. Thanks to @GwnDaan #221
  • GUI -> Logs: Better logs table behaviour on mobile devices.
  • Grep pattern fixed on PPS example. Thanks to @by.

2.4b7

1 year ago

2.3.4

2 years ago

Changelog

[2.3.4] - 2022-04-01

Fixed

  • Failure with some python dependencies. #215
  • More fixes with Gpsd service restart. #94

2.3.3

2 years ago

Changelog

[2.3.3] - 2022-02-28

Fixed

  • Fix the Rinex conversion failure. #206
  • Restart Ntrip/Rtcm services after an update. #171

2.3.2

2 years ago

Changelog

[2.3.2] - 2022-02-22

Added

  • GUI -> Status: Added a new default map background : Osm "standard", from osm.org.
  • GUI: The footer include a link to the github repo. #191
  • GUI -> Settings : Board name is displayed in the System Settings section. #194

Changed

  • Leafletjs upgraded to release 1.7
  • GUI -> Status: Ortho HR (aerial images) max zoom changed from 20 to 21.

Fixed

  • GUI -> Settings: "Save" buttons are disabled when a new setting is saved. #193
  • The Rinex conversion is more robust and error message is more understandable.
  • GUI -> Rinex conversion is now enabled only for zip files.
  • Fix "itsdangerous" module to version 1.1.0. #196

2.3.1

2 years ago

Changelog

[2.3.1] - 2021-07-25

Fixed

  • Local ntrip caster was not started with the right user/password syntax. #166
  • Local ntrip caster service was not restarted after new settings were set. #167
  • Psutil python requirement could not be installed on Os already including it (like Raspberry Pi Os with desktop). #165