Skip to content

MangaD/libsocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Socket library

Cross-platform socket library for making sockets usage easy and clean. Only supports TCP and only the most important methods.

Building libsocket

$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install

How to use?

Compiling:

  • link against libsocket.a
  • On Windows, link against ws2_32.lib and iphlpapi.lib as well

See the tests to learn how to use.

TODO

  • Improve README file
  • Document the source files
  • Add more methods to the classes
  • Add UDP support

About

C++11 TCP sockets library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published