暫無描述

chenyixin f55d17b636 采用 paho 通信 5 月之前
certs 1f1b891940 制造中心 init commit 6 月之前
libmodbus 1f1b891940 制造中心 init commit 6 月之前
paho.mqtt.c-1.3.9 1f1b891940 制造中心 init commit 6 月之前
py 3ebf2e98a4 正辉光储充 5 月之前
res 1f1b891940 制造中心 init commit 6 月之前
src 1f1b891940 制造中心 init commit 6 月之前
web_root 1f1b891940 制造中心 init commit 6 月之前
.gitignore f55d17b636 采用 paho 通信 5 月之前
LICENSE 1f1b891940 制造中心 init commit 6 月之前
Makefile 1f1b891940 制造中心 init commit 6 月之前
README.md 1f1b891940 制造中心 init commit 6 月之前
appl.c f55d17b636 采用 paho 通信 5 月之前
appl.h f55d17b636 采用 paho 通信 5 月之前
can_frame.h 1f1b891940 制造中心 init commit 6 月之前
cfg.bin 1f1b891940 制造中心 init commit 6 月之前
deploy.sh f55d17b636 采用 paho 通信 5 月之前
main.c 1f1b891940 制造中心 init commit 6 月之前
mbedtls_config.h 1f1b891940 制造中心 init commit 6 月之前
meter f55d17b636 采用 paho 通信 5 月之前
mongoose.c 1f1b891940 制造中心 init commit 6 月之前
mongoose.h 1f1b891940 制造中心 init commit 6 月之前
net.c f55d17b636 采用 paho 通信 5 月之前
net.h 1f1b891940 制造中心 init commit 6 月之前
packed_fs.c 1f1b891940 制造中心 init commit 6 月之前
prepare.sh f55d17b636 采用 paho 通信 5 月之前
start_meter.sh f55d17b636 采用 paho 通信 5 月之前
start_socat.sh f55d17b636 采用 paho 通信 5 月之前
stop_meter.sh f55d17b636 采用 paho 通信 5 月之前
tailwind.config.js 1f1b891940 制造中心 init commit 6 月之前

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/