commit | 08d684ac147ece6580fed722b1a51e839304202d | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 27 15:15:34 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Sep 13 20:58:45 2021 +0000 |
tree | ebc99cb305068cc16d5258eef4bf7ba1b16d2a84 | |
parent | 5ab424a6a4ea56e5fbfad5a1813bed7bfabbd399 [diff] |
build: add phosphor-logging dep and wrap Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I75d0e33c2e0432ef77e4d8618ebf28c6e4b3d8d0
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access