Нет описания

yanglu 9c251d92e8 厂房电表 месяцев назад: 3
certs 9c251d92e8 厂房电表 месяцев назад: 3
libmodbus 9c251d92e8 厂房电表 месяцев назад: 3
paho.mqtt.c-1.3.9 9c251d92e8 厂房电表 месяцев назад: 3
py 9c251d92e8 厂房电表 месяцев назад: 3
res 9c251d92e8 厂房电表 месяцев назад: 3
Makefile 9c251d92e8 厂房电表 месяцев назад: 3
README.md 9c251d92e8 厂房电表 месяцев назад: 3
Readme 9c251d92e8 厂房电表 месяцев назад: 3
appl.c 9c251d92e8 厂房电表 месяцев назад: 3
appl.h 9c251d92e8 厂房电表 месяцев назад: 3
can_frame.h 9c251d92e8 厂房电表 месяцев назад: 3
cfg.bin 9c251d92e8 厂房电表 месяцев назад: 3
main.c 9c251d92e8 厂房电表 месяцев назад: 3
mbedtls_config.h 9c251d92e8 厂房电表 месяцев назад: 3
meter 9c251d92e8 厂房电表 месяцев назад: 3
mongoose.c 9c251d92e8 厂房电表 месяцев назад: 3
mongoose.h 9c251d92e8 厂房电表 месяцев назад: 3
net.c 9c251d92e8 厂房电表 месяцев назад: 3
net.h 9c251d92e8 厂房电表 месяцев назад: 3
packed_fs.c 9c251d92e8 厂房电表 месяцев назад: 3
start_meter.sh 9c251d92e8 厂房电表 месяцев назад: 3
start_socat.sh 9c251d92e8 厂房电表 месяцев назад: 3
tailwind.config.js 9c251d92e8 厂房电表 месяцев назад: 3

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/