Rtkbase Versions Save

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

2.3.0

2 years ago

Changelog

[2.3.0] - 2021-07-08

Added

  • New local Ntrip Caster service to use RTKBase as a standalone NTRIP Caster.
  • GUI -> Status: New OrthoHR aerial imagery layer, covering France only.
  • GUI -> Status: Realtime and static base position stay both visible on the map.
  • GUI -> Status: Solution status is displayed next to coordinates.
  • GUI -> Settings: Service status are updated in realtime, and painted with orange/red in case of restart/failure.
  • GUI -> Settings: Display Cpu temperature.
  • GUI -> Settings: Display uptime.
  • GUI -> Settings: Display storage informations.
  • GUI -> Settings: Tooltips to display some help about each services.
  • GUI : Auto reconnection with the web server after a RTKBase update or a server (SBC) reboot.

Changed

  • Default antenna value sets to 'ADVNULLANTENNA' instead of 'NULLANTENNA'.

Fixed

  • Rtkbase was deleting old archives when remaining space was lower than 5GB instead of 500MB. And now you can change this value inside settings.conf. #132
  • rtkrcv configuration was hardcoded with ubx input, now it uses the format set on GUI -> Settings -> Main. #148
  • Only .ubx files were archived. Now archive_and_clean.sh script check for all files format managed by str2str. #158
  • The 2.1.x to 2.2.0 upgrade created a wrong path inside str2str_rtcm_serial.service (/var/tmp/rtkbase)
  • rtkrcv didn't always stop after the 1O mn timeout. #35

Security

  • Cryptography module updated to 3.3.2
  • Eventlet module updated to 0.31.0

2.2.90

2 years ago

2.2.0

3 years ago

[2.2.0] - 2021-01-12

Comment

  • 2.1.x to 2.2.0 upgrade could take up to 10 minutes. Please be patient.
  • After the upgrade, restart your services or reboot the base station
  • If you plan to use serial output on Uart, don't forget to enable this i/o on your Raspberry/Orange/....

Added

  • New Rtcm serial service to send a rtcm stream on a serial output, like a radio module
  • RTKBase release number, receiver model, and antenna information are sent on RTCM stream (message 1008 and 1033 added)
  • GUI->Status: Button to copy realtime coordinates to the clipboard
  • GUI->Settings: You can edit the antenna info in Main service options
  • GUI->Settings: Spinners and countdown added on reboot modal window
  • GUI->Settings: Auto refresh the webpage after a reboot (fixed time duration)
  • The archive_and_clean script delete oldest archives if there is less than 500MB available.
  • The install script check if there is enough space before starting

Changed

  • Upgrade to RTKLib v2.4.3-b34
  • Pystemd updated to 0.8.0
  • Pystemd is now installed from Pypi
  • Some python module updates
  • More dependencies are installed for aarch64 platform
  • The realtime base location calculation is now using dual-frequency ionosphere correction. You won't see the location anymore if you use a single frequency receiver.
  • Default value for archive rotation lowered to 60 days

Fixed

  • Cleaning update modal box when closing it
  • writing absolute path to python3 in rtkbase_web unit file

Security

  • Cryptography module updated to 3.3.1

2.1.1

3 years ago

Bugfixes:

2.1

3 years ago

New Features:

  • GUI -> Status: Marker on the map with the fixed base's coordinates.
  • GUI -> Status: Optional Maptiler aerial image layer on the map (see 'Advanced' section in README.md)
  • GUI -> Settings: Receiver dependent options on Rtcm and Ntrip output
  • GUI -> Settings: Services diagnostic
  • GUI -> Logs: Option to convert a zipped ubx archive to Rinex (for the IGN "Calculs GNSS Réseau en ligne")
  • Gnss receiver (ZED-F9P): Disabling SBAS during configuration
  • Gnss receiver (U-Blox): During the first installation, if a U-Blox receiver is detected, -TADJ=1 will be added for Rtcm and Ntrip outputs. See #80
  • Gnss receiver: The config files extension is now .cfg
  • Miscellaneous: You can run install.sh from anywhere
  • Miscellaneous: Freeze python modules inside requirements

Bugfixes:

  • install.sh: Check if logname return a correct value
  • install.sh: Add dialout group to user
  • various bugfixes

Warning

If RTKBase 2.0.2 doesn't detect this new release, see https://github.com/Stefal/rtkbase/issues/93

2.0.2

3 years ago

v1.0

4 years ago