commit | 3f07764ca2457ff05ceb3d22d21ce3b70c8305ae | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed@tanous.net> | Sat Sep 12 08:50:23 2020 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Mon Sep 14 17:46:02 2020 +0000 |
tree | 1ad2af907fcdf4895e95666df2617b6e69f94347 | |
parent | 2456dde72421cd4086ac43e619fb0817a55bf0a7 [diff] |
Add Ed as reviewer Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: Idd05cb1bf10298a58cac2ff8de008ebef204f6ba
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