commit | 5f5f78eb83b165e0c0a96e29f920b5b36dc81a0d | [log] [tgz] |
---|---|---|
author | Zhikui Ren <zhikui.ren@intel.com> | Fri Aug 28 15:10:11 2020 -0700 |
committer | Zhikui Ren <zhikui.ren@intel.com> | Mon Sep 21 17:52:21 2020 -0700 |
tree | 465b62a26c2fa49eb7132fc9be5b5c4382fb9466 | |
parent | 484b9b37530a52f10a606abff23b345a4ec6ab2a [diff] |
Add Zhikui Ren as maintainer Signed-off-by: Zhikui Ren <zhikui.ren@intel.com> Change-Id: Ia49fe6f69ee48c824998b98530a69e6e19e7189c
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