1# dbus-sensors 2 3dbus-sensors is a collection of sensor applications that provide the 4xyz.openbmc_project.Sensor collection of interfaces. They read sensor values 5from hwmon, d-bus, or direct driver access to provide readings. Some advance 6non-sensor features such as fan presence, pwm control, and automatic cpu 7detection (x86) are also supported. 8 9## key features 10 11- runtime re-configurable from d-bus (entity-manager or the like) 12 13- isolated: each sensor type is isolated into its own daemon, so a bug in one 14 sensor is unlikely to affect another, and single sensor modifications are 15 possible 16 17- async single-threaded: uses sdbusplus/asio bindings 18 19- multiple data inputs: hwmon, d-bus, direct driver access 20