Skip to content

v2.0.0

Compare
Choose a tag to compare
@bleykauf bleykauf released this 08 Apr 13:20
· 52 commits to master since this release
f21e16d

IMPORTANT: This version only supports RedPitaya OS 2.0. There are some breaking changes compared to version Linien 1.x, including a new way that settings are saved. While the settings are not deleted from the RedPitaya, all parameters will be reset to their default values upon installation and saved in the new format. We highly recommend to take note of your spectroscopy and PID settings before installation. To avoid any issues, it is also recommended to start from a clean SD card running RedPitaya OS 2.0. At the very least, you will have to make sure that linien-server is not running on the RedPitaya, for example by restarting the RedPitaya.

Added

  • Use features of Python 3.10 available on RedPitaya OS 2.0 for linien-server by @bleykauf in #366
  • Add ability to start the server upon startup by @bleykauf in #387

Changed

  • Use systemd instead of screen for running the server by @bleykauf in #387 (thanks @doronbehar for the idea!)
  • Use json to store devices and parameters by @bleykauf in #357
  • Better error handling by @bleykauf in #350
  • Improve startup and installation process by @bleykauf in #372
  • Use official influxdb client by @bleykauf in #374
  • mdio-tools is now included in the linien-server package
  • Uses rpyc==6.x instead of rpyc==4.x

Deprecated

  • Removed support for RedPitaya OS 1.0: RedPitaya OS 2.0 is now necessary.