Keine Beschreibung

shenyiqing151 3da52066c4 初始版本 vor 7 Monaten
.vscode 1e39a6238c 简化czyx vor 7 Monaten
certs 1e39a6238c 简化czyx vor 7 Monaten
libmodbus 1e39a6238c 简化czyx vor 7 Monaten
paho.mqtt.c-1.3.9 1e39a6238c 简化czyx vor 7 Monaten
py 1e39a6238c 简化czyx vor 7 Monaten
res 1e39a6238c 简化czyx vor 7 Monaten
web_root 1e39a6238c 简化czyx vor 7 Monaten
Makefile 1e39a6238c 简化czyx vor 7 Monaten
README.md 1e39a6238c 简化czyx vor 7 Monaten
appl.c 3da52066c4 初始版本 vor 7 Monaten
appl.h 3da52066c4 初始版本 vor 7 Monaten
can_frame.h 1e39a6238c 简化czyx vor 7 Monaten
cfg.bin 1e39a6238c 简化czyx vor 7 Monaten
main.c 1e39a6238c 简化czyx vor 7 Monaten
mbedtls_config.h 1e39a6238c 简化czyx vor 7 Monaten
meter 3da52066c4 初始版本 vor 7 Monaten
mongoose.c 1e39a6238c 简化czyx vor 7 Monaten
mongoose.h 1e39a6238c 简化czyx vor 7 Monaten
net.c 3da52066c4 初始版本 vor 7 Monaten
net.h 1e39a6238c 简化czyx vor 7 Monaten
packed_fs.c 1e39a6238c 简化czyx vor 7 Monaten
start_meter.sh 1e39a6238c 简化czyx vor 7 Monaten
start_socat.sh 1e39a6238c 简化czyx vor 7 Monaten
tailwind.config.js 1e39a6238c 简化czyx vor 7 Monaten

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