Skip to content

Releases: Stefal/rtkbase

Release 2.3.3

28 Feb 13:06
Compare
Choose a tag to compare

Changelog

[2.3.3] - 2022-02-28

Fixed

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

Release 2.3.2

22 Feb 14:23
Compare
Choose a tag to compare

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

Release 2.3.1

25 Jul 17:20
Compare
Choose a tag to compare

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

Release 2.3.0

10 Jul 18:02
Compare
Choose a tag to compare

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

28 Jun 14:54
Compare
Choose a tag to compare
2.2.90 Pre-release
Pre-release
Updating update script for v2.3.0

Release 2.2.0

13 Jan 13:53
Compare
Choose a tag to compare

[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

Release 2.1.1 - bugfix

30 Jul 10:25
Compare
Choose a tag to compare

Bugfixes:

  • rtcm services was sending data to the ntrip caster. #96

Release 2.1

22 Jul 21:09
Compare
Choose a tag to compare

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 #93

First v2 release

09 Jun 13:51
Compare
Choose a tag to compare
2.0.2

Bump version

First release

19 Dec 20:54
Compare
Choose a tag to compare
v1.0

Adding restart on failure