mongoose/examples/device-dashboard
Sergio R. Caprile face6c44c6 SAME54 Ethernet driver
Add tls_builtin.c
2023-08-10 18:59:23 -03:00
..
2023-05-26 20:45:08 -03:00
2023-07-19 18:50:27 +01:00
2022-08-26 14:20:54 +01:00
2023-07-19 18:50:27 +01:00
2023-07-25 13:07:28 +01:00
2023-07-25 13:07:28 +01:00
2023-02-15 15:22:46 -03:00
2023-02-15 15:22:46 -03:00
2023-08-10 18:59:23 -03:00
2023-07-25 13:07:28 +01:00
2023-07-19 18:50:27 +01:00
2023-05-26 20:45:08 -03:00
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