Project

General

Profile

Task #1198

Updated by Alex Afanasyev about 10 years ago

Develop a command line client for [[FibMgmt|FIB]] and [[FaceMgmt|Face]] management protocols. 

 This tool should make use of the protocol parsers and encoders in **ndn-cpp-dev** library.    The library also provides [``ndn::nfd::Controller``](https://github.com/named-data/ndn-cpp-dev/blob/master/src/management/nfd-controller.hpp), which should be used as a base class for main class for **nfdc** command. 

   
 This tool can reference the command line syntax and borrow implementation from [**ndnd2c**](https://github.com/cawka/ndnd-tlv/tree/master/tools/ndnd2c). of **ndndc**.

Back