This directory contains TypeScript source code that models configuration objects.
After installing NDN-DPDK, you can reference the NPM package in your package.json
as follows:
{
"dependencies": {
"@usnistgov/ndn-dpdk": "file:/usr/local/share/ndn-dpdk/ndn-dpdk.npm.tgz"
}
}