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