[Ndn-interest] list of chunks from ndnputchunks

Susmit susmit at cs.colostate.edu
Wed Oct 18 08:11:33 PDT 2017


ndnputchunks keeps chunks in a std::vector.
https://github.com/named-data/ndn-tools/blob/11e74eb20f917a5fb77024f57cdd65f2dd4103a2/tools/chunks/putchunks/producer.hpp#L95

You can add some print statements in the code after the vector is
populated, around line 135 in producer.cpp.

On Wed, Oct 18, 2017 at 7:57 AM, Junior DONGO <junior.dongo at lacl.fr> wrote:
> Hi all,
>
> Is there a way to find the list of published data using ndnputchunks?
>
> For example :
>
> ndnputchunks -p ndn:/localhost/demo/gpl3 < /usr/share/common-licenses/GPL-3
>
> how to get all the name of data published by a node?
>
> Thanks for your help
>
> Junior
>
>
>
>
>
>
> _______________________________________________
> Ndn-interest mailing list
> Ndn-interest at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest
>



-- 

====================================
http://www.cs.colostate.edu/~susmit
====================================


More information about the Ndn-interest mailing list