<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thank you I did read through some of it.<div class=""><br class=""></div><div class="">So in,  min suffix component and max suffix component</div><div class=""><br class=""></div><div class="">I have a interest name: <span style="color: rgb(244, 244, 244); font-family: Monaco; font-size: 10px; background-color: rgba(0, 0, 0, 0.85098);" class="">example/fileip.txt/%FD%00%00%01Z%85%8B%86%DE</span></div><div class=""><br class=""></div><div class="">Why is it saying minsuffix and maxsuffix are 3?</div><div class=""><br class=""></div><div class="">Because 1/2/3 ? Because the document says beyond prefix.</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 28, 2017, at 1:29 AM, Nick Briggs <<a href="mailto:nicholas.h.briggs@gmail.com" class="">nicholas.h.briggs@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Marzieh -- I think you could read the NDN documentation, or papers, or the original papers about CCN, to get a basic understanding first...<div class=""><br class=""></div><div class="">A content packet is composed of a name, some metadata, the actual payload, and the signature.</div><div class=""><br class=""></div><div class="">The metadata can contain a bunch of different things, but what typically gets put in there is the content type, the freshness, the final block id (if it's part of a sequence), the "creation date/time" of the object (which may be of the file, or of signing, or ... whatever makes sense), the key locator (usually you'd put that in once in one of the first blocks sent).   If ndncatchunks is putting out all the metainfo then ndnputchunks didn't put in a lot of interesting info.</div><div class=""><br class=""></div><div class="">The %FD indicates that the component is a version number, and following that should be some number of bytes that represent the version...  In the original CCNx code we didn't pad it out to 8 bytes, it was only enough bytes as necessary to represent the version number.</div><div class=""><br class=""></div><div class="">The chunk number is in a canonical form with the minimal number of bytes starting with a leading 0 byte to represent the chunk number, so --</div><div class=""><span class="Apple-tab-span" style="white-space:pre">    </span>0<span class="Apple-tab-span" style="white-space:pre">   </span>%00</div><div class=""><span class="Apple-tab-span" style="white-space:pre">       </span>1<span class="Apple-tab-span" style="white-space:pre">   </span>%00%01</div><div class=""><span class="Apple-tab-span" style="white-space:pre">    </span>2<span class="Apple-tab-span" style="white-space:pre">   </span>%00%02</div><div class=""><span class="Apple-tab-span" style="white-space:pre">    </span>...</div><div class=""><span class="Apple-tab-span" style="white-space:pre">       </span>255 %00%FF</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>256 %00%01%00</div><div class="">etc.</div><div class=""><br class=""></div><div class="">-- Nick</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""><div class=""><div class=""><blockquote type="cite" class=""><div class="">On Feb 27, 2017, at 8:25 PM, Marzieh Babaeianjelodar <<a href="mailto:babaeim@clarkson.edu" class="">babaeim@clarkson.EDU</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I have a question about when I RUN THIS following command:<div class=""><br class=""></div><div class="">So I know the name is in this form: /example/fileip.txt/<version#>/<chunk#></div><div class=""><br class=""></div><div class="">But I want to know more about the structure of version and chunk ?? </div><div class=""><br class=""></div><div class="">I also need someone to describe Metainfo line for me</div><div class=""><br class=""></div><div class="">Thanks</div><div class=""><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">babaeim@producer:~$ ndncatchunks -v /example/fileip.txt</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Data: Name: /example/fileip.txt/%FD%00%00%01Z%82%E3L%20/%00%00</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">MetaInfo: ContentType: 0, FreshnessPeriod: 10000 milliseconds, FinalBlockId: %00%00</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Content: (size: 78)</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Signature: (type: 1, value_length: 256)</span></div></div></div></div>_______________________________________________<br class="">Ndn-interest mailing list<br class=""><a href="mailto:Ndn-interest@lists.cs.ucla.edu" class="">Ndn-interest@lists.cs.ucla.edu</a><br class=""><a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest" class="">http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest</a><br class=""></div></blockquote></div><br class=""></div></div></div></div></blockquote></div><br class=""></div></body></html>