mongoose/tutorials/http/device-dashboard
2025-06-04 09:05:27 -03:00
..
certs move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
esp32 move ESP32 device dashboard -> tutorials 2025-02-26 14:14:08 -03:00
microchip/same54-xpro move vendors -> tutorials 2025-02-28 10:01:51 -03:00
web_root integrate reference-projects intto existing tutorials 2025-02-26 12:00:46 -03:00
infineon move vendors -> tutorials 2025-02-28 10:01:51 -03:00
main.c move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
Makefile integrate reference-projects intto existing tutorials 2025-02-26 12:00:46 -03:00
mbedtls_config.h move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
mongoose.c move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
mongoose.h move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
net.c Unbreak MbedTLS (#3148), rollback debugging leftovers 2025-06-04 09:05:27 -03:00
net.h move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
nxp move vendors -> tutorials 2025-02-28 10:01:51 -03:00
pack.js integrate reference-projects intto existing tutorials 2025-02-26 12:00:46 -03:00
packed_fs.c integrate reference-projects intto existing tutorials 2025-02-26 12:00:46 -03:00
pico-sdk move vendors -> tutorials 2025-02-28 10:01:51 -03:00
README.md move MicroPython and dashboards -> tutorials 2025-02-26 11:31:01 -03:00
renesas move vendors -> tutorials 2025-02-28 10:01:51 -03:00
stm32 move vendors -> tutorials 2025-02-28 10:01:51 -03:00
tailwind.config.js integrate reference-projects intto existing tutorials 2025-02-26 12:00:46 -03:00
ti move vendors -> tutorials 2025-02-28 10:01:51 -03:00
wch move vendors -> tutorials 2025-02-28 10:01:51 -03:00
zephyr move Zephyr -> tutorials 2025-02-27 10:57:08 -03: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/