commit | 3911b821b3c2316d0e19cd6d93906c05de2952e3 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 27 14:31:50 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 27 14:56:47 2021 -0500 |
tree | cdbd88a9eb27d03910eab8752e273cbd5f2f6a61 | |
parent | c7a1ae6b02e767174f5efc0520f763a448c58c4c [diff] |
build: add wrapfile for libgpiod Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6e9b3f12bcf05e60278457e561c29eeff4472585
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