mongoose/reference-projects/windows-macos-linux/web-ui-dashboard
2024-11-12 03:46:11 -05:00
..
certs Reorg skeleton 2024-03-09 16:01:06 +00:00
web_root Refactor OTA API 2024-05-08 05:38:13 +01:00
hal.h Reorg skeleton 2024-03-09 16:01:06 +00:00
main.c Reorg skeleton 2024-03-09 16:01:06 +00:00
Makefile Refactor OTA API 2024-05-08 05:38:13 +01:00
mongoose.c Reorg skeleton 2024-03-09 16:01:06 +00:00
mongoose.h Reorg skeleton 2024-03-09 16:01:06 +00:00
net.c Use separate cookies for HTTP and HTTPS connections 2024-11-12 03:46:11 -05:00
net.h Reorg skeleton 2024-03-09 16:01:06 +00:00
pack.js Reorg skeleton 2024-03-09 16:01:06 +00:00
packed_fs.c Refactor OTA API 2024-05-08 05:38:13 +01:00
README.md move to new skeleton 2024-04-24 16:09:24 -03:00
tailwind.config.js Reorg skeleton 2024-03-09 16:01:06 +00: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/