1. Home
  2. Browse
  3. kissnet

kissnet

v2022-10-18#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

v2022-10-18#0

Publication

Supports

All

GitHub

Ybalrid/kissnet233

Homepage

github.com/Ybalrid/kissnet

Subtree

41b95a3c7d

License

MIT

Definition

Manifest