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

https://github.com/fleaz/mqtt-webviewer

Small Webapplication to show all available topic on an MQTT broker
https://github.com/fleaz/mqtt-webviewer

hacktoberfest

Last synced: 11 months ago
JSON representation

Small Webapplication to show all available topic on an MQTT broker

Awesome Lists containing this project

README

          

# mqtt-webviewer
Small Webapplication to show all available topic on an MQTT broker

## Setup
1. Adapt config.py to your needs

2. Install Python dependencies
```
pip install -r requirements.txt
```

3. Start Bottle webserver
```
python run.py
```

4. Go to http://localhost:8080