Update readme

This commit is contained in:
Sergey Lyubka 2022-06-08 09:06:14 +01:00
parent 2e750236be
commit 9f8424e93f

View File

@ -8,9 +8,11 @@ following features:
- 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
- View and change server settings
- Administrators can change server settings
- All changes are propagates to all connected clients
- Live interactive chat that demonstrates bi-directional data exchange
- 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
@ -20,6 +22,6 @@ This is a login screen that prompts for user/password
# Main dashboard
A main dashboard page shows device settings form, and live chat
A main dashboard page shows and interactive MQTT console
![](screenshots/dashboard.png)