暫無描述

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

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/