Skip to content

RTKBase-GNSS-RPi-2.6.1

Compare
Choose a tag to compare
@jancelin jancelin released this 03 Oct 09:58
· 1 commit to last-release_64 since this release

Rasperry pi image change

  • Bookworm OS
  • img 64bits

RTKbase version

https://github.com/Stefal/rtkbase/releases/tag/v2.6.1

Connexions:

http://basegnss.local or ip

mdp: admin

ssh connect

ssh [email protected]

mdp: basegnss!

DOC

https://github.com/Stefal/rtkbase

Change log RTKbase

[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. RPi-Distro#418
  • Insert new release number into settings.conf before restarting services. RPi-Distro#411
  • Custom web_port setting was not used. RPi-Distro#419
  • Cellular modem: nmcli connection was not updated after a switch to public ip address.

[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. RPi-Distro#381
  • New optional service, rtkbase_raw2nmea.service, to get date and time with a gnss receiver unknown to gpsd. (CLI only) RPi-Distro#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

Security

  • Update various python modules.