Skip to content

OrionExplorer/c-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-websocket
Copyright (C) 2012-2014
Marcin Kelar (marcin.kelar@gmail.com)
===========

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

No packages published

Languages