mongoose/examples/device-dashboard
2024-06-09 07:52:25 +01:00
..
certs Store certs in certs/. Add mg_unpacked() 2023-08-20 23:43:04 +01:00
web_root Prevent main.css rebuild 2023-12-16 20:19:21 +00:00
main.c Add OTA to the device dashboard. Implement for H5 2023-09-04 22:07:32 +01:00
Makefile default again to current doc defaults 2023-12-20 18:13:09 -03:00
mbedtls_config.h TLS API refactor 2023-07-25 13:07:28 +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 Add mg_now() to sntp.c 2024-06-09 07:52:25 +01:00
net.h Add teensy41 example 2023-11-11 21:22:00 +00:00
packed_fs.c Change mg_file_read() signature: return mg_str 2024-02-16 12:07:35 +00:00
README.md no screenshots 2024-04-02 16:37:14 -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

See a detailed tutorial at https://mongoose.ws/tutorials/device-dashboard/