Re: [ns] Send a multicast packet

2011-02-21 Thread David Rodenas
ing to his parent. Yes, what I'm doing is rare, but I have to :) Thanks a lot Stephan for your answers, and the rest of researchers. David De: Stephan Lorenz Para: David Rodenas Enviado: lun,21 febrero, 2011 22:52 Asunto: Re: [ns] Send a multicast packe

Re: [ns] Send a multicast packet

2011-02-21 Thread David Rodenas
han Lorenz Para: David Rodenas Enviado: lun,21 febrero, 2011 22:23 Asunto: Re: [ns] Send a multicast packet I'm not sure but can't you simply say something like this on the receivers side? : if destination address != my_address then ignore packet. If all nodes are within the communica

[ns] Send a multicast packet

2011-02-21 Thread David Rodenas
Hi all I have, for example, a tree topology composed of 9 nodes. Imagine that node 4 is connected to nodes 1, 2, 3, and 5 and I want to send a broadcast packet to nodes 2, 3 and 5 but no to node 1. How can I do that in C++? I want nodes 2, 3 and 5 receives the packet at same time (it happens