A daemon for to receive weather data
Tested on Ubuntu 18.04 LTS
Firt you need to check if all dependencies are available.
The library libconfig++ is used to read the config file.
sudo apt install libconfig++-devClone the git repository, compile and install.
cd build
cmake ..
make
sudo make installTo start, stop and check the state of the daemon use the follow commands.
sudo systemctl start next-berryfrog
sudo systemctl stop next-berryfrog
sudo systemctl status next-berryfrogTo see the all syslog:
tail -f /var/log/syslogTo see the all logs generated by the daemon:
tail -f /var/log/syslog | grep next-berryfrogloglevel setup with
systemctl enable next-berryfrog