Skip to content
/ mwebsockc Public

websocket client library written by C++ and boost::asio

Notifications You must be signed in to change notification settings

crnt/mwebsockc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

======================================================================
C++ websocket client library
======================================================================

Prerequisites:

boost headers
boost_system
boost_thread


TO Compile:

> cd src
> make

or for windows
> nmake -f Makefile.win


TO Test:

> cd test
> make 

or for windows
> nmake -f Makefile.win



../dist/test [username]

or for windows

..\dist\test.exe [username]

About

websocket client library written by C++ and boost::asio

Resources

Stars

Watchers

Forks

Packages

No packages published