Sign inSign up

matsvanderpol/modbus-tester

By matsvanderpol

•Updated 5 months ago

A lightweight Docker image for testing and debugging Modbus registers with a simple web interface.

Image
Networking
Integration & delivery
Monitoring & observability
2

276

matsvanderpol/modbus-tester repository overview

⁠Modbus Address Test System

A lightweight Docker image for testing and debugging Modbus registers with a simple web interface. Supports Modbus TCP connections.

⁠How to use this image

Run modbus-tester

$ docker run -d --name modbus-tester matsvanderpol/modbus-tester:${tag}

For example

$ docker run -d --name modbus-tester -p 8080:8080 matsvanderpol/modbus-tester:latest
name: Modbus Address Test System
services:
    modbus:
        container_name: ModbusAddressTestSystem
        image: matsvanderpol/modbus-tester:latest
        ports:
            - 8080:8080

Tag summary

Content type

Image

Digest

sha256:e0c2c2ff1…

Size

96.9 MB

Last updated

5 months ago

docker pull matsvanderpol/modbus-tester