|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
#include "network_drivers/application/web_assets.h"Go to the source code of this file.
Variables | |
| const char | PC_DASHBOARD_PAGE [] |
| Real-time SVG telemetry dashboard page (PC_ENABLE_DASHBOARD). | |
| const char | PC_PROV_FORM [] |
| Captive-portal form for WiFi credential entry (provisioning service). | |
| const char | PC_PROV_SAVED_HTML [] = "<html><body> Saved. Rebooting... </body></html>" |
| Success page shown after credentials are saved and the device reboots. | |
| const char | PC_TERMINAL_PAGE [] |
| Self-contained WebSocket terminal page (green-phosphor CRT theme; auto ws/wss). | |
| const char | PC_SERVICE_WORKER [] |
| Service worker: precaches the app shell from the versioned manifest and serves it stale-while-revalidate. | |
| const char | PC_STATS_JSON [] |
| Runtime stats JSON (rendered via send_template); add/rename fields to taste. | |
| const char | PC_METRICS_PROM [] |
| All available Prometheus metrics; comment a value line out with a leading # to drop it. | |
| const char PC_DASHBOARD_PAGE[] |
Real-time SVG telemetry dashboard page (PC_ENABLE_DASHBOARD).
Definition at line 10 of file web_assets.cpp.
| const char PC_PROV_FORM[] |
Captive-portal form for WiFi credential entry (provisioning service).
Definition at line 82 of file web_assets.cpp.
| const char PC_PROV_SAVED_HTML[] = "<html><body> Saved. Rebooting... </body></html>" |
Success page shown after credentials are saved and the device reboots.
Definition at line 88 of file web_assets.cpp.
| const char PC_TERMINAL_PAGE[] |
Self-contained WebSocket terminal page (green-phosphor CRT theme; auto ws/wss).
Definition at line 90 of file web_assets.cpp.
| const char PC_SERVICE_WORKER[] |
Service worker: precaches the app shell from the versioned manifest and serves it stale-while-revalidate.
Definition at line 118 of file web_assets.cpp.
| const char PC_STATS_JSON[] |
Runtime stats JSON (rendered via send_template); add/rename fields to taste.
Definition at line 153 of file web_assets.cpp.
| const char PC_METRICS_PROM[] |
All available Prometheus metrics; comment a value line out with a leading # to drop it.
Definition at line 158 of file web_assets.cpp.