commit | b89967ffa471f235ea3ab8608ddb6ed8ee687265 | [log] [tgz] |
---|---|---|
author | Bruce Mitchell <bruce.mitchell@linux.vnet.ibm.com> | Wed May 05 14:17:59 2021 -0500 |
committer | Bruce Mitchell <bruce.mitchell@linux.vnet.ibm.com> | Wed May 05 14:17:59 2021 -0500 |
tree | c13f4916dd0aa9a4b4a2a1ea50f8905299db0a59 | |
parent | 6b6891c52e550c42507d4b413cbc4c6a09235535 [diff] |
Replace IRC with Discord Discord has more users. IRC traffic has ground to a halt. Signed-off-by: Bruce Mitchell <bruce.mitchell@linux.vnet.ibm.com> Change-Id: I0abdcd1e0d58589548ad8feba8646a1857f8b4a5
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