暫無描述

shenyiqing151 d6eee2caf9 电表数据修复2 7 月之前
.vscode cf94b068e8 修改关口表数据bug 7 月之前
certs b1b8f2aba5 换库czcz 7 月之前
libmodbus b1b8f2aba5 换库czcz 7 月之前
paho.mqtt.c-1.3.9 b1b8f2aba5 换库czcz 7 月之前
py b1b8f2aba5 换库czcz 7 月之前
res b1b8f2aba5 换库czcz 7 月之前
web_root b1b8f2aba5 换库czcz 7 月之前
Makefile b1b8f2aba5 换库czcz 7 月之前
README.md b1b8f2aba5 换库czcz 7 月之前
appl.c d6eee2caf9 电表数据修复2 7 月之前
appl.h b1b8f2aba5 换库czcz 7 月之前
can_frame.h b1b8f2aba5 换库czcz 7 月之前
cfg.bin b1b8f2aba5 换库czcz 7 月之前
main.c b1b8f2aba5 换库czcz 7 月之前
mbedtls_config.h b1b8f2aba5 换库czcz 7 月之前
meter d6eee2caf9 电表数据修复2 7 月之前
mongoose.c b1b8f2aba5 换库czcz 7 月之前
mongoose.h b1b8f2aba5 换库czcz 7 月之前
net.c b1b8f2aba5 换库czcz 7 月之前
net.h b1b8f2aba5 换库czcz 7 月之前
packed_fs.c b1b8f2aba5 换库czcz 7 月之前
start_meter.sh b1b8f2aba5 换库czcz 7 月之前
start_socat.sh b1b8f2aba5 换库czcz 7 月之前
tailwind.config.js b1b8f2aba5 换库czcz 7 月之前

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/