Skip to Content

slick-socket v1.0.6

Created
Updated

A C++20 networking library providing cross-platform TCP and UDP multicast communication.

# Usage

slick-socket provides CMake targets:

find_package(slick-socket CONFIG REQUIRED)
target_link_libraries(main PRIVATE slick::socket) 

# License

# Supported Platforms

windows | linux | osx

  • linux
  • osx
  • windows
  • uwp

# Features

No features defined.

# Dependencies

No transitive dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • kzhdev's avatar kzhdev

# Changelog

  • afcc8a3 [slick-socket] add new port (#49829)

# Source