Skip to Content

kissnet v2024-01-20

Created
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}) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • BullyWiiPlaza's avatar BullyWiiPlaza

# Changelog

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

# Source