kissnetv2024-01-20
- Updated
Keep It Simple Stupid NETwork - C++17 wrapping of your OS's native socket API
- Project website: https://github.com/Ybalrid/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})#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
BullyWiiPlaza