Сƨº¢xxhh 9e0d686e4d 常宝股份 5 mesi fa
..
.vscode 9e0d686e4d 常宝股份 5 mesi fa
certs 9e0d686e4d 常宝股份 5 mesi fa
freemodbus 9e0d686e4d 常宝股份 5 mesi fa
libmodbus 9e0d686e4d 常宝股份 5 mesi fa
paho.mqtt.c-1.3.9 9e0d686e4d 常宝股份 5 mesi fa
py 9e0d686e4d 常宝股份 5 mesi fa
res 9e0d686e4d 常宝股份 5 mesi fa
web_root 9e0d686e4d 常宝股份 5 mesi fa
Makefile 9e0d686e4d 常宝股份 5 mesi fa
README.md 9e0d686e4d 常宝股份 5 mesi fa
appl.c 9e0d686e4d 常宝股份 5 mesi fa
appl.h 9e0d686e4d 常宝股份 5 mesi fa
can_frame.h 9e0d686e4d 常宝股份 5 mesi fa
cfg.bin 9e0d686e4d 常宝股份 5 mesi fa
csm330a.ko 9e0d686e4d 常宝股份 5 mesi fa
ctn2 9e0d686e4d 常宝股份 5 mesi fa
deploy.sh 9e0d686e4d 常宝股份 5 mesi fa
main.c 9e0d686e4d 常宝股份 5 mesi fa
mbedtls_config.h 9e0d686e4d 常宝股份 5 mesi fa
mongoose.c 9e0d686e4d 常宝股份 5 mesi fa
mongoose.h 9e0d686e4d 常宝股份 5 mesi fa
net.c 9e0d686e4d 常宝股份 5 mesi fa
net.h 9e0d686e4d 常宝股份 5 mesi fa
packed_fs.c 9e0d686e4d 常宝股份 5 mesi fa
start_can.sh 9e0d686e4d 常宝股份 5 mesi fa
start_ctn2.sh 9e0d686e4d 常宝股份 5 mesi fa
stop_ctn2.sh 9e0d686e4d 常宝股份 5 mesi fa
tailwind.config.js 9e0d686e4d 常宝股份 5 mesi fa
web_root.tar.gz 9e0d686e4d 常宝股份 5 mesi fa

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/