Re: [ns] one sender-multiple receivers

2007-06-10 Thread Kwnstantina Palla
Filippe and Anvay thank you very much for your reply! I think that it can be done using UDP agents on each node and changing a little the C++ code. My thought is to make changes so that the sender can send to all nodes through defining iphdr->daddr() == IP_BROADCAST in the creation of the packet.

Re: [ns] one sender-multiple receivers

2007-06-10 Thread Filippos Kolovos
To: ns-users@ISI.EDU > Date: Fri, 8 Jun 2007 20:37:35 +0300 > Subject: [ns] one sender-multiple receivers > Hello again, > i would like to ask you, how can we send packets just from one node-source > to miltiple nodes-neighbors. > Can it be done trough UDP agents? or shall i determine my

[ns] one sender-multiple receivers

2007-06-08 Thread Kwnstantina Palla
Hello again, i would like to ask you, how can we send packets just from one node-source to miltiple nodes-neighbors. Can it be done trough UDP agents? or shall i determine my own routing protocol? thank you.