<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi guys,<div class=""><br class=""></div><div class="">you can simulate this behavior, that is you can extend the producer application to produce chunks of varying size or even schedule events for sending data packets if you want to simulate the delay of fetching data from a disk or a repo. You can also create a big buffer, create and sign data in advance to “simulate” the disk storage.</div><div class=""><br class=""></div><div class="">It is kind of hard to access parts of the physical file system though, since all the application instances share the same local file system (this is imposed by NS3). You can still do it, but you have to be really careful and make sure that you access unique parts of the file system.</div><div class=""><br class=""></div><div class="">Hope that this helps!</div><div class=""><br class=""></div><div class=""><div class="">
<div class=""><div class=""><div class=""><span class="" style="float: none; display: inline !important;">Spyridon (Spyros) Mastorakis</span><br class=""><span class="" style="float: none; display: inline !important;">Personal Website: </span><a href="http://cs.ucla.edu/~mastorakis/" class="">http://cs.ucla.edu/~mastorakis/</a><br class=""><span class="" style="float: none; display: inline !important;">Internet Research Laboratory</span><br class=""><span class="" style="float: none; display: inline !important;">Computer Science Department</span><br class=""><span class="" style="float: none; display: inline !important;">UCLA</span></div><div class=""><span class="" style="float: none; display: inline !important;"><br class=""></span></div></div></div><div class=""><br class=""></div><br class="Apple-interchange-newline">
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Mar 16, 2016, at 3:04 PM, Hassan Sinky <<a href="mailto:sinkyh@oregonstate.edu" class="">sinkyh@oregonstate.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><font size="2" class=""><span style="background-color:rgba(255,255,255,0)" class="">I was quite interested in this as well. This way contents can have different sizes and chunks where different chunks can be downloaded and reordered at the receiver. If this can already be done can that would be great to know.</span></font><div class=""><font size="2" class=""><span style="background-color:rgba(255,255,255,0)" class=""><br class=""></span></font></div><font size="2" class=""><span style="background-color:rgba(255,255,255,0)" class="">Thanks!</span></font><div class=""><br class=""></div><div class="">On Tuesday, March 15, 2016, Carl Zu <<a href="mailto:carlzu8@gmail.com" class="">carlzu8@gmail.com</a>> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="">Hi,<div class=""><br class=""></div><div class="">In ndn-producer.cpp, the data object is created in the "onInterest" method. This means it is created upon receiving an interest. However, it seems that in reality nodes have a kind of repository, e.g. a hard disk, in which they maintain the data. To my understanding, data should be copied from the repository to the cache upon arrival of a new interest message. How this has been taken into account in ndnSIM ?. Looks like we do not have access to the repository.</div><div class=""><br class=""></div><div class="">thanks.</div><div class="">C<br class=""><div class=""><br class=""></div><div class=""><br class=""></div></div></div>
</blockquote></div>
_______________________________________________<br class="">ndnSIM mailing list<br class=""><a href="mailto:ndnSIM@lists.cs.ucla.edu" class="">ndnSIM@lists.cs.ucla.edu</a><br class="">http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim<br class=""></div></blockquote></div><br class=""></div></body></html>