commit | 0947d7c1cb9dc5ae4bc740d18aff059cb896c309 | [log] [tgz] |
---|---|---|
author | Josh Lehan <krellan@google.com> | Tue Mar 30 15:04:22 2021 -0700 |
committer | Josh Lehan <krellan@google.com> | Fri Apr 02 03:21:36 2021 -0700 |
tree | 2da057a01d45051b694d6ea702c8f471b4f01df2 | |
parent | 7243217b80ab755615dab266ac242f7b5a8ade96 [diff] |
README: add ExternalSensor documentation link Content of the link is here: https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/41452 Signed-off-by: Josh Lehan <krellan@google.com> Change-Id: Iab3b015c39c4d870436d2fef910575e31dc2b364
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