Açıklama Yok

dalong 7d945e7f85 版本号更换 6 ay önce
certs 8ee920d4d7 滔邦初始 6 ay önce
libmodbus 8ee920d4d7 滔邦初始 6 ay önce
paho.mqtt.c-1.3.9 8ee920d4d7 滔邦初始 6 ay önce
py 8ee920d4d7 滔邦初始 6 ay önce
res 8ee920d4d7 滔邦初始 6 ay önce
web_root 8ee920d4d7 滔邦初始 6 ay önce
Makefile 8ee920d4d7 滔邦初始 6 ay önce
README.md 8ee920d4d7 滔邦初始 6 ay önce
appl.c 7d945e7f85 版本号更换 6 ay önce
appl.h 8ee920d4d7 滔邦初始 6 ay önce
can_frame.h 8ee920d4d7 滔邦初始 6 ay önce
cfg.bin 8ee920d4d7 滔邦初始 6 ay önce
main.c 8ee920d4d7 滔邦初始 6 ay önce
mbedtls_config.h 8ee920d4d7 滔邦初始 6 ay önce
meter 8ee920d4d7 滔邦初始 6 ay önce
mongoose.c 8ee920d4d7 滔邦初始 6 ay önce
mongoose.h 8ee920d4d7 滔邦初始 6 ay önce
net.c 8ee920d4d7 滔邦初始 6 ay önce
net.h 8ee920d4d7 滔邦初始 6 ay önce
packed_fs.c 8ee920d4d7 滔邦初始 6 ay önce
start_meter.sh 8ee920d4d7 滔邦初始 6 ay önce
start_socat.sh 8ee920d4d7 滔邦初始 6 ay önce
tailwind.config.js 8ee920d4d7 滔邦初始 6 ay önce

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/