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

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/