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