mongoose/examples/device-dashboard
2023-05-17 14:26:45 -03:00
..
screenshots Update screenshot 2023-02-09 22:47:48 +00:00
web_root Add reduced functionality version 2022-12-27 18:12:55 -03:00
ca.pem Add TLS support to MQTT 2022-08-26 14:20:54 +01:00
main.c update Makefiles and symlinks 2023-02-22 16:38:21 -03:00
Makefile READMEs, golden update collaterals, etc 2023-02-21 12:07:48 -03:00
mongoose.c symlinks 2023-02-15 15:22:46 -03:00
mongoose.h symlinks 2023-02-15 15:22:46 -03:00
net.c Update to use MG_ESC() 2023-05-17 14:26:45 -03:00
packed_fs.c MQTT: support for properties feature added 2023-04-23 16:35:50 +03:00
README.md update devdash README 2023-02-17 10:40:53 -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 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 propagated to all connected clients
  • The device is connected to the external MQTT server
  • Logged in clients can send/receive messages via MQTT

Screenshots

This is a login screen that prompts for user/password

Main dashboard

The main dashboard page shows the interactive MQTT console

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