commit | c6ca52b3b11656efe453685e9d98c4813fb48fad | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed@tanous.net> | Tue Sep 22 13:39:00 2020 -0700 |
committer | Ed Tanous <ed@tanous.net> | Tue Sep 22 13:40:04 2020 -0700 |
tree | f2dfe90a109a9184215ba5bb00ef13216074399a | |
parent | 5f5f78eb83b165e0c0a96e29f920b5b36dc81a0d [diff] |
Add maintainer Also, alphabetize the list for future maintenance. Happy to help support dbus-sensors reviews where I can. Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: Ife8942c09189c9105da46da483e33719f935b0d9
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