Сƨº¢xxhh 9e0d686e4d 常宝股份 пре 5 месеци
..
.vscode 9e0d686e4d 常宝股份 пре 5 месеци
certs 9e0d686e4d 常宝股份 пре 5 месеци
freemodbus 9e0d686e4d 常宝股份 пре 5 месеци
libmodbus 9e0d686e4d 常宝股份 пре 5 месеци
paho.mqtt.c-1.3.9 9e0d686e4d 常宝股份 пре 5 месеци
py 9e0d686e4d 常宝股份 пре 5 месеци
res 9e0d686e4d 常宝股份 пре 5 месеци
web_root 9e0d686e4d 常宝股份 пре 5 месеци
Makefile 9e0d686e4d 常宝股份 пре 5 месеци
README.md 9e0d686e4d 常宝股份 пре 5 месеци
appl.c 9e0d686e4d 常宝股份 пре 5 месеци
appl.h 9e0d686e4d 常宝股份 пре 5 месеци
can_frame.h 9e0d686e4d 常宝股份 пре 5 месеци
cfg.bin 9e0d686e4d 常宝股份 пре 5 месеци
csm330a.ko 9e0d686e4d 常宝股份 пре 5 месеци
ctn2 9e0d686e4d 常宝股份 пре 5 месеци
deploy.sh 9e0d686e4d 常宝股份 пре 5 месеци
main.c 9e0d686e4d 常宝股份 пре 5 месеци
mbedtls_config.h 9e0d686e4d 常宝股份 пре 5 месеци
mongoose.c 9e0d686e4d 常宝股份 пре 5 месеци
mongoose.h 9e0d686e4d 常宝股份 пре 5 месеци
net.c 9e0d686e4d 常宝股份 пре 5 месеци
net.h 9e0d686e4d 常宝股份 пре 5 месеци
packed_fs.c 9e0d686e4d 常宝股份 пре 5 месеци
start_can.sh 9e0d686e4d 常宝股份 пре 5 месеци
start_ctn2.sh 9e0d686e4d 常宝股份 пре 5 месеци
stop_ctn2.sh 9e0d686e4d 常宝股份 пре 5 месеци
tailwind.config.js 9e0d686e4d 常宝股份 пре 5 месеци
web_root.tar.gz 9e0d686e4d 常宝股份 пре 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/