| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| common/ | H | - | - | 595 | 479 | |
| mocked_test_device/ | H | - | - | 258 | 200 | |
| rtu/ | H | - | - | 3,237 | 2,595 | |
| subprojects/ | H | - | - | 21 | 15 | |
| tests/ | H | - | - | 1,875 | 1,525 | |
| .clang-format | H A D | 20-May-2025 | 3.7 KiB | 137 | 135 | |
| .clang-tidy | H A D | 30-May-2025 | 445 | 19 | 15 | |
| .gitignore | H A D | 20-May-2025 | 42 | 4 | 3 | |
| LICENSE | H A D | 20-May-2025 | 11.1 KiB | 202 | 169 | |
| OWNERS | H A D | 12-May-2025 | 1.6 KiB | 49 | 44 | |
| README.md | H A D | 20-May-2025 | 357 | 18 | 11 | |
| meson.build | H A D | 22-Oct-2025 | 730 | 35 | 27 | |
| meson.options | H A D | 22-Oct-2025 | 301 | 16 | 13 |
README.md
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