[ndnSIM] ndnSIM - Producer problem

Lixia Zhang lixia at cs.ucla.edu
Mon Jul 24 12:05:15 PDT 2017


> On Jul 24, 2017, at 11:53 AM, Marzieh Babaeianjelodar <babaeim at clarkson.edu> wrote:
> 
> Dear All,
> 
> I am making another scenario which is simple. I am using 4 nodes (node 0 to node 3) and they are using waypoint and mobility. they are in a line. I want the nodes to only reach the next neighbor hop and not the other hops so I spaced them out. The problem is that when my producer node (node 3) is farther away from consumer node it does not send back the interest

you mean the producer node does not respond to the interest with a data packet, right?

> while if I move it closer to node 0 which is consumer node it send back interest. I wanted to know why is this happening? 

so you have node  0 --- 1 --- 2 --- 3
since you did not mention routing, I suppose you dont run a routing protocol.

Now, when node 1 receives the Interest, does it rebroadcast so that node 2 can hear it (and rebroadcast so that node 3 can hear it)?




More information about the ndnSIM mailing list