logan.li@rct-power.com.cn 572980b12c first commit před 3 měsíci
..
certs 572980b12c first commit před 3 měsíci
libmodbus 572980b12c first commit před 3 měsíci
paho.mqtt.c-1.3.9 572980b12c first commit před 3 měsíci
py 572980b12c first commit před 3 měsíci
res 572980b12c first commit před 3 měsíci
Makefile 572980b12c first commit před 3 měsíci
MakefileZone.Identifier 572980b12c first commit před 3 měsíci
README.md 572980b12c first commit před 3 měsíci
README.mdZone.Identifier 572980b12c first commit před 3 měsíci
appl.c 572980b12c first commit před 3 měsíci
appl.cZone.Identifier 572980b12c first commit před 3 měsíci
appl.h 572980b12c first commit před 3 měsíci
appl.hZone.Identifier 572980b12c first commit před 3 měsíci
can_frame.h 572980b12c first commit před 3 měsíci
can_frame.hZone.Identifier 572980b12c first commit před 3 měsíci
cfg.bin 572980b12c first commit před 3 měsíci
cfg.binZone.Identifier 572980b12c first commit před 3 měsíci
deploy.sh 572980b12c first commit před 3 měsíci
deploy.shZone.Identifier 572980b12c first commit před 3 měsíci
main.c 572980b12c first commit před 3 měsíci
main.cZone.Identifier 572980b12c first commit před 3 měsíci
mbedtls_config.h 572980b12c first commit před 3 měsíci
mbedtls_config.hZone.Identifier 572980b12c first commit před 3 měsíci
meter 572980b12c first commit před 3 měsíci
meterZone.Identifier 572980b12c first commit před 3 měsíci
mongoose.c 572980b12c first commit před 3 měsíci
mongoose.cZone.Identifier 572980b12c first commit před 3 měsíci
mongoose.h 572980b12c first commit před 3 měsíci
mongoose.hZone.Identifier 572980b12c first commit před 3 měsíci
net.c 572980b12c first commit před 3 měsíci
net.cZone.Identifier 572980b12c first commit před 3 měsíci
net.h 572980b12c first commit před 3 měsíci
net.hZone.Identifier 572980b12c first commit před 3 měsíci
packed_fs.c 572980b12c first commit před 3 měsíci
packed_fs.cZone.Identifier 572980b12c first commit před 3 měsíci
start_meter.sh 572980b12c first commit před 3 měsíci
start_meter.shZone.Identifier 572980b12c first commit před 3 měsíci
start_socat.sh 572980b12c first commit před 3 měsíci
start_socat.shZone.Identifier 572980b12c first commit před 3 měsíci
tailwind.config.js 572980b12c first commit před 3 měsíci
tailwind.config.jsZone.Identifier 572980b12c first commit před 3 měsíci

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/