Nav apraksta

shenyiqing151 fba7c26ea5 好利莱初始 6 mēneši atpakaļ
certs fba7c26ea5 好利莱初始 6 mēneši atpakaļ
libmodbus fba7c26ea5 好利莱初始 6 mēneši atpakaļ
paho.mqtt.c-1.3.9 fba7c26ea5 好利莱初始 6 mēneši atpakaļ
py fba7c26ea5 好利莱初始 6 mēneši atpakaļ
res fba7c26ea5 好利莱初始 6 mēneši atpakaļ
web_root fba7c26ea5 好利莱初始 6 mēneši atpakaļ
Makefile fba7c26ea5 好利莱初始 6 mēneši atpakaļ
README.md fba7c26ea5 好利莱初始 6 mēneši atpakaļ
appl.c fba7c26ea5 好利莱初始 6 mēneši atpakaļ
appl.h fba7c26ea5 好利莱初始 6 mēneši atpakaļ
can_frame.h fba7c26ea5 好利莱初始 6 mēneši atpakaļ
cfg.bin fba7c26ea5 好利莱初始 6 mēneši atpakaļ
main.c fba7c26ea5 好利莱初始 6 mēneši atpakaļ
mbedtls_config.h fba7c26ea5 好利莱初始 6 mēneši atpakaļ
meter fba7c26ea5 好利莱初始 6 mēneši atpakaļ
mongoose.c fba7c26ea5 好利莱初始 6 mēneši atpakaļ
mongoose.h fba7c26ea5 好利莱初始 6 mēneši atpakaļ
net.c fba7c26ea5 好利莱初始 6 mēneši atpakaļ
net.h fba7c26ea5 好利莱初始 6 mēneši atpakaļ
packed_fs.c fba7c26ea5 好利莱初始 6 mēneši atpakaļ
start_meter.sh fba7c26ea5 好利莱初始 6 mēneši atpakaļ
start_socat.sh fba7c26ea5 好利莱初始 6 mēneši atpakaļ
tailwind.config.js fba7c26ea5 好利莱初始 6 mēneši atpakaļ

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/