Modbus server tool with a web-based front end.
git clone https://github.com/greenliquidlight/modservice.gitcd modservice
- Download and install Python 3.11+ from https://www.python.org/downloads/
- Verify:
python --version
python -m pip install --upgrade pippython -m pip install uv
uv sync
uv run uvicorn app.main:app --reload- Open http://127.0.0.1:8000
- Static assets are cache-busted automatically based on file timestamps.
uv run pytest -q