Skip to content

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

and one transitive dependency:
  • pcre2 (through bde, pcre2)

    Platforms: !emscripten & !ios
    Features: jit, platform-default-features

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Taylor Foxhall's avatarTaylor Foxhall
  • Taylor Foxhall's avatarTaylor Foxhall
  • jim wang's avatarjim wang

#Changelog

  • 56cf249[ntf-core] Update to 2.5.4 (#43733)
  • 7c4925fFix ntf-core builiding on x86_64 Linux (#33562)
  • 3f6e8e9[ntf-core] new port (#32855)