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

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/