Skip to Main Content
Hands-On Embedded Programming with C++17
book

Hands-On Embedded Programming with C++17

by Maya Posch
January 2019
Intermediate to advanced content levelIntermediate to advanced
458 pages
10h 35m
English
Packt Publishing
Content preview from Hands-On Embedded Programming with C++17

Implementation

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:

  • POCO
  • WiringPi
  • libmosquittopp (and libmosquitto)

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 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Embedded Programming with Modern C++ Cookbook

Embedded Programming with Modern C++ Cookbook

Igor Viarheichyk

Publisher Resources

ISBN: 9781788629300Supplemental Content