-
Notifications
You must be signed in to change notification settings - Fork 12
WebSocket protocol implementation for ANSI C (Win32/Linux).
License
OrionExplorer/c-websocket
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
c-websocket Copyright (C) 2012-2014 Marcin Kelar ([email protected]) =========== WebSocket implementation for C. With this package you have access to set of functions that can get your network code to work with WebSockets: WEBSOCKET_generate_handshake - generate the full response that you must send to client. WEBSOCKET_set_content - encode your data to WebSocket frame. WEBSOCKET_get_content - decode received WebSocket frame to char array. WEBSOCKET_valid_connection - check if received data is WebSocket protocol handshake. WEBSOCKET_client_version - check client's protocol version. Currently supported WebSocket versions: 13.
About
WebSocket protocol implementation for ANSI C (Win32/Linux).
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published