commit | d1a6f00e9de374e47c656fab1ca60c1056cf2d66 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Aug 14 18:15:22 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Aug 14 18:15:22 2019 -0700 |
tree | 1ef613f3c13643d737a9f04c7e63a739594568ec | |
parent | bd1a9d5d79e1c39b128f3bbf4d0ddc08ae134428 [diff] |
gitignore: add external components and output Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Iedd190cb13c4d989c1da80fb045bc5527f594298
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