sending a packet to all neighbors of a node

View: New views
1 Messages — Rating Filter:   Alert me  

sending a packet to all neighbors of a node

by hadavi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello everybody:
I am a new ns user. I want to write a method which can send a packet to all neighbors of a node. I think, first I should have a list of node's neighbor and then find targets of these nodes and send the packet to these targets.
I will be thanks if anyone know the answer and help me.