<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="">Hi,<div class=""><br class=""></div><div class="">we have done something similar for a mobile simulation package for ndnSIM (it was an NDN hackathon project). We have addressed those issues there, so please take a look at the commits:</div><div class=""><br class=""></div><div class=""><a href="https://github.com/4th-ndn-hackathon/ndnSIM-Mobile-Simulation-Package" class="">https://github.com/4th-ndn-hackathon/ndnSIM-Mobile-Simulation-Package</a></div><div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br 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></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Oct 3, 2017, at 4:17 AM, Jason Christian <<a href="mailto:jason.christian.92@gmail.com" class="">jason.christian.92@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi,<div class=""><br class=""></div><div class="">I am currently doing a scenario using ndnSIM as the simulation tool. The scenario includes:</div><div class="">- several nodes with mobility installed</div><div class="">- Wifi with 802.11a standard, wifiChannel with ns3::RangePropagationLossModel and limited maxRange, and with type adhoc</div><div class=""><br class=""></div><div class="">Basically, the consumer nodes will send the Interest through the wireless face to nodes within the MaxRange. This works perfectly on first transmission, but the Interest is not forwarded to other nodes which is in range with the receiving nodes (In other words, it is not forwarded, there is only 1 hop)</div><div class=""><br class=""></div><div class="">I have already looked into <a href="https://github.com/cawka/ndnSIM-nom-rapid-car2car/tree/master/extensions" class="">https://github.com/cawka/ndnSIM-nom-rapid-car2car/tree/master/extensions</a> and the implementation is similar to mine. The problem is, it is using ndnSIM 1.0 and the custom strategy methods have been changed on ndnSIM 2.0+, which I am using right now. I've also read somewhere that nodes do not actually re-broadcast Interest and Data packets on the same face it received the packet from.</div><div class=""><br class=""></div><div class="">I am new to ndnSIM (Have just spent around 3 days working around custom scenario), so can you please guide on possible solutions of this problem?</div><div class="">- Should I create a custom face for this scenario? If so, can u point me on how to do it?</div><div class=""><br class=""></div><div class="">Thank you,</div><div class="">Jason</div></div></div></blockquote></div><br class=""></div></body></html>