Release of version 2.1.1 of the muondetector software.
How to install:
You can compile it yourself obviously. But if you don't want to, there are some binaries for the raspberry pi (armhf 32bit processor architecture), for the latest Ubuntu (64 bit) versions and for windows (64 bit).
For windows you can download the installer executable.
For linux you can download the AppImage.
For the raspberry pi OS you can add our repository. Just add our gpg key by typing in the console:
sudo sh -c "curl https://archive.muonpi.org/muondetector.public.key | gpg --dearmor > /etc/apt/trusted.gpg.d/muondetector.gpg"
Then add the repository:
sudo sh -c "echo deb https://archive.muonpi.org/raspbian buster main > /etc/apt/sources.list.d/muondetector.list"
You can then install the desired software by first do 'sudo apt update' and then install the desired software by typing sudo apt install muondetector-daemon or sudo apt install muondetector-gui respectively.
When there is a new version available you will automatically install it when you do 'apt update' and 'apt upgrade'.
Alternatively you can install the software from debian package files (not if you want to only install the gui on windows):
Download the daemon for the raspberry pi named "muondetector-daemon-2.1.1-raspbian.deb".
You may download the GUI named "muondetector-gui-2.1.1...deb" for whatever system you want to use.
To install a ".deb" file just use sudo apt install ./[package-name].deb or on older systems sudo gdebi ./[package-name].deb.
Have fun!
Bugfixes:
removed wrong QT connect call which resulted in a warning in log messages after daemon startup
fixed reconnect to MQTT broker after connection was lost temporarily
Fixed bug which prevented auto update of histograms and plots
Rate buffer was sometimes sent with incorrect size when connecting with the GUI leading to occasional crashe