modworm
A tauri app for reading registers from modbus servers.
On macOS via homebrew.
brew install modworm/modworm/soilOn windows with powershell via chocolatey
choco install modworm-soil --version=1.0.0Alternatively the binary can be downloaded from the releases page. Remember to add it to path.
Open a terminal and run soil to launch the app.
soilYou can start up a rain server to connect to.
rain -dThe home page allow you to specify an IP and port to connect to.
The app supports multiple data types out of the box. Along with the ability to read blocks of any size as long as all registers are valid. The address at the top left can be selected to target another server. Registers are updated every second.
On macOS via homebrew.
brew uninstall soilOn windows via chocolatey
choco uninstall modworm-soil