xref: /openbmc/phosphor-modbus/README.md (revision 6e44f7befb4fcd87a4280f8470207c67fcd0104c)
1# phosphor-modbus
2
3phosphor-modbus provides a set of software applications to query sensors info,
4inventory data, firmware info of various modbus devices.
5
6## Dependencies
7
8The phosphor-modbus requires phosphor-dbus-interfaces, sdbusplus and
9phosphor-logging.
10
11## Building
12
13The phosphor-modbus is built using meson.
14
15```sh
16meson build && ninja -C build
17```
18