mongoose/examples/device-dashboard
2022-11-07 15:23:47 -03:00
..
screenshots Rework dashboard 2022-06-05 14:59:59 +01:00
web_root Implement keep-alive, 45 sec interval. Correct ACK piggyback 2022-09-08 08:50:42 +01:00
ca.pem Add TLS support to MQTT 2022-08-26 14:20:54 +01:00
main.c Use int debug level 2022-08-01 11:19:32 +01:00
Makefile Add TLS support to MQTT 2022-08-26 14:20:54 +01:00
net.c Remove some warnings 2022-11-07 15:23:47 -03:00
packed_fs.c Implement keep-alive, 45 sec interval. Correct ACK piggyback 2022-09-08 08:50:42 +01:00
README.md Update readme 2022-06-08 09:06:14 +01: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 different permissions (admin and user)
  • Web UI is fully embedded into the server/firmware binary, and does not need a filesystem to serve it. UI is resilient to FS problems
  • Administrators can change server settings
  • All changes are propagates to all connected clients
  • A device is connected to the external MQTT server
  • Logged in clients can send/receive messages to a device which get forwarded to MQTT

Screenshots

This is a login screen that prompts for user/password

Main dashboard

A main dashboard page shows and interactive MQTT console