Skip to content

0x17de/liboxWebsocket

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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