No Description

shenyiqing151 6364e23e1b 削减appl多余的部分 7 months ago
.vscode c669c9a41f 换库zzzx 7 months ago
certs c669c9a41f 换库zzzx 7 months ago
libmodbus c669c9a41f 换库zzzx 7 months ago
paho.mqtt.c-1.3.9 c669c9a41f 换库zzzx 7 months ago
py c669c9a41f 换库zzzx 7 months ago
res c669c9a41f 换库zzzx 7 months ago
web_root 4bb57cb336 新版本代码 7 months ago
Makefile c669c9a41f 换库zzzx 7 months ago
README.md c669c9a41f 换库zzzx 7 months ago
appl.c 6364e23e1b 削减appl多余的部分 7 months ago
appl.h c669c9a41f 换库zzzx 7 months ago
can_frame.h c669c9a41f 换库zzzx 7 months ago
cfg.bin c669c9a41f 换库zzzx 7 months ago
main.c c669c9a41f 换库zzzx 7 months ago
mbedtls_config.h c669c9a41f 换库zzzx 7 months ago
meter 6364e23e1b 削减appl多余的部分 7 months ago
mongoose.c c669c9a41f 换库zzzx 7 months ago
mongoose.h c669c9a41f 换库zzzx 7 months ago
net.c 4bb57cb336 新版本代码 7 months ago
net.h c669c9a41f 换库zzzx 7 months ago
packed_fs.c c669c9a41f 换库zzzx 7 months ago
start_meter.sh 4bb57cb336 新版本代码 7 months ago
start_socat.sh 4bb57cb336 新版本代码 7 months ago
tailwind.config.js c669c9a41f 换库zzzx 7 months ago

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/