14#define AUTORESEARCH_NET_SSID "FastLED-AutoResearch"
15#define AUTORESEARCH_NET_PASSWORD "fastled123"
16#define AUTORESEARCH_NET_AP_IP "192.168.4.1"
17#define AUTORESEARCH_NET_SERVER_PORT 80
18#define AUTORESEARCH_NET_CLIENT_PORT 8080
19#define AUTORESEARCH_NET_MAX_CONNECTIONS 4
fl::json runNetLoopback()
Run self-contained loopback test: start HTTP server, client GETs localhost.
fl::json startNetClient()
Start WiFi Soft AP only (for net-client mode).
AutoResearchNetState & getNetState()
Get current network autoresearch state.
#define AUTORESEARCH_NET_CLIENT_PORT
fl::json runNetClientTest(const char *host_ip, uint16_t port)
Run HTTP client tests against a host server.
#define AUTORESEARCH_NET_SERVER_PORT
fl::json startNetServer()
Start WiFi Soft AP and HTTP server with test endpoints.
fl::json stopNet()
Stop WiFi AP and HTTP server/client, release all resources.
uint16_t client_target_port
State for network autoresearch.
Base definition for an LED controller.