説明なし

shenyiqing151 e7046f19d7 换库czdld 7 ヶ月 前
.vscode e7046f19d7 换库czdld 7 ヶ月 前
certs 3909c6c7de 简化czdld 7 ヶ月 前
libmodbus 3909c6c7de 简化czdld 7 ヶ月 前
paho.mqtt.c-1.3.9 3909c6c7de 简化czdld 7 ヶ月 前
py 3909c6c7de 简化czdld 7 ヶ月 前
res 3909c6c7de 简化czdld 7 ヶ月 前
web_root 3909c6c7de 简化czdld 7 ヶ月 前
Makefile 3909c6c7de 简化czdld 7 ヶ月 前
README.md 3909c6c7de 简化czdld 7 ヶ月 前
appl.c e7046f19d7 换库czdld 7 ヶ月 前
appl.h 3909c6c7de 简化czdld 7 ヶ月 前
can_frame.h 3909c6c7de 简化czdld 7 ヶ月 前
cfg.bin 3909c6c7de 简化czdld 7 ヶ月 前
main.c 3909c6c7de 简化czdld 7 ヶ月 前
mbedtls_config.h 3909c6c7de 简化czdld 7 ヶ月 前
meter e7046f19d7 换库czdld 7 ヶ月 前
mongoose.c 3909c6c7de 简化czdld 7 ヶ月 前
mongoose.h 3909c6c7de 简化czdld 7 ヶ月 前
net.c 3909c6c7de 简化czdld 7 ヶ月 前
net.h 3909c6c7de 简化czdld 7 ヶ月 前
packed_fs.c 3909c6c7de 简化czdld 7 ヶ月 前
tailwind.config.js 3909c6c7de 简化czdld 7 ヶ月 前

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/