mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-09 18:55:40 +08:00
.. | ||
certs | ||
esp32 | ||
microchip/same54-xpro | ||
web_root | ||
infineon | ||
main.c | ||
Makefile | ||
mbedtls_config.h | ||
mongoose.c | ||
mongoose.h | ||
net.c | ||
net.h | ||
nxp | ||
pack.js | ||
packed_fs.c | ||
pico-sdk | ||
README.md | ||
renesas | ||
stm32 | ||
tailwind.config.js | ||
ti | ||
wch | ||
zephyr |
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/