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
- Taylor Foxhall