Allows to connect to the websocket server opened in the python online calibrator and visualize the running calibration for multiple sensors in real time.
- Install nodejs/npm (see here, or here for Ubuntu-based linux distros)
- Clone this repo
- Install dependencies via npm:
npm install
- Build the project:
npm run build
- There will be a single HTML bundle
index.html
inside thedist
directory, which can either be served via any HTTP server (e.g.python3 -m http.server --directory /dir/to/indexhtml
) or be opened locally in a browser (doubleclick/menu: open with)
- Execute steps 1-3 of the build instructions.
- Run
npm run dev
for a development server, which automatically updates the browser page as code changes.