Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kadasz/mqtt-ui
Manage some features Mosquitto by UI (not ready yet)
https://github.com/kadasz/mqtt-ui
Last synced: about 1 month ago
JSON representation
Manage some features Mosquitto by UI (not ready yet)
- Host: GitHub
- URL: https://github.com/kadasz/mqtt-ui
- Owner: kadasz
- License: mit
- Created: 2019-04-28T09:53:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T00:50:53.000Z (almost 4 years ago)
- Last Synced: 2023-09-17T06:44:36.900Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 240 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manage some features Mosquitto by UI
__NOTE! This project is experimental simply application as part of python learning.__
Current features is:
- manage the password file### Run mqttUI server
```
(mqtt-ui) root@pyenv $ python3 app.py --help
usage: app.py [-h] [--host HOST] [--port PORT] [--pwd PWD]mqttUI server start
optional arguments:
-h, --help show this help message and exit
--host HOST Set the bind address for mqttUI (default: 0.0.0.0)
--port PORT Set listen on a specified port (default: 8383)
--pwd PWD Select path to the mosquitto password file
(mqtt-ui) root@pyenv $ python3 app.py --pwd "/etc/mosquitto/passwd"
======== Running on http://0.0.0.0:8383 ========
(Press CTRL+C to quit)
[ 2020-01-14 15:32:20 ] mqttUI: [INFO] [email protected] - GET / HTTP/1.1 302 182 0.002502
[ 2020-01-14 15:32:21 ] mqttUI: [INFO] [email protected] - GET /login HTTP/1.1 200 3453 0.020436```
### Current view UI page
![Image](screen1.png)
## License
The code in this repository, unless otherwise noted, is MIT licensed. See the LICENSE file for more.