暫無描述

shenyiqing151 55e622c1ad last update 6 月之前
.vscode 3a06173434 web_root更新 6 月之前
build 3a06173434 web_root更新 6 月之前
certs c669c9a41f 换库zzzx 7 月之前
libmodbus c669c9a41f 换库zzzx 7 月之前
paho.mqtt.c-1.3.9 c669c9a41f 换库zzzx 7 月之前
py c669c9a41f 换库zzzx 7 月之前
res c669c9a41f 换库zzzx 7 月之前
web_root f7d1c5213a 111 6 月之前
Makefile c669c9a41f 换库zzzx 7 月之前
README.md c669c9a41f 换库zzzx 7 月之前
appl.c 55e622c1ad last update 6 月之前
appl.h 8b3f95f03a 111 6 月之前
can_frame.h c669c9a41f 换库zzzx 7 月之前
cfg.bin c669c9a41f 换库zzzx 7 月之前
main.c c669c9a41f 换库zzzx 7 月之前
mbedtls_config.h c669c9a41f 换库zzzx 7 月之前
meter 55e622c1ad last update 6 月之前
mongoose.c c669c9a41f 换库zzzx 7 月之前
mongoose.h c669c9a41f 换库zzzx 7 月之前
net.c 55e622c1ad last update 6 月之前
net.h c669c9a41f 换库zzzx 7 月之前
packed_fs.c c669c9a41f 换库zzzx 7 月之前
start_meter.sh 4bb57cb336 新版本代码 7 月之前
start_socat.sh 4bb57cb336 新版本代码 7 月之前
tailwind.config.js c669c9a41f 换库zzzx 7 月之前

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/