gos_websocket_config_t Struct Reference

Websocket Client configuration. More...

Data Fields

const char * host
Websocket server URL.
gos_tls_certificates_t certs
TLS certificate filenames, gos_tls_certificates_t .
uint16_t buffer_size
Size of rx buffer in bytes.
gos_websocket_frame_type_t frame_type
gos_websocket_frame_type_t The websocket frame type
gos_interface_t interface
Network interface on which to connect to remote server.
gos_gpio_t gpio
GPIO to assert when socket has data to read, optional, set as GOS_GPIO_INVALID if not used.

Detailed Description

Websocket Client configuration.