Project

General

Profile

Feature #4696

Updated by Davide Pesavento over 5 years ago

A few existing implementations: Look into exposing status dataset to applications. 

 * [StatusDatasetContext](https://github.com/named-data/ndn-cxx/blob/1fd00240e0191dcee7af256a8cb027d25241a246/src/mgmt/status-dataset-context.cpp#L69) (PSync/NLSR implementation: 
 * [PSync](https://github.com/named-data/PSync/blob/0b2897e694aa1ca91af9d7679a8200a20d72c812/src/full-producer.cpp#L396) 
 * [ndnputchunks](https://github.com/named-data/ndn-tools/blob/969cd5add42ce049774393ebc9d251d79e26c446/tools/chunks/putchunks/producer.cpp#L104) https://github.com/named-data/PSync/blob/0b2897e694aa1ca91af9d7679a8200a20d72c812/src/full-producer.cpp#L396)

Back