Няма описание

shenyiqing151 7edff4b79d 换库czyx2 преди 7 месеца
.vscode 1c39b04e38 简化czyx_2 преди 7 месеца
certs 1c39b04e38 简化czyx_2 преди 7 месеца
libmodbus 1c39b04e38 简化czyx_2 преди 7 месеца
paho.mqtt.c-1.3.9 1c39b04e38 简化czyx_2 преди 7 месеца
py 1c39b04e38 简化czyx_2 преди 7 месеца
res 1c39b04e38 简化czyx_2 преди 7 месеца
web_root 1c39b04e38 简化czyx_2 преди 7 месеца
Makefile 1c39b04e38 简化czyx_2 преди 7 месеца
README.md 1c39b04e38 简化czyx_2 преди 7 месеца
appl.c 7edff4b79d 换库czyx2 преди 7 месеца
appl.h 1c39b04e38 简化czyx_2 преди 7 месеца
can_frame.h 1c39b04e38 简化czyx_2 преди 7 месеца
cfg.bin 1c39b04e38 简化czyx_2 преди 7 месеца
deploy.sh 0de8dd7b6a 111 преди 7 месеца
main.c 1c39b04e38 简化czyx_2 преди 7 месеца
mbedtls_config.h 1c39b04e38 简化czyx_2 преди 7 месеца
meter 1c39b04e38 简化czyx_2 преди 7 месеца
mongoose.c 1c39b04e38 简化czyx_2 преди 7 месеца
mongoose.h 1c39b04e38 简化czyx_2 преди 7 месеца
net.c 1c39b04e38 简化czyx_2 преди 7 месеца
net.h 1c39b04e38 简化czyx_2 преди 7 месеца
packed_fs.c 1c39b04e38 简化czyx_2 преди 7 месеца
start_meter.sh 7401d2d51f 远程部署文件编写 преди 7 месеца
start_socat.sh 1c39b04e38 简化czyx_2 преди 7 месеца
tailwind.config.js 1c39b04e38 简化czyx_2 преди 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/