Project

General

Profile

Task #1150

Updated by Alex Afanasyev almost 11 years ago

ndn-cpp-dev should support both ndnd-tlv and NFD protocols. 

 ``ndn::Node::registerPrefix`` should use [NFD FIB Management protocol](http://redmine.named-data.net/projects/nfd/wiki/FibMgmt) to register a prefix, if the local forwarder is NFD. 

 --- 

 To detect local forwarder, library could: 

 1. Express Interest to retrieve ndndid 
 2. If this Interest is answered, local forwarder is ndnd-tlv 
 3. Otherwise, local forwarder is nfd

Back