this project is a simple web mqtt client tool for loraserver .
Nodejs +Koa+ websocket-npm+vue+element.io
- connect to an mqtt broker of loraserver
- subscribe tx topic and show live mqtt message from lora app server
- fCnt and packet loss statistics
- downLink mqtt message
you need to install nodejs
npm run install-all
npm run build-ui
npm run start
Then open http://127.0.0.1:4889/
// for server
npm run dev
// for frontend ui
npm run dev-ui
MIT