cWebsocket is lightweight websocket server library written in C. This library include functions for easy creating websocket server. It implements websocket protocol rfc6455.
Pure C.
It's tiny!
It very easy to embed in any your application at any platform.
Library design was made with microcontrollers architecture in mind.
With this library you can turn your Arduino to websocket server and get realtime properties from your microcontroller only with browser!
- secure websocket
- websocket extensions
- websocket subprotocols
- status codes
- cookies and/or authentication-related header fields
- continuation frame (all payload data length must be encapsulated into one frame)
- big frames, which payload size bigger than size_t