ntf-corev2.5.4
- 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)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Taylor Foxhall
Taylor Foxhall
jim wang