Skip to Content

ntf-core v2.1.0

Created
Updated

The Network Transport Framework: Core Libraries

# Usage

The package ntf-core provides the CMake targets:

# Blocking and non-blocking sockets for network programming
find_package(nts CONFIG REQUIRED)
target_link_libraries(main PRIVATE nts)

# Asynchronous sockets, timers, event loops, and thread pools for network programming
find_package(ntc CONFIG REQUIRED)
target_link_libraries(main PRIVATE ntc) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No transitive dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Taylor Foxhall's avatar Taylor Foxhall
  • Taylor Foxhall's avatar Taylor Foxhall

# Changelog

  • 7c4925f Fix ntf-core builiding on x86_64 Linux (#33562)
  • 3f6e8e9 [ntf-core] new port (#32855)

# Source