loraserver mqtt test console
1.0.0
this project is a simple web mqtt client tool for loraserver .
Nodejs +Koa+ websocket-npm+vue+element.io
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