Нема описа

shenyiqing151 ef603a4cd7 换库czzhgcc пре 7 месеци
certs 95985efac1 简化czzhgcc пре 7 месеци
libmodbus 95985efac1 简化czzhgcc пре 7 месеци
paho.mqtt.c-1.3.9 95985efac1 简化czzhgcc пре 7 месеци
py 95985efac1 简化czzhgcc пре 7 месеци
res 95985efac1 简化czzhgcc пре 7 месеци
web_root 95985efac1 简化czzhgcc пре 7 месеци
Makefile 95985efac1 简化czzhgcc пре 7 месеци
README.md 95985efac1 简化czzhgcc пре 7 месеци
appl.c 95985efac1 简化czzhgcc пре 7 месеци
appl.h 95985efac1 简化czzhgcc пре 7 месеци
can_frame.h 95985efac1 简化czzhgcc пре 7 месеци
cfg.bin 95985efac1 简化czzhgcc пре 7 месеци
main.c 95985efac1 简化czzhgcc пре 7 месеци
mbedtls_config.h 95985efac1 简化czzhgcc пре 7 месеци
meter ef603a4cd7 换库czzhgcc пре 7 месеци
mongoose.c 95985efac1 简化czzhgcc пре 7 месеци
mongoose.h 95985efac1 简化czzhgcc пре 7 месеци
net.c 95985efac1 简化czzhgcc пре 7 месеци
net.h 95985efac1 简化czzhgcc пре 7 месеци
packed_fs.c 95985efac1 简化czzhgcc пре 7 месеци
start_meter.sh 95985efac1 简化czzhgcc пре 7 месеци
start_socat.sh 95985efac1 简化czzhgcc пре 7 месеци
tailwind.config.js 95985efac1 简化czzhgcc пре 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/