commit | 24f02f2403c34eeb8bd3e62ed0b20a8322202906 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Mon Apr 15 11:05:39 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Mon Apr 15 11:05:39 2019 -0700 |
tree | c3ed75ca84a7e961e9107837643580ac9866bdd6 | |
parent | 93dc2c8e7c710fd65d269ef0bf684fb7a433a602 [diff] |
Remove references to experimental filesystem We're at CPP17 everywhere now, no need to keep the experimental refrerence. Change-Id: Ifd6af23c9bd8e40061b444436943c5192f9fc3e8 Signed-off-by: James Feist <james.feist@linux.intel.com>
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