<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [Ndn-interest] Package Fragmentation in NDN</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi Matti,<BR>
<BR>
Actually there is/will be fragmentation in NDN. You can take look at this:<BR>
<A HREF="http://named-data.net/wp-content/uploads/2015/05/ndn-0032-1-ndn-memo-fragmentation.pdf">http://named-data.net/wp-content/uploads/2015/05/ndn-0032-1-ndn-memo-fragmentation.pdf</A><BR>
This is just a memo, but it has reviewed the problem and solutions well enough.<BR>
<BR>
But the need for fragmentation in above comes from the fact that MTUs may differ throughout the network. I don't think having large amounts of segments(you say names) be a problem. They could be aggregated easily.<BR>
<BR>
Thanks,<BR>
Sabet<BR>
<BR>
-----Original Message-----<BR>
From: Ndn-interest on behalf of aniesh chawla<BR>
Sent: Thu 8/27/2015 9:00 AM<BR>
To: Matti Lorenzen; ndn-interest@lists.cs.ucla.edu<BR>
Subject: Re: [Ndn-interest] Package Fragmentation in NDN<BR>
<BR>
Hi Matti,<BR>
<BR>
ndnputfile/ndngetfile comes from repo-gn, you might have to install it.<BR>
You can also check out ndnputchunk3, this will also do what you want. If<BR>
you want I have created a text file sender/receiver by (modifying earlier<BR>
producer/sender code) for large chunks of data, more like bulk transfer. I<BR>
have tested my code for one sender and one receiver and haven't tested for<BR>
more than one receiver(maybe some optimization have to done there)<BR>
<BR>
Regards<BR>
Aniesh<BR>
<BR>
On Thu, Aug 27, 2015 at 9:48 AM, Matti Lorenzen <matti.lorenzen@tum.de><BR>
wrote:<BR>
<BR>
> Dear Aniesh,<BR>
> this sounds a lot like what I am looking for. Thank you.<BR>
> I'm running ndn-cxx and NFD version 0.3.3 on Ubuntu 14.04. - if i see<BR>
> correctly, ndnputfile is a part of NDNx, is it complatible with my current<BR>
> setup?<BR>
><BR>
> Best regards from Tokyo,<BR>
> Matti<BR>
><BR>
> _________________________________________________________________<BR>
><BR>
> *Matti Lorenzen*<BR>
> IAESTE LC München - *Outgoing*<BR>
> IAESTE Central European Region -<BR>
> *Vice Trainings Coordinator*<BR>
><BR>
><BR>
> ------------------------------<BR>
> Date: Thu, 27 Aug 2015 09:40:30 +0530<BR>
> Subject: Re: [Ndn-interest] Package Fragmentation in NDN<BR>
> From: aniesh@sanctumnetworks.com<BR>
> To: matti.lorenzen@tum.de<BR>
><BR>
><BR>
> Hi Matti,<BR>
> I think you are looking for putting more number of segments. The largest<BR>
> segment allowed in NDN is 8800(last I checked).<BR>
> In order to put the file you have a tool called ndnputfile, and to get<BR>
> there is tool ndngetfile.<BR>
> check this out:<BR>
> <A HREF="http://named-data.net/doc/0.1/manpages/ndnputfile.1.html">http://named-data.net/doc/0.1/manpages/ndnputfile.1.html</A><BR>
><BR>
> Regards<BR>
> Aniesh<BR>
><BR>
> On Thu, Aug 27, 2015 at 6:31 AM, Matti Lorenzen <matti.lorenzen@tum.de><BR>
> wrote:<BR>
><BR>
> Dear all,<BR>
><BR>
> I have a question regarding the payload of Data packets.<BR>
> I used ndnpeek and ndnpoke in order to submit an interest for a file and<BR>
> successfully received a data packet in return. However, this data packets<BR>
> were only returned to me if the file contained was very small (1,5kB).  Is<BR>
> there any way to send larger files through another tool? By my<BR>
> understanding, peek and poke are used only for exactly one packet and are<BR>
> hence limited regarding data transfer.<BR>
><BR>
> I know that data is segmented and all segments of a file would be aligned<BR>
> underneath the file in the naming hierarchy. However, the size of these<BR>
> segments is not so small that they would fit in a Data packet, right?<BR>
> Otherwise large files would have a very high amount of segments.<BR>
><BR>
> Thank you in advance,<BR>
> best regards,<BR>
> Matti Lorenzen<BR>
><BR>
> _______________________________________________<BR>
> Ndn-interest mailing list<BR>
> Ndn-interest@lists.cs.ucla.edu<BR>
> <A HREF="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest">http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest</A><BR>
><BR>
><BR>
><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>