Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 302 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 302 Bytes

libcows

C Open WebSockets library

Some useful functions to build WebSockets applications:

  • encoding/decoding of WebSocket protocol frames
  • code for base64
  • buffer management

Build

To build the library you need to run

autoreconf -iv && ./configure && make

To test:

make check