mongoose/examples/device-dashboard
2023-06-19 06:28:00 -04:00
..
screenshots Refactor device-dashboard 2023-05-26 20:45:08 -03:00
web_root refactored device-dashboard code 2023-06-19 06:28:00 -04:00
ca.pem Add TLS support to MQTT 2022-08-26 14:20:54 +01:00
main.c refactored device-dashboard code 2023-06-19 06:28:00 -04:00
Makefile Add TLS=mbedtls option 2023-06-02 09:57:36 +01:00
mbedtls_config.h Add TLS=mbedtls option 2023-06-02 09:57:36 +01:00
mongoose.c symlinks 2023-02-15 15:22:46 -03:00
mongoose.h symlinks 2023-02-15 15:22:46 -03:00
net.c refactored device-dashboard code 2023-06-19 06:28:00 -04:00
net.h refactored device-dashboard code 2023-06-19 06:28:00 -04:00
packed_fs.c implemented event log page for the device dashboard 2023-06-16 04:32:45 -04:00
README.md Refactor device-dashboard 2023-05-26 20:45:08 -03:00
tailwind.config.js Refactor device-dashboard 2023-05-26 16:20:25 +01: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

Screenshots

This is a login screen that prompts for user/password

Main dashboard

The main dashboard page shows the interactive console