常宝关口表1

dalong 6ea5a26913 常宝关口表1第一次提交 4 달 전
.vscode 6ea5a26913 常宝关口表1第一次提交 4 달 전
certs 6ea5a26913 常宝关口表1第一次提交 4 달 전
libmodbus 6ea5a26913 常宝关口表1第一次提交 4 달 전
paho.mqtt.c-1.3.9 6ea5a26913 常宝关口表1第一次提交 4 달 전
py 6ea5a26913 常宝关口表1第一次提交 4 달 전
res 6ea5a26913 常宝关口表1第一次提交 4 달 전
web_root 6ea5a26913 常宝关口表1第一次提交 4 달 전
.gitignore 6ea5a26913 常宝关口表1第一次提交 4 달 전
Makefile 6ea5a26913 常宝关口表1第一次提交 4 달 전
README.md 6ea5a26913 常宝关口表1第一次提交 4 달 전
appl.c 6ea5a26913 常宝关口表1第一次提交 4 달 전
appl.h 6ea5a26913 常宝关口表1第一次提交 4 달 전
can_frame.h 6ea5a26913 常宝关口表1第一次提交 4 달 전
cfg.bin 6ea5a26913 常宝关口表1第一次提交 4 달 전
main.c 6ea5a26913 常宝关口表1第一次提交 4 달 전
mbedtls_config.h 6ea5a26913 常宝关口表1第一次提交 4 달 전
mongoose.c 6ea5a26913 常宝关口表1第一次提交 4 달 전
mongoose.h 6ea5a26913 常宝关口表1第一次提交 4 달 전
net.c 6ea5a26913 常宝关口表1第一次提交 4 달 전
net.h 6ea5a26913 常宝关口表1第一次提交 4 달 전
packed_fs.c 6ea5a26913 常宝关口表1第一次提交 4 달 전
start_meter.sh 6ea5a26913 常宝关口表1第一次提交 4 달 전
start_socat.sh 6ea5a26913 常宝关口表1第一次提交 4 달 전
tailwind.config.js 6ea5a26913 常宝关口表1第一次提交 4 달 전

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/