Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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