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 8.x
- nodejs 18.x
- Vue.js devtools browser extension for debugging
IMPORTANT:
Due to a bug in vue-loader please clone this repo into /opt/openWB-dev/openwb-ui-settings. The full path is referenced on import and as a result the filename hashes will be different for every other path used. Hope this will be fixed soon.
npm installIt 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 -pnpm run serveIf 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 buildnpm run lintnpm run test:unitnpm run build-devnpm run build-prod