Registry / networking / networkdirect-sdk

networkdirect-sdk

JSON →
library2.0.1vcpkgunverified

SDK for the Network Direct architecture enabling high-performance networking hardware capabilities.

vcpkg install networkdirect-sdk
INSTALL
IMPORT
SIG · NETWORKDIRECT-SDK
N
networkdirect-sdk
networkingcppv2.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NetworkDirect.h
#include <NetworkDirect.h>

Query Network Direct SDK version.

#include "NetworkDirect.h" #include <cstdio> int main() { ND_VERSION version; NDGetVersion(&version); printf("Network Direct SDK version: %u.%u\n", version.Major, version.Minor); return 0; }
Debug
Known issues
breakingWindows-only SDK; not available on Linux/macOS.
fix
Use conditional compilation or alternative networking libraries on other platforms.
affects: *
Upgrade
Version history
2.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

networkdirect-sdk — pip install networkdirect-sdk · libregistry