commit | 5431c49ac5cb48b21534ab651182cacec1c75a6c | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Tue Mar 01 13:04:55 2022 -0800 |
committer | Ed Tanous <ed@tanous.net> | Mon Mar 07 16:05:10 2022 +0000 |
tree | 342e64a10a8d4b1eaffe97ab814d02fc1385bb2d | |
parent | 6f379ce9caaee604c0ab92fbff4105efe8e459fe [diff] |
Don't tidy/format files in subproject This pattern and files are copied from bmcweb. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I84d1bb3386cdf7426b497a92137ec87345dc77cb
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