1. Home
  2. Browse
  3. sockpp

sockpp

v0.7#1Go 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})
See source

Version

v0.7#1

Publication

Supports

!uwp

GitHub

fpagliughi/sockpp859

Homepage

github.com/fpagliughi/sockpp

Subtree

b295670e4b

License

Complex license

Definition

Manifest