logan.li@rct-power.com.cn 572980b12c first commit il y a 3 mois
..
certs 572980b12c first commit il y a 3 mois
libmodbus 572980b12c first commit il y a 3 mois
paho.mqtt.c-1.3.9 572980b12c first commit il y a 3 mois
py 572980b12c first commit il y a 3 mois
res 572980b12c first commit il y a 3 mois
Makefile 572980b12c first commit il y a 3 mois
MakefileZone.Identifier 572980b12c first commit il y a 3 mois
README.md 572980b12c first commit il y a 3 mois
README.mdZone.Identifier 572980b12c first commit il y a 3 mois
appl.c 572980b12c first commit il y a 3 mois
appl.cZone.Identifier 572980b12c first commit il y a 3 mois
appl.h 572980b12c first commit il y a 3 mois
appl.hZone.Identifier 572980b12c first commit il y a 3 mois
can_frame.h 572980b12c first commit il y a 3 mois
can_frame.hZone.Identifier 572980b12c first commit il y a 3 mois
cfg.bin 572980b12c first commit il y a 3 mois
cfg.binZone.Identifier 572980b12c first commit il y a 3 mois
deploy.sh 572980b12c first commit il y a 3 mois
deploy.shZone.Identifier 572980b12c first commit il y a 3 mois
main.c 572980b12c first commit il y a 3 mois
main.cZone.Identifier 572980b12c first commit il y a 3 mois
mbedtls_config.h 572980b12c first commit il y a 3 mois
mbedtls_config.hZone.Identifier 572980b12c first commit il y a 3 mois
meter 572980b12c first commit il y a 3 mois
meterZone.Identifier 572980b12c first commit il y a 3 mois
mongoose.c 572980b12c first commit il y a 3 mois
mongoose.cZone.Identifier 572980b12c first commit il y a 3 mois
mongoose.h 572980b12c first commit il y a 3 mois
mongoose.hZone.Identifier 572980b12c first commit il y a 3 mois
net.c 572980b12c first commit il y a 3 mois
net.cZone.Identifier 572980b12c first commit il y a 3 mois
net.h 572980b12c first commit il y a 3 mois
net.hZone.Identifier 572980b12c first commit il y a 3 mois
packed_fs.c 572980b12c first commit il y a 3 mois
packed_fs.cZone.Identifier 572980b12c first commit il y a 3 mois
start_meter.sh 572980b12c first commit il y a 3 mois
start_meter.shZone.Identifier 572980b12c first commit il y a 3 mois
start_socat.sh 572980b12c first commit il y a 3 mois
start_socat.shZone.Identifier 572980b12c first commit il y a 3 mois
tailwind.config.js 572980b12c first commit il y a 3 mois
tailwind.config.jsZone.Identifier 572980b12c first commit il y a 3 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/