Keine Beschreibung

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

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/