/
WebSocket
WebSocket
WebSocket allows to create a full duplex communication channel over a single TCP/HTTP connection and enables streams of structured messages. It use simple and efficient headers to describe those messages which offer a better solution when it come to send small data at higher rate. For more details, refer to section WebSocket in the HTTP Reference Guide.
This section regroups topics to help developing a custom WebSocket application with the µC/HTTP-client stack. Examples are include in many sub-sections.
Related content
WebSocket
WebSocket
More like this
Message reception
Message reception
More like this
Stream Socket (TCP)
Stream Socket (TCP)
More like this
About HTTPc
About HTTPc
More like this
Upgrading a HTTP Connection
Upgrading a HTTP Connection
More like this
Sending Message
Sending Message
More like this