Re: [ns] neighbor list

2010-05-16 Thread Jonathan Petit
Hi, I need to compute the number of one-hop neighbors at frequent time for each node. Please, paste your code, we may help each other. Jonathan Petit. Neeraj Gupta wrote: Hi all i have written a small function to find out all the neighbors of a node. The problem where should

Re: [ns] Neighbor List

2009-03-13 Thread Mustafa Kamal
I think you can look at channel.cc to find the list of neighbours because whenever a new mobile node is entering the channel its keep information in the list. Otherwise if you trying to find out the neighbouring BS then you can check it out from the mip-reg.cc file. Thanks, With Best Regards,

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 dagamay...@gmail.com: Dear All, I

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 dagamay...@gmail.com wrote: From: Mayank Daga dagamay...@gmail.com Subject: [ns] Neighbor List for Wireless Nodes To: