ESPectre SDK 2.8.0-280-gac7af68
Wi-Fi CSI motion sensing for ESP32 firmware
Loading...
Searching...
No Matches
espectre::DirectWebSocketServiceConfig Struct Reference

#include <direct_websocket_service.h>

Public Attributes

std::vector< std::string > allowed_origins
uint16_t port {80U}
size_t max_clients {2U}
size_t outbound_queue_depth {8U}
uint16_t max_mutations_per_minute {60U}
bool allow_missing_origin {false}
bool allow_http_loopback_origins {false}

Detailed Description

Definition at line 22 of file direct_websocket_service.h.

Member Data Documentation

◆ allowed_origins

std::vector<std::string> espectre::DirectWebSocketServiceConfig::allowed_origins

Definition at line 23 of file direct_websocket_service.h.

◆ port

uint16_t espectre::DirectWebSocketServiceConfig::port {80U}

Definition at line 24 of file direct_websocket_service.h.

◆ max_clients

size_t espectre::DirectWebSocketServiceConfig::max_clients {2U}

Definition at line 25 of file direct_websocket_service.h.

◆ outbound_queue_depth

size_t espectre::DirectWebSocketServiceConfig::outbound_queue_depth {8U}

Definition at line 26 of file direct_websocket_service.h.

◆ max_mutations_per_minute

uint16_t espectre::DirectWebSocketServiceConfig::max_mutations_per_minute {60U}

Definition at line 27 of file direct_websocket_service.h.

◆ allow_missing_origin

bool espectre::DirectWebSocketServiceConfig::allow_missing_origin {false}

Definition at line 28 of file direct_websocket_service.h.

◆ allow_http_loopback_origins

bool espectre::DirectWebSocketServiceConfig::allow_http_loopback_origins {false}

Definition at line 29 of file direct_websocket_service.h.


The documentation for this struct was generated from the following file: