January 2019
Intermediate to advanced
458 pages
10h 35m
English
The monitoring service will be implemented as a basic systemd service, meaning that it will be started by the operating system when the system starts, and the service can be monitored and restarted using all the regular systemd tools.
We will have the following dependencies:
The libmosquitto dependency (https://mosquitto.org/man/libmosquitto-3.html) is used to add MQTT support. The libmosquittopp dependency is a wrapper around the C-based API to provide a class-based interface, which makes integration into C++ projects easier.
The POCO framework (https://pocoproject.org/) is a highly portable set of C++ APIs, which provides everything from network-related functions (including ...