Sen descrición

chenyixin 68f500aba4 Merge branch 'huawei' of http://124.222.27.218/chenyixin/meters into huawei hai 3 meses
.vscode 1fe93b05d5 提交 hai 4 meses
certs 1f1b891940 制造中心 init commit hai 6 meses
libmodbus 1f1b891940 制造中心 init commit hai 6 meses
paho.mqtt.c-1.3.9 1f1b891940 制造中心 init commit hai 6 meses
py fa851efffd init commit hai 4 meses
res 1f1b891940 制造中心 init commit hai 6 meses
src 1f1b891940 制造中心 init commit hai 6 meses
web_root fa851efffd init commit hai 4 meses
.gitignore 346cd278a8 删除二进制文件 hai 4 meses
LICENSE 1f1b891940 制造中心 init commit hai 6 meses
Makefile 1f1b891940 制造中心 init commit hai 6 meses
README.md 1f1b891940 制造中心 init commit hai 6 meses
appl.c c58ea68a1b 华为1的储能表6修改了type hai 4 meses
appl.h fa851efffd init commit hai 4 meses
can_frame.h 1f1b891940 制造中心 init commit hai 6 meses
cfg.bin 1f1b891940 制造中心 init commit hai 6 meses
deploy.sh 2287092b70 Merge branch 'huawei' of http://code.zhpowering.com/chenyixin/meters into huawei hai 4 meses
main.c 1f1b891940 制造中心 init commit hai 6 meses
mbedtls_config.h 1f1b891940 制造中心 init commit hai 6 meses
mongoose.c 1f1b891940 制造中心 init commit hai 6 meses
mongoose.h 1f1b891940 制造中心 init commit hai 6 meses
net.c e247e78f79 华为柜子1储能电表6修改完成 hai 4 meses
net.h d167044a10 修改了net.h的HTTP_URL和deploy.sh的host和port hai 4 meses
packed_fs.c 1f1b891940 制造中心 init commit hai 6 meses
start_meter.sh 08078cd863 更新 hai 3 meses
start_socat.sh 08078cd863 更新 hai 3 meses
stop_meter.sh d5580777c7 增加 deploy 脚本 hai 5 meses
tailwind.config.js 1f1b891940 制造中心 init commit hai 6 meses

README.md

A complete device dashboard

This example is a demonstration of how Mongoose Library could be integrated into an embedded device and provide a complete device dashboard with the following features:

  • Authentication: login-protected dashboard
  • Multiple logins (with possibly different permissions)
  • The Web UI can be fully embedded into the firmware binary, then not needing a filesystem to serve it; so being resilient to FS problems
  • All changes are propagated to all connected clients

Screenshots

This is a login screen that prompts for user/password

Main dashboard

The main dashboard page shows the interactive console

See a detailed tutorial at https://mongoose.ws/tutorials/device-dashboard/