yanglu 65adcd6c34 柜子传输的代码 5 月之前
..
.vscode 65adcd6c34 柜子传输的代码 5 月之前
certs 65adcd6c34 柜子传输的代码 5 月之前
freemodbus 65adcd6c34 柜子传输的代码 5 月之前
libmodbus 65adcd6c34 柜子传输的代码 5 月之前
paho.mqtt.c-1.3.9 65adcd6c34 柜子传输的代码 5 月之前
py 65adcd6c34 柜子传输的代码 5 月之前
res 65adcd6c34 柜子传输的代码 5 月之前
web_root 65adcd6c34 柜子传输的代码 5 月之前
Makefile 65adcd6c34 柜子传输的代码 5 月之前
README.md 65adcd6c34 柜子传输的代码 5 月之前
appl.c 65adcd6c34 柜子传输的代码 5 月之前
appl.h 65adcd6c34 柜子传输的代码 5 月之前
can_frame.h 65adcd6c34 柜子传输的代码 5 月之前
cfg.bin 65adcd6c34 柜子传输的代码 5 月之前
csm330a.ko 65adcd6c34 柜子传输的代码 5 月之前
ctn2 65adcd6c34 柜子传输的代码 5 月之前
deploy.sh 65adcd6c34 柜子传输的代码 5 月之前
main.c 65adcd6c34 柜子传输的代码 5 月之前
mbedtls_config.h 65adcd6c34 柜子传输的代码 5 月之前
mongoose.c 65adcd6c34 柜子传输的代码 5 月之前
mongoose.h 65adcd6c34 柜子传输的代码 5 月之前
net.c 65adcd6c34 柜子传输的代码 5 月之前
net.h 65adcd6c34 柜子传输的代码 5 月之前
packed_fs.c 65adcd6c34 柜子传输的代码 5 月之前
start_can.sh 65adcd6c34 柜子传输的代码 5 月之前
start_ctn2.sh 65adcd6c34 柜子传输的代码 5 月之前
stop_ctn2.sh 65adcd6c34 柜子传输的代码 5 月之前
tailwind.config.js 65adcd6c34 柜子传输的代码 5 月之前
web_root.tar.gz 65adcd6c34 柜子传输的代码 5 月之前

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/