Skip to content

greenliquidlight/modservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modservice

Modbus server tool with a web-based front end.

Quickstart

Clone the repo

  • git clone https://github.com/greenliquidlight/modservice.git
  • cd modservice

Install Python (if not already installed)

Install uv

  • python -m pip install --upgrade pip
  • python -m pip install uv

Install deps

  • uv sync

Run the app

  • uv run uvicorn app.main:app --reload
  • Open http://127.0.0.1:8000
  • Static assets are cache-busted automatically based on file timestamps.

Run tests

  • uv run pytest -q

About

Modbus server tool with web based front end.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors