Нема описа

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/