説明なし

shenyiqing151 ef603a4cd7 换库czzhgcc 7 ヶ月 前
certs 95985efac1 简化czzhgcc 7 ヶ月 前
libmodbus 95985efac1 简化czzhgcc 7 ヶ月 前
paho.mqtt.c-1.3.9 95985efac1 简化czzhgcc 7 ヶ月 前
py 95985efac1 简化czzhgcc 7 ヶ月 前
res 95985efac1 简化czzhgcc 7 ヶ月 前
web_root 95985efac1 简化czzhgcc 7 ヶ月 前
Makefile 95985efac1 简化czzhgcc 7 ヶ月 前
README.md 95985efac1 简化czzhgcc 7 ヶ月 前
appl.c 95985efac1 简化czzhgcc 7 ヶ月 前
appl.h 95985efac1 简化czzhgcc 7 ヶ月 前
can_frame.h 95985efac1 简化czzhgcc 7 ヶ月 前
cfg.bin 95985efac1 简化czzhgcc 7 ヶ月 前
main.c 95985efac1 简化czzhgcc 7 ヶ月 前
mbedtls_config.h 95985efac1 简化czzhgcc 7 ヶ月 前
meter ef603a4cd7 换库czzhgcc 7 ヶ月 前
mongoose.c 95985efac1 简化czzhgcc 7 ヶ月 前
mongoose.h 95985efac1 简化czzhgcc 7 ヶ月 前
net.c 95985efac1 简化czzhgcc 7 ヶ月 前
net.h 95985efac1 简化czzhgcc 7 ヶ月 前
packed_fs.c 95985efac1 简化czzhgcc 7 ヶ月 前
start_meter.sh 95985efac1 简化czzhgcc 7 ヶ月 前
start_socat.sh 95985efac1 简化czzhgcc 7 ヶ月 前
tailwind.config.js 95985efac1 简化czzhgcc 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/