mongoose/tutorials/tcp/modbus-dashboard
2025-02-26 11:31:01 -03:00
..
web_root move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
certs move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
main.c move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
Makefile move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
mongoose.c move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
mongoose.h move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
net.c move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
net.h move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
packed_fs.c move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
README.md move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
tailwind.config.js move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00

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

See a detailed tutorial at https://mongoose.ws/tutorials/device-dashboard/