mongoose/examples/device-dashboard
2022-05-20 09:45:17 +01:00
..
screenshots Rename complete -> device-dashboard, remove multiple-logins and dashboard 2022-05-14 09:08:23 +01:00
web_root Remove mg_log_set_callback. Use MG_PUTCHAR macro instead 2022-05-20 09:45:17 +01:00
main.c Exporting only dashboard func 2022-05-15 14:40:58 +01:00
Makefile Remove mg_log_set_callback. Use MG_PUTCHAR macro instead 2022-05-20 09:45:17 +01:00
packed_fs.c Remove mg_log_set_callback. Use MG_PUTCHAR macro instead 2022-05-20 09:45:17 +01:00
README.md Rename complete -> device-dashboard, remove multiple-logins and dashboard 2022-05-14 09:08:23 +01:00
web.c RTX nits 2022-05-17 19:29:53 +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 different permissions (admin and user)
  • Web UI is fully embedded into the server/firmware binary, and does not need a filesystem to serve it. UI is resilient to FS problems
  • View and change server settings
  • All changes are propagates to all connected clients
  • Live interactive chat that demonstrates bi-directional data exchange

Screenshots

This is a login screen that prompts for user/password

Main dashboard

A main dashboard page shows device settings form, and live chat