/comet-draft

Deprecated technical demonstrator for a control and measurement web application toolkit

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

COMET

Quickstart

Important: make sure node.js is installed on your system

Install dependencies and build JavaScript web application

$ pip install -r requirements.txt
$ python setup.py build

Serve the example application

$ python PYTHONPATH=$(pwd) examples/climate/main.py --port 8080

Use your web browser to access http://localhost:8080/

Documentation