modworm
A command line interface for managing modbus simulators.
On macOS via homebrew.
brew install modworm/modworm/rain
On windows via chocolatey
choco install modworm-rain --version=1.0.0
Alternatively the binary can be downloaded from the releases page. Remember to add it to path.
For the complete manual use the help flag.
rain -h
The cli can be used to start varying types of servers on a specified socket.
rain --port 502 --host 0.0.0.0
It also allows for the creation of daemonized server that will run in the background.
rain -d
Quickly stop all active servers with the kill flag.
rain -k
Features an echoing server for testing writes along with a random and incrementing server.
rain --type echo
On macOS via homebrew.
brew uninstall rain
On windows via chocolatey
choco uninstall modworm-rain