Nincs leírás

chenyixin f55d17b636 采用 paho 通信 5 hónap óta
certs 1f1b891940 制造中心 init commit 6 hónap óta
libmodbus 1f1b891940 制造中心 init commit 6 hónap óta
paho.mqtt.c-1.3.9 1f1b891940 制造中心 init commit 6 hónap óta
py 3ebf2e98a4 正辉光储充 5 hónap óta
res 1f1b891940 制造中心 init commit 6 hónap óta
src 1f1b891940 制造中心 init commit 6 hónap óta
web_root 1f1b891940 制造中心 init commit 6 hónap óta
.gitignore f55d17b636 采用 paho 通信 5 hónap óta
LICENSE 1f1b891940 制造中心 init commit 6 hónap óta
Makefile 1f1b891940 制造中心 init commit 6 hónap óta
README.md 1f1b891940 制造中心 init commit 6 hónap óta
appl.c f55d17b636 采用 paho 通信 5 hónap óta
appl.h f55d17b636 采用 paho 通信 5 hónap óta
can_frame.h 1f1b891940 制造中心 init commit 6 hónap óta
cfg.bin 1f1b891940 制造中心 init commit 6 hónap óta
deploy.sh f55d17b636 采用 paho 通信 5 hónap óta
main.c 1f1b891940 制造中心 init commit 6 hónap óta
mbedtls_config.h 1f1b891940 制造中心 init commit 6 hónap óta
meter f55d17b636 采用 paho 通信 5 hónap óta
mongoose.c 1f1b891940 制造中心 init commit 6 hónap óta
mongoose.h 1f1b891940 制造中心 init commit 6 hónap óta
net.c f55d17b636 采用 paho 通信 5 hónap óta
net.h 1f1b891940 制造中心 init commit 6 hónap óta
packed_fs.c 1f1b891940 制造中心 init commit 6 hónap óta
prepare.sh f55d17b636 采用 paho 通信 5 hónap óta
start_meter.sh f55d17b636 采用 paho 通信 5 hónap óta
start_socat.sh f55d17b636 采用 paho 通信 5 hónap óta
stop_meter.sh f55d17b636 采用 paho 通信 5 hónap óta
tailwind.config.js 1f1b891940 制造中心 init commit 6 hónap óta

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/