1. Home
  2. Browse
  3. kissnet

kissnet

v2023-02-04#0Go to latest

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

v2023-02-04#0

Publication

Supports

All

GitHub

Ybalrid/kissnet233

Homepage

github.com/Ybalrid/kissnet

Subtree

b9098338e0

License

MIT

Definition

Manifest