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

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/