commit | 41061e2c3198c0f597d4f6bb702b690a273ab45d | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Jun 01 07:41:13 2020 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Jun 01 09:16:52 2020 -0500 |
tree | 491b1c93fd03bfc7fb71e0d851325d95ce8860f8 | |
parent | 38fb598381a9fc7c4e2bbd7b585f788d0c7353e5 [diff] |
sdbusplus: use meson build Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie382a676f33fe7e3541cf65eea37e75e615f26c4
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