Keep It Simple Stupid NETwork - C++17 wrapping of your OS's native socket API
Run the following Vcpkg command to install the port.
vcpkg install kissnet
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})
v2023-02-04#0
May 2, 2023
All
Ybalrid/kissnet225
github.com/Ybalrid/kissnet
b9098338e0
MIT
Manifest