Skip to content

0x17de/liboxWebsocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liboxWebsocket

A simple to use websocket library written in C.

OpenSSL will be supported. Currently a library is generated via automake. Sending pings from time to time is not handled yet (need to look up docs first); Pongs are handled.

Source Releases

https://www.0x17.de/release/oxwebsocket/

Setup via Git

git clone https://github.com/0x17de/liboxWebsocket
cd liboxWebsocket

aclocal
libtoolize
automake -a
autoconf
./configure
make
# optional:
make install

About

Small websocket library written in C

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages