裕兴股份童子河路电表2

dalong 12948e2941 不提交meter 4 months ago
.vscode 7155538853 裕兴童子河路电表2(mqtt2)第一次提交 4 months ago
certs 7155538853 裕兴童子河路电表2(mqtt2)第一次提交 4 months ago
libmodbus 7155538853 裕兴童子河路电表2(mqtt2)第一次提交 4 months ago
paho.mqtt.c-1.3.9 7155538853 裕兴童子河路电表2(mqtt2)第一次提交 4 months ago
py 7155538853 裕兴童子河路电表2(mqtt2)第一次提交 4 months ago
res 7155538853 裕兴童子河路电表2(mqtt2)第一次提交 4 months ago
web_root 7155538853 裕兴童子河路电表2(mqtt2)第一次提交 4 months ago
.gitignore ae42226041 裕兴童子河路电表2(mqtt2)第一次提交 4 months ago
Makefile 1c39b04e38 简化czyx_2 7 months ago
README.md 1c39b04e38 简化czyx_2 7 months ago
appl.c 7155538853 裕兴童子河路电表2(mqtt2)第一次提交 4 months ago
appl.h 1c39b04e38 简化czyx_2 7 months ago
can_frame.h 1c39b04e38 简化czyx_2 7 months ago
cfg.bin 1c39b04e38 简化czyx_2 7 months ago
deploy.sh 7155538853 裕兴童子河路电表2(mqtt2)第一次提交 4 months ago
main.c 1c39b04e38 简化czyx_2 7 months ago
mbedtls_config.h 1c39b04e38 简化czyx_2 7 months ago
mongoose.c 1c39b04e38 简化czyx_2 7 months ago
mongoose.h 1c39b04e38 简化czyx_2 7 months ago
net.c 7155538853 裕兴童子河路电表2(mqtt2)第一次提交 4 months ago
net.h 1c39b04e38 简化czyx_2 7 months ago
packed_fs.c 1c39b04e38 简化czyx_2 7 months ago
start_meter.sh 7401d2d51f 远程部署文件编写 7 months ago
start_socat.sh 1c39b04e38 简化czyx_2 7 months ago
tailwind.config.js 1c39b04e38 简化czyx_2 7 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/