1. Home
  2. Browse
  3. sockpp

sockpp

v2022-01-24#0Go to latest

Simple, modern, C++ socket library. This is a fairly low-level C++ wrapper around the Berkeley sockets library using socket, acceptor, and connector classes that are familiar concepts from other languages.

Install

Run the following Vcpkg command to install the port.

vcpkg install sockpp

Usage

The package sockpp provides CMake integration:

find_package(sockpp CONFIG REQUIRED)
target_include_directories(main PRIVATE ${SOCKPP_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${SOCKPP_LIBRARIES})

Dependencies

See source

Version

v2022-01-24#0

Publication

Supports

!uwp

GitHub

fpagliughi/sockpp809

Homepage

github.com/fpagliughi/sockpp

Subtree

ff99d5c7e0

License

Complex license

Definition

Manifest