Skip to content

Bugfixes and initial workout demonstrator.

Pre-release
Pre-release
Compare
Choose a tag to compare
@8cH9azbsFifZ 8cH9azbsFifZ released this 30 Jun 17:27
· 567 commits to main since this release

Run backend (mqtt and mongodb can be started docker-compose up - todo: assert hostnames correct for your setup) using:

  • cd backend; python3 ./run_ws.py
  • cd backend; python 3 ./record.py
    Start frontend:
  • make frontend