A diagnostic tool for all instances inside the flespi platform (flespi.io). Convenient access to the platform, channel, device, stream, storage, and MQTT logs. Detailed view of channels and devices messages. Real-time and history modes. Also includes a HEX viewer to analyze raw telematics data and MQTT Board to play with MQTT connections.
- ES6 Javascript
- Vue.js
- Writing .vue files
- Vuex
- Webpack
- Responsive layout
- NPM ecosystems
- Material theme
- Dev Hot Reload
- and many more!
# clone the repo
$ git clone https://github.com/flespi-software/toolbox.git mytoolbox
# go into app's directory and install dependencies
$ cd mytoolbox
$ npm install
# serve with hot reload at localhost:7007 for flespi.io
$ npm run dev
# build for production with minification for flespi.io
$ npm run build
# lint code
$ quasar lint
# serve with hot reload at localhost:7007 for localhost:9005
$ npm run dev_local
MIT license.