yanglu 8255094549 电表都是485_1口 před 3 měsíci
..
.vscode d6f7baea09 first commit před 3 měsíci
certs d6f7baea09 first commit před 3 měsíci
libmodbus d6f7baea09 first commit před 3 měsíci
paho.mqtt.c-1.3.9 d6f7baea09 first commit před 3 měsíci
py d6f7baea09 first commit před 3 měsíci
res d6f7baea09 first commit před 3 měsíci
Makefile d6f7baea09 first commit před 3 měsíci
README.md d6f7baea09 first commit před 3 měsíci
appl.c 8255094549 电表都是485_1口 před 3 měsíci
appl.h d6f7baea09 first commit před 3 měsíci
can_frame.h d6f7baea09 first commit před 3 měsíci
cfg.bin d6f7baea09 first commit před 3 měsíci
main.c d6f7baea09 first commit před 3 měsíci
mbedtls_config.h d6f7baea09 first commit před 3 měsíci
meter 8462697cfc 修复了电表topic和szinfo顺序的错误 před 3 měsíci
mongoose.c d6f7baea09 first commit před 3 měsíci
mongoose.h d6f7baea09 first commit před 3 měsíci
net.c 7888c55d94 修改电表计量系统上传 před 3 měsíci
net.h d6f7baea09 first commit před 3 měsíci
packed_fs.c d6f7baea09 first commit před 3 měsíci
start_meter.sh d6f7baea09 first commit před 3 měsíci
start_socat.sh d6f7baea09 first commit před 3 měsíci
tailwind.config.js d6f7baea09 first commit před 3 měsíci

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/