Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hobairiku/loraserver-mqtt-test-console
a web mqtt client for lora-server-project (koa+websocket-npm+vue+element.io)
https://github.com/hobairiku/loraserver-mqtt-test-console
element-ui loraserver mqtt typescript vue websocket-server
Last synced: about 2 months ago
JSON representation
a web mqtt client for lora-server-project (koa+websocket-npm+vue+element.io)
- Host: GitHub
- URL: https://github.com/hobairiku/loraserver-mqtt-test-console
- Owner: HobaiRiku
- License: mit
- Created: 2018-07-22T10:09:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:47:31.000Z (about 2 years ago)
- Last Synced: 2023-03-04T11:24:40.314Z (almost 2 years ago)
- Topics: element-ui, loraserver, mqtt, typescript, vue, websocket-server
- Language: Vue
- Homepage: http://reachnn.com:4889
- Size: 2.84 MB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# loraserver-mqtt-test-console
this project is a simple web mqtt client tool for [loraserver](https://www.loraserver.io/) .
Nodejs +Koa+ websocket-npm+vue+element.io
## feature:
* 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## start:
you need to install nodejs
```bash
npm run install-all
npm run build-ui
npm run start
```Then open http://127.0.0.1:4889/
## dev:
```bash
// for server
npm run dev
// for frontend ui
npm run dev-ui
```## screenshot:
![](screenshot.png)
## licence:
MIT