Skip to content
/ mqtt-ui Public

Manage some features Mosquitto by UI (not ready yet)

License

Notifications You must be signed in to change notification settings

kadasz/mqtt-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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] anonymous@192.168.100.105 - GET / HTTP/1.1 302 182 0.002502
[ 2020-01-14 15:32:21 ] mqttUI: [INFO] anonymous@192.168.100.105 - GET /login HTTP/1.1 200 3453 0.020436

Current view UI page

Image

License

The code in this repository, unless otherwise noted, is MIT licensed. See the LICENSE file for more.

About

Manage some features Mosquitto by UI (not ready yet)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published