1. Home
  2. Browse
  3. sockpp

sockpp

v0.7.1#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})

Dependencies

See source

Version

v0.7.1#1

Publication

Supports

!uwp

GitHub

fpagliughi/sockpp859

Homepage

github.com/fpagliughi/sockpp

Subtree

d132d128b4

License

BSD-3-Clause

Definition

Manifest