/SocketWrapper

Simple cross-platform socket wrapper for more convenient use of familiar TCP/UDP sockets

Primary LanguageC++MIT LicenseMIT

SocketWrapper

Simple cross-platform socket wrapper for more convenient use of familiar TCP/UDP sockets

Download

git clone --recursive https://github.com/Retr0Wawe/SocketLib

Build

Linux(on project path)

mkdir build && cd build && cmake .. && make

Windows(on project path)

mkdir build && cd build && cmake .. open sln file.

Examples

Architecture

scheme