data/method/mongoose/mongoose-master/examples/device-dashboard
luozhikun 09a1681920 feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
..
screenshots feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
web_root feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
Makefile feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
README.md feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
ca.pem feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
main.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
net.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
packed_fs.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00

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 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