测试常宝1上传成不成功

dalong acba5a8623 第一次提交 4 月之前
.vscode acba5a8623 第一次提交 4 月之前
certs acba5a8623 第一次提交 4 月之前
libmodbus acba5a8623 第一次提交 4 月之前
paho.mqtt.c-1.3.9 acba5a8623 第一次提交 4 月之前
py acba5a8623 第一次提交 4 月之前
res acba5a8623 第一次提交 4 月之前
Makefile 1c39b04e38 简化czyx_2 7 月之前
MakefileZone.Identifier acba5a8623 第一次提交 4 月之前
README.md 1c39b04e38 简化czyx_2 7 月之前
README.mdZone.Identifier acba5a8623 第一次提交 4 月之前
appl.c a84846747d 常宝appl.c提交 4 月之前
appl.cZone.Identifier acba5a8623 第一次提交 4 月之前
appl.h 1c39b04e38 简化czyx_2 7 月之前
appl.hZone.Identifier acba5a8623 第一次提交 4 月之前
can_frame.h 1c39b04e38 简化czyx_2 7 月之前
can_frame.hZone.Identifier acba5a8623 第一次提交 4 月之前
cfg.bin 1c39b04e38 简化czyx_2 7 月之前
cfg.binZone.Identifier acba5a8623 第一次提交 4 月之前
deploy.sh 2ca78b0407 提交和同步常保1 4 月之前
deploy.shZone.Identifier acba5a8623 第一次提交 4 月之前
main.c 1c39b04e38 简化czyx_2 7 月之前
main.cZone.Identifier acba5a8623 第一次提交 4 月之前
mbedtls_config.h 1c39b04e38 简化czyx_2 7 月之前
mbedtls_config.hZone.Identifier acba5a8623 第一次提交 4 月之前
meter acba5a8623 第一次提交 4 月之前
meterZone.Identifier acba5a8623 第一次提交 4 月之前
mongoose.c 1c39b04e38 简化czyx_2 7 月之前
mongoose.cZone.Identifier acba5a8623 第一次提交 4 月之前
mongoose.h 1c39b04e38 简化czyx_2 7 月之前
mongoose.hZone.Identifier acba5a8623 第一次提交 4 月之前
net.c 2ca78b0407 提交和同步常保1 4 月之前
net.cZone.Identifier acba5a8623 第一次提交 4 月之前
net.h 1c39b04e38 简化czyx_2 7 月之前
net.hZone.Identifier acba5a8623 第一次提交 4 月之前
packed_fs.c 1c39b04e38 简化czyx_2 7 月之前
packed_fs.cZone.Identifier acba5a8623 第一次提交 4 月之前
start_meter.sh 7401d2d51f 远程部署文件编写 7 月之前
start_meter.shZone.Identifier acba5a8623 第一次提交 4 月之前
start_socat.sh 1c39b04e38 简化czyx_2 7 月之前
start_socat.shZone.Identifier acba5a8623 第一次提交 4 月之前
tailwind.config.js 1c39b04e38 简化czyx_2 7 月之前
tailwind.config.jsZone.Identifier acba5a8623 第一次提交 4 月之前

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/