S7 Simulator Guide
About
The S7 Simulator is a S7 Server that can be used as an endpoint for testing communication with the S7 Device Service Component.
Running
Downloading the Simulator
docker pull iotechsys/s7-sim:2.0
Running the simulator
docker run --rm -d --name s7-sim --network=host iotechsys/s7-sim:2.0
Stopping the simulator
docker stop s7-sim