1. Home
  2. Browse
  3. kissnet

kissnet

v2024-01-20#0Latest

Keep It Simple Stupid NETwork - C++17 wrapping of your OS's native socket API

Install

Run the following Vcpkg command to install the port.

vcpkg install kissnet

Usage

The package kissnet is header only and can be used from CMake via:

find_path(KISSNET_INCLUDE_DIRS "kissnet.hpp")
target_include_directories(main PRIVATE ${KISSNET_INCLUDE_DIRS})

Dependencies

See source

Version

v2024-01-20#0

Publication

Supports

All

GitHub

Ybalrid/kissnet233

Homepage

github.com/Ybalrid/kissnet

Subtree

0dcd76b0ec

License

MIT

Definition

Manifest