Skip to content

A web based UI to configure/interact with Moduline controllers

License

Notifications You must be signed in to change notification settings

GOcontroll/Moduline-WebUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moduline WebUI

A web based UI for GOcontroll Moduline controllers.
Configure interfaces and services, check errorcodes or see general system information.

Development

for development set up a venv in the project, enter it and install the necessary packages:
python3 -m venv .venv #Create the venv
source .venv/bin/activate #Enter the venv

then run
pip install --editable .
to install the module in your venv while using the regular project files as the source

then run
go-webui --passkey test
to launch the webserver with the passkey 'test'

python3 setup.py sdist
to build the package for distribution