mongoose/examples/modbus-dashboard
Sergio R. Caprile 9b99f62311 Refactor OTA API
2024-10-24 19:08:06 -03:00
..
2024-04-16 22:42:45 +01:00
2023-11-30 23:51:34 +00:00
2024-10-24 19:08:06 -03:00
2023-11-30 23:51:34 +00:00
2024-01-09 14:54:19 -03:00
2024-04-02 16:37:14 -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/