Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 485 Bytes

File metadata and controls

23 lines (19 loc) · 485 Bytes

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