Skip to content

Releases: Stefal/rtkbase

Release 2.7.0

01 Dec 14:01

Choose a tag to compare

Changelog

[2.7.0] - 2025-11-28

Added

  • Now compatible with Debian 13 (Trixie).
  • Now compatible with Septentrio Mosaic-X5 firmware 4.15. Default login/password is basegnss/basegnss!.
  • GUI -> Settings: Add display of network interface mac address.
  • GUI -> Settings: Add Tcp host addr entry to open or block external access to the Gnss receiver. #490
  • GUI -> Add mount name in the web page title. Thanks to @sbonaime #484
  • GUI -> Logs: .sbf files get a type in the type column.
  • GUI -> Logs: .obs and .2?o files displayed as RINEX in type column.

Changed

  • RTKLib upgraded to release v2.5.0-EX.
  • Add Galileo inside rinex preset for Nrcan. #479
  • U-Blox ZED-F9P settings : Dynamic model sets to static during configuration. Thanks to @Jef239 #488

Fixed

  • GUI -> Logs: Fix wrong path when using custom data directory. #471
  • GUI -> Settings: Better toggle buttons color behaviour.

Deprecated

  • Operating systems older than Debian 12 / Ubuntu 24.04 can't update RTKBase anymore.
  • Python release < 3.11 deprecated

Security

  • Update various python module
  • Update js library (leaflet, bootstrap-table)

Full Changelog: v2.6.4...v2.7.0

Release 2.6.4

26 Nov 17:23
1899999

Choose a tag to compare

[2.6.4] - 2025-11-26

Fixed

  • GUI -> Diagnostic: Fix missing line return. #480
  • Install missing Avahi-daemon service and settings

Release 2.6.3

16 Feb 18:44

Choose a tag to compare

Changelog

[2.6.3] - 2025-02-16

Added

  • New Linux/Windows Gui to detect online Station.
  • Add Unicore UM980/UM982 support (rtcm3 mode). #351
  • Add api to get basics informations about the base station (/api/v1/infos)
  • Add Zeroconf/Avahi service definition to get a fast online Rtkbase station detection.
  • Detect Gnss receiver firmware version during receiver detection. #428
  • GUI -> Logs: Non-zipped files can be convert to rinex. #348
  • GUI -> Settings: Display network informations.
  • GUI -> Settings: Better changelog display (Convert markdown to html).

Changed

  • Faster Septentrio Mosaic-X5 detection

Fixed

  • Fix some services were not restarted after saving new settings in the main service.
  • Fix pystemd result request for timer services. #162 #445
  • Increase free space for archiving Mosaic-X5 data. #369
  • Various fixes #441 #443 #450

Security

  • GUI -> Logs: Fix path traversal vulnerability.

Release 2.6.2

06 Oct 16:11
d799c5e

Choose a tag to compare

Changelog

[2.6.2] - 2024-10-06

Added

  • Added Rtkbase gnss reverse proxy service in the diagnostic view. #421

Fixed

  • Remove firstboot service on Raspberry Pi image >= 2.5 which was causing services to stay stopped after a reboot. #436
  • Reboot autorefresh timeout is now 90s. #426

Release 2.6.1

26 Aug 08:37
6a5a7ad

Choose a tag to compare

Changelog

[2.6.1] - 2024-08-26

Changed

  • More tests before installing prebuilt RTKLib cli tools.

Fixed

  • Build rtklib if previous installed release is not working. #418
  • Insert new release number into settings.conf before restarting services. #411
  • Custom web_port setting was not used. #419
  • Cellular modem: nmcli connection was not updated after a switch to public ip address.

Release 2.6.0

05 Jul 16:10

Choose a tag to compare

Changelog

[2.6.0] - 2024-07-05

Added

  • Septentrio Mosaic-X5 detection and configuration
  • Reverse proxy server with Rtkbase authentication, for Mosaic-X5 web interface
  • Added description below form input. #381
  • New optional service, rtkbase_raw2nmea.service, to get date and time with a gnss receiver unknown to gpsd. (CLI only) #394

Changed

  • RTKLib upgraded to release b34j from rtklibexplorer.
  • Switch server from eventlet to gevent + Gunicorn server.

Deprecated

  • Operating systems older than Debian 11 / Ubuntu 22.04 can't update RTKBase anymore.
  • Python release < 3.8 deprecated

Removed

  • Eventlet python module is not needed anymore.

Fixed

  • Remove Sbas rtcm message (1107) after F9P configuration. #391
  • Tooltips buttons were a link to top page. #387
  • Fix armbian ramlog bug with log older than 1 day. Stefal/build#16
  • Archive service will compress .sbf files too.
  • Fix duplicates in .sbf to rinex conversion : rtklibexplorer/RTKLIB#186
  • Various fixes : #374

Security

  • Update various python modules.

Release 2.5.0

30 Jan 16:47
12c49b1

Choose a tag to compare

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

28 Jan 16:43

Choose a tag to compare

v2.5.0b1 Pre-release
Pre-release

Full Changelog: 2.4.2...v2.5.0b1

Release 2.4.2

01 Nov 17:32

Choose a tag to compare

Changelog

[2.4.2] - 2023-11-10

Fixed

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

Release 2.4.1

26 Feb 12:25

Choose a tag to compare

[2.4.1] - 2023-02-26

Fixed

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