Skip to content

muckiware/NextBerryfrog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

Berryfrog Daemon

A daemon for to receive weather data

How To Install

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++-dev

Clone the git repository, compile and install.

cd build
cmake ..
make
sudo make install

How To Start

To 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-berryfrog

To see the all syslog:

tail -f /var/log/syslog

To see the all logs generated by the daemon:

tail -f /var/log/syslog | grep next-berryfrog

loglevel setup with

systemctl enable next-berryfrog

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published