Brak opisu

shenyiqing151 75dcda76f2 电表数据修复2 7 miesięcy temu
.vscode 08f9901e45 关口表bug修复 7 miesięcy temu
certs 353617fa78 换库czyz 7 miesięcy temu
libmodbus 353617fa78 换库czyz 7 miesięcy temu
paho.mqtt.c-1.3.9 353617fa78 换库czyz 7 miesięcy temu
py 353617fa78 换库czyz 7 miesięcy temu
res 353617fa78 换库czyz 7 miesięcy temu
web_root 353617fa78 换库czyz 7 miesięcy temu
Makefile 353617fa78 换库czyz 7 miesięcy temu
README.md 353617fa78 换库czyz 7 miesięcy temu
appl.c 75dcda76f2 电表数据修复2 7 miesięcy temu
appl.h 353617fa78 换库czyz 7 miesięcy temu
can_frame.h 353617fa78 换库czyz 7 miesięcy temu
cfg.bin 353617fa78 换库czyz 7 miesięcy temu
main.c 353617fa78 换库czyz 7 miesięcy temu
mbedtls_config.h 353617fa78 换库czyz 7 miesięcy temu
meter 75dcda76f2 电表数据修复2 7 miesięcy temu
mongoose.c 353617fa78 换库czyz 7 miesięcy temu
mongoose.h 353617fa78 换库czyz 7 miesięcy temu
net.c 353617fa78 换库czyz 7 miesięcy temu
net.h 353617fa78 换库czyz 7 miesięcy temu
packed_fs.c 353617fa78 换库czyz 7 miesięcy temu
start_meter.sh 353617fa78 换库czyz 7 miesięcy temu
start_socat.sh 353617fa78 换库czyz 7 miesięcy temu
tailwind.config.js 353617fa78 换库czyz 7 miesięcy temu

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/