Skip to content

v0.54

Compare
Choose a tag to compare
@jvde-github jvde-github released this 29 Oct 07:06
· 2120 commits to main since this release

v0.54 is the latest version and adds:

  • A "Settings Menu" providing access to additional (styling) options for the webclient:
    image

  • Option to change the displayed units in the settings menu (metric system, imperial system and AIS native units)

  • Functionality to plot a list of all vessels on top of the map. This will only be visible for larger screens (click on ship icon on top right map)

  • retires the Curl library for HTTP message sending and directly uses a built-in TCP client leveraging openssl where needed for secure servers. This means that if you want to send data to a secure server, you have to build with the ssl development libraries:

sudo apt install libssl-dev