GUI for openWB v2.0+
This project is licensed under GPLv3. Any commercial use must be authorized by openWB GmbH & Co. KG.
- VS Code
- VS Code Remote SSH Extension for development on the target system
- npm 7.5.x
- nodejs 14.x
- Vue.js devtools browser extension for debugging
npm install
It may be necessary to increase the number of allowed file watchers.
Add this line to your /etc/sysctl.d/99-local.conf
:
fs.inotify.max_user_watches=524288
Then reboot your system or update sysctl:
sudo sysctl --system -p
npm run serve
If working with remote ssh extension, port 8080 will be redirected automatically. Manually add port 9001 for accessing mosquitto on remote system. Then point your browser to http://localhost:8080/openWB/web/settings/ to get started.
npm run build
npm run lint
npm run test:unit
npm run build-dev
npm run build-prod