Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 869 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 869 Bytes

smqtt

image

mqtt web 操作页面
SQLITE数据库记录
自动触发 定时功能
http://fweb.cc:8123
演示
用户名admin
密码pass

安装debian或者ubuntu X86
apt install jq ffmpeg
git clone https://github.com/fwebcc/smqtt.git
cd /mqtt/app
mkdir pid live https
./cmd start
http://IP:8123
默认用户名密码 admin pass

如果需要HTTPS把key crt证书放到https目录,设置里勾选https即可
使用python3.5 Html js ws编写,引用以下开源项目:
https://github.com/ikalchev/HAP-python
https://github.com/pallets/flask
https://github.com/viniciuschiele/flask-apscheduler
https://github.com/miguelgrinberg/Flask-SocketIO
https://github.com/eclipse/paho.mqtt.python