![]() |
RumPi 1.0
A self-assembling C++ sensor & actuator library for the Raspberry Pi 5
|
#include <spawn.h>#include <unistd.h>#include <sys/wait.h>#include <mutex>#include "../Common.h"#include "../Data/SystemMemoryInformation.h"#include "BaseComponent.h"Go to the source code of this file.
Classes | |
| class | RumPi::SystemHealthComponent |
| Reads Raspberry Pi system health (temperature, voltage, throttling, memory, storage, WiFi, and IP) by running vcgencmd and other OS commands, and reports threshold crossings to the AlertManager. More... | |
Namespaces | |
| namespace | RumPi |
| RumPi is the library's top-level facade. | |