![]() |
|
Uniot Core
|
| 0.8.1 |
Captive portal implementation for device configuration. More...
#include <Common.h>#include <DNSServer.h>#include <ESPAsyncWebServer.h>#include <IExecutor.h>#include <ESP8266mDNS.h>Go to the source code of this file.
Classes | |
| class | uniot::DetailedAsyncWebServer |
| Extended AsyncWebServer with status monitoring capabilities. More... | |
| class | uniot::ConfigCaptivePortal |
| Complete captive portal implementation for device configuration. More... | |
Namespaces | |
| namespace | uniot |
| Contains all classes and functions related to the Uniot Core. | |
Macros | |
| #define | DNS_PORT 53 |
| Standard DNS port for captive portal functionality. | |
| #define | HTTP_PORT 80 |
| Standard HTTP port for web server. | |
| #define | WS_URL "/ws" |
| WebSocket endpoint URL path. | |
| #define | DOMAIN_NAME "*" |
| Wildcard domain name for DNS capture. | |
| #define | MDNS_HOSTNAME "uniot" |
| mDNS hostname for local discovery | |
Captive portal implementation for device configuration.
| #define DNS_PORT 53 |
Standard DNS port for captive portal functionality.
| #define DOMAIN_NAME "*" |
Wildcard domain name for DNS capture.
| #define HTTP_PORT 80 |
Standard HTTP port for web server.
| #define MDNS_HOSTNAME "uniot" |
mDNS hostname for local discovery
| #define WS_URL "/ws" |
WebSocket endpoint URL path.