常宝配电房2电表

dalong a4264f655b 常宝配电房2电表第一次提交 vor 4 Monaten
.vscode a4264f655b 常宝配电房2电表第一次提交 vor 4 Monaten
certs a4264f655b 常宝配电房2电表第一次提交 vor 4 Monaten
libmodbus a4264f655b 常宝配电房2电表第一次提交 vor 4 Monaten
paho.mqtt.c-1.3.9 a4264f655b 常宝配电房2电表第一次提交 vor 4 Monaten
py a4264f655b 常宝配电房2电表第一次提交 vor 4 Monaten
res a4264f655b 常宝配电房2电表第一次提交 vor 4 Monaten
web_root a4264f655b 常宝配电房2电表第一次提交 vor 4 Monaten
.gitignore a4264f655b 常宝配电房2电表第一次提交 vor 4 Monaten
Makefile 1c39b04e38 简化czyx_2 vor 7 Monaten
README.md 1c39b04e38 简化czyx_2 vor 7 Monaten
appl.c a4264f655b 常宝配电房2电表第一次提交 vor 4 Monaten
appl.h 1c39b04e38 简化czyx_2 vor 7 Monaten
can_frame.h 1c39b04e38 简化czyx_2 vor 7 Monaten
cfg.bin 1c39b04e38 简化czyx_2 vor 7 Monaten
deploy.sh a4264f655b 常宝配电房2电表第一次提交 vor 4 Monaten
main.c 1c39b04e38 简化czyx_2 vor 7 Monaten
mbedtls_config.h 1c39b04e38 简化czyx_2 vor 7 Monaten
meter a4264f655b 常宝配电房2电表第一次提交 vor 4 Monaten
mongoose.c 1c39b04e38 简化czyx_2 vor 7 Monaten
mongoose.h 1c39b04e38 简化czyx_2 vor 7 Monaten
net.c a4264f655b 常宝配电房2电表第一次提交 vor 4 Monaten
net.h 1c39b04e38 简化czyx_2 vor 7 Monaten
packed_fs.c 1c39b04e38 简化czyx_2 vor 7 Monaten
start_meter.sh 7401d2d51f 远程部署文件编写 vor 7 Monaten
start_socat.sh 1c39b04e38 简化czyx_2 vor 7 Monaten
tailwind.config.js 1c39b04e38 简化czyx_2 vor 7 Monaten

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/