mongoose/examples/modbus-dashboard
2024-02-16 12:07:35 +00:00
..
web_root remove fn_data from event handler signature 2024-01-09 14:51:19 -03:00
certs Add modbus dashboard 2023-11-27 21:26:19 +00:00
main.c Change mg_file_read() signature: return mg_str 2024-02-16 12:07:35 +00:00
Makefile Use V307 flash 2023-11-30 23:51:34 +00:00
mongoose.c Add modbus dashboard 2023-11-27 21:26:19 +00:00
mongoose.h Add modbus dashboard 2023-11-27 21:26:19 +00:00
net.c remove fn_data from event handler signature 2024-01-09 14:51:19 -03:00
net.h Use V307 flash 2023-11-30 23:51:34 +00:00
packed_fs.c cleanup 2024-01-09 14:54:19 -03:00
README.md Add modbus dashboard 2023-11-27 21:26:19 +00:00
tailwind.config.js Add modbus dashboard 2023-11-27 21:26:19 +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

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/