[ns] Neighbor List for Wireless Nodes

2009-02-21 Thread Mayank Daga
Dear All, I want to know how can I access the Neighbor List of mobile nodes. I know that Node object maintains a Neighbor List, but I am not able to figure out the same for mobile nodes. The reason I want to access this list is to count the number of neighbors of a particular node at regular int

Re: [ns] Neighbor List for Wireless Nodes

2009-02-23 Thread Li Pan
Hi, You can go to the routing protocol code you use and print out the neighbour list, fprintf(stderr, "%d", neighbourvalue); --- On Sat, 2/21/09, Mayank Daga wrote: > From: Mayank Daga > Subject: [ns] Neighbor List for Wireless Nodes > To: ns-users@ISI.EDU > Receiv

Re: [ns] Neighbor List for Wireless Nodes

2009-02-24 Thread Mathiew Moussa
Hello Mayank, The Link Below is for a thread between me and fellow NS users about almost the same query. I hope its helpful. http://www.nabble.com/How-to-get-the-Nodes'-coordinate-from-TCL-to-C%2B%2B-td21599457.html Regards, Mathiew Quoting Mayank Daga : > > Dear All, > > I want to know how