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})
v2024-01-20#0
Apr 22, 2024
All
Ybalrid/kissnet229
github.com/Ybalrid/kissnet
0dcd76b0ec
MIT
Manifest