Aucune description

shenyiqing151 5c44e8ee0c 更新新电表 il y a 6 mois
.vscode 06869147ff 电表更新 il y a 6 mois
certs 2b2a0a9b7a czcz初始 il y a 6 mois
libmodbus 2b2a0a9b7a czcz初始 il y a 6 mois
paho.mqtt.c-1.3.9 2b2a0a9b7a czcz初始 il y a 6 mois
py 2b2a0a9b7a czcz初始 il y a 6 mois
res 2b2a0a9b7a czcz初始 il y a 6 mois
web_root 2b2a0a9b7a czcz初始 il y a 6 mois
Makefile 2b2a0a9b7a czcz初始 il y a 6 mois
README.md 2b2a0a9b7a czcz初始 il y a 6 mois
appl.c 5c44e8ee0c 更新新电表 il y a 6 mois
appl.h 2b2a0a9b7a czcz初始 il y a 6 mois
can_frame.h 2b2a0a9b7a czcz初始 il y a 6 mois
cfg.bin 2b2a0a9b7a czcz初始 il y a 6 mois
main.c 2b2a0a9b7a czcz初始 il y a 6 mois
mbedtls_config.h 2b2a0a9b7a czcz初始 il y a 6 mois
meter 5c44e8ee0c 更新新电表 il y a 6 mois
mongoose.c 2b2a0a9b7a czcz初始 il y a 6 mois
mongoose.h 2b2a0a9b7a czcz初始 il y a 6 mois
net.c 5c44e8ee0c 更新新电表 il y a 6 mois
net.h 2b2a0a9b7a czcz初始 il y a 6 mois
packed_fs.c 2b2a0a9b7a czcz初始 il y a 6 mois
start_meter.sh 2b2a0a9b7a czcz初始 il y a 6 mois
start_socat.sh 2b2a0a9b7a czcz初始 il y a 6 mois
tailwind.config.js 2b2a0a9b7a czcz初始 il y a 6 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/