mongoose/examples/device-dashboard
2022-05-23 15:27:19 +01:00
..
screenshots Add chart example 2022-05-23 15:27:19 +01:00
web_root Add chart example 2022-05-23 15:27:19 +01:00
main.c Add chart example 2022-05-23 15:27:19 +01:00
Makefile Remove mg_log_set_callback. Use MG_PUTCHAR macro instead 2022-05-20 09:45:17 +01:00
packed_fs.c Add chart example 2022-05-23 15:27:19 +01:00
README.md Rename complete -> device-dashboard, remove multiple-logins and dashboard 2022-05-14 09:08:23 +01:00
web.c Add chart example 2022-05-23 15:27:19 +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