Nessuna descrizione

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

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/