Brak opisu

chenyixin 54511205f7 电表读数前先fllush 3 miesięcy temu
certs 1f1b891940 制造中心 init commit 6 miesięcy temu
freemodbus 5030eef950 启动多个端口,等待一段时间 3 miesięcy temu
libmodbus 1f1b891940 制造中心 init commit 6 miesięcy temu
paho.mqtt.c-1.3.9 1f1b891940 制造中心 init commit 6 miesięcy temu
py de6f0865cc 深能电表 init commit 5 miesięcy temu
res 1f1b891940 制造中心 init commit 6 miesięcy temu
web_root 666572f61b 增加电表 5 miesięcy temu
.gitignore 537311e7e9 点表增加数据 4 miesięcy temu
LICENSE 666572f61b 增加电表 5 miesięcy temu
Makefile 666572f61b 增加电表 5 miesięcy temu
README.md 1f1b891940 制造中心 init commit 6 miesięcy temu
appl.c 54511205f7 电表读数前先fllush 3 miesięcy temu
appl.h 5cfa022a09 1. 调整 dtsd1352 读取顺序 2. 修改double 类型输出格式 4 miesięcy temu
can_frame.h 1f1b891940 制造中心 init commit 6 miesięcy temu
cfg.bin 1f1b891940 制造中心 init commit 6 miesięcy temu
deploy.sh 0b7689b22b 修复 web 获取数据异常 4 miesięcy temu
deploy_webroot.sh 0b7689b22b 修复 web 获取数据异常 4 miesięcy temu
main.c 1f1b891940 制造中心 init commit 6 miesięcy temu
mbedtls_config.h 1f1b891940 制造中心 init commit 6 miesięcy temu
mbs.c 5030eef950 启动多个端口,等待一段时间 3 miesięcy temu
mbs.h da1a66500c 增加 9529 5 miesięcy temu
mongoose.c 1f1b891940 制造中心 init commit 6 miesięcy temu
mongoose.h 1f1b891940 制造中心 init commit 6 miesięcy temu
net.c 0b7689b22b 修复 web 获取数据异常 4 miesięcy temu
net.h 1f1b891940 制造中心 init commit 6 miesięcy temu
packed_fs.c 1f1b891940 制造中心 init commit 6 miesięcy temu
prepare.sh a65fd444e1 修复 5 miesięcy temu
start_meter.sh eeab77ba90 fix 4 miesięcy temu
start_socat.sh a65fd444e1 修复 5 miesięcy temu
stop_meter.sh 5030eef950 启动多个端口,等待一段时间 3 miesięcy temu
tailwind.config.js 1f1b891940 制造中心 init commit 6 miesięcy temu

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/