Geen omschrijving

chenyixin fad28d7f62 采用 crosstool-ng 工具链 3 weken geleden
.vscode fad28d7f62 采用 crosstool-ng 工具链 3 weken geleden
libmodbus fad28d7f62 采用 crosstool-ng 工具链 3 weken geleden
Makefile fad28d7f62 采用 crosstool-ng 工具链 3 weken geleden
README.md fad28d7f62 采用 crosstool-ng 工具链 3 weken geleden
deploy.sh b4cb05b592 初始提交 6 maanden geleden
main.c fad28d7f62 采用 crosstool-ng 工具链 3 weken geleden
modbus_03 fad28d7f62 采用 crosstool-ng 工具链 3 weken geleden
modbus_06 fad28d7f62 采用 crosstool-ng 工具链 3 weken geleden

README.md

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

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