This package is part of NDNts, Named Data Networking libraries for the modern web.
This package implements network layer face and transport base types. Notable content includes:
rxFromStream function: extract TLVs from continuous byte stream.rxFromPacketIterable function: decode TLVs from datagrams.@ndn/fw package.L3Face.makeCreateFace function: higher-order function that generates *Transport.createFace functions.See @ndn/node-transport package for more explanation and examples.