No Description

shenyiqing151 2314354b15 cztb 初始 6 months ago
.vscode 2314354b15 cztb 初始 6 months ago
certs 2314354b15 cztb 初始 6 months ago
libmodbus 2314354b15 cztb 初始 6 months ago
paho.mqtt.c-1.3.9 2314354b15 cztb 初始 6 months ago
py 2314354b15 cztb 初始 6 months ago
res 2314354b15 cztb 初始 6 months ago
web_root 2314354b15 cztb 初始 6 months ago
Makefile 2314354b15 cztb 初始 6 months ago
README.md 2314354b15 cztb 初始 6 months ago
appl.c 2314354b15 cztb 初始 6 months ago
appl.h 2314354b15 cztb 初始 6 months ago
can_frame.h 2314354b15 cztb 初始 6 months ago
cfg.bin 2314354b15 cztb 初始 6 months ago
main.c 2314354b15 cztb 初始 6 months ago
mbedtls_config.h 2314354b15 cztb 初始 6 months ago
meter 2314354b15 cztb 初始 6 months ago
mongoose.c 2314354b15 cztb 初始 6 months ago
mongoose.h 2314354b15 cztb 初始 6 months ago
net.c 2314354b15 cztb 初始 6 months ago
net.h 2314354b15 cztb 初始 6 months ago
packed_fs.c 2314354b15 cztb 初始 6 months ago
start_meter.sh 2314354b15 cztb 初始 6 months ago
start_socat.sh 2314354b15 cztb 初始 6 months ago
tailwind.config.js 2314354b15 cztb 初始 6 months ago

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/