常宝关口表2

dalong e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
.vscode e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
certs e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
libmodbus e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
paho.mqtt.c-1.3.9 e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
py e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
res e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
web_root e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
.gitignore e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
Makefile e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
README.md e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
appl.c e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
appl.h e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
can_frame.h e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
cfg.bin e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
main.c e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
mbedtls_config.h e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
mongoose.c e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
mongoose.h e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
net.c e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
net.h e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
packed_fs.c e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
start_meter.sh e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
start_socat.sh e2cec69d39 常宝关口表2第一次提交 месяцев назад: 4
tailwind.config.js e2cec69d39 常宝关口表2第一次提交 месяцев назад: 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/