commit | 2932a7bb38e49ee79ec87114927b3d95a82f18cd | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 27 15:24:44 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 27 16:06:08 2021 -0500 |
tree | aefa7faae012473fd544f5cc3297973ffdd66c99 | |
parent | 302a61a5cf9c0f27bc91f08f5ee93b96f641da8d [diff] |
meson: enable tests by default Change-Id: I09f20388559ca645ecbb11489af8d279641aca2f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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