v2.0.1
Release of version 2.0.1 of the muondetector software.
Changes:
- Fixed debian package dependency list for the gui and the daemon
- Relocated the binary muondetector-login to a different location than /usr/bin
- Renamed the script muondetector-login-helper to muondetector-login
- Improved window resize functionality for the gui
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 based systems you can add our repository. Just add our gpg key by typing in the console:
wget -qO - https://archive.muonpi.org/muondetector.public.key | sudo apt-key add -
Then add the repository depending on your operating system:
For the Raspberry Pi type:
sudo sh -c "echo deb https://archive.muonpi.org/raspbian buster main > /etc/apt/sources.list.d/muondetector.list"
For amd64 Ubuntu 18.04 you can install the gui by adding this repository:
sudo sh -c "echo deb https://archive.muonpi.org/ubuntu bionic main > /etc/apt/sources.list.d/muondetector.list"
For amd64 Ubuntu 20.04 you can install the gui by adding this repository:
sudo sh -c "echo deb https://archive.muonpi.org/ubuntu focal 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.
Be aware that the daemon is only available for the Raspberry Pi.
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 package named "libpaho-mqttpp-1.1.0....deb".
Download the daemon for the raspberry pi named "muondetector-daemon-2.0.0-raspbian.deb".
You may download the GUI named "muondetector-gui-2.0.0...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
.
Using this method: install "libpaho-mqttpp-1.1.0.....deb" first because the other packages depend on this first package.
Have fun!