Skip to content

kissnetv2024-01-20

Updated

Keep It Simple Stupid NETwork - C++17 wrapping of your OS's native socket API

#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.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • BullyWiiPlaza's avatarBullyWiiPlaza

#Changelog

  • 0dcd76b[kissnet] Update to 2024-01-20 (#38284)
  • b909833[kissnet] Update version (#31212)
  • 41b95a3[kissnet] create a new port (#27529)