if we understand correctly you need a list of the neighbors for every node
on our testbed. A list in the form:
node ID | IDs of neighbor nodes
If this is what you need we are more than happy to help you out with this.
The way we collect this graph is by utilizing ICMP_ECHO_REQUEST and REPLY
messages. More specific, for every node we ping all the rest and we are
awaiting to see which of them reply back. By this way we can collect the
connectivity graph of our testbed.
Let us know if this is what you need.
Thanks a lot,
Kostas
Thanks for replying.
> if we understand correctly you need a list of the neighbors for every
> node on our testbed. A list in the form:
>
> node ID | IDs of neighbor nodes
Yes, I need exactly that.
>
> If this is what you need we are more than happy to help you out with
> this. The way we collect this graph is by utilizing ICMP_ECHO_REQUEST
> and REPLY messages. More specific, for every node we ping all the
> rest and we are awaiting to see which of them reply back. By this way
> we can collect the connectivity graph of our testbed.
This would work for my current need. So thanks a lot! :)
But if you want to be rigorous about what it means to have connectivity
graph, what it meant by a 'link' needs to be defined. This definition is
usually quite fluid and really depends on the user. So if you are doing
measurements by ping, then a summary of number of packets sent and
number of packets received on each link will be very useful.
Thanks,
Ritesh
attached you can find a directory with a set of files. Every file is
named by neighbors.X. Each one of these files contains the IDs of the
neighbors of the node with ID X.
The test was basically a ping testing as mentioned at the previous e-mail.
For every node whose 1-hop neighbors we want to find, we send out 500
ICMP_ECHO_REQUEST to all of the rest nodes. Whenever we get back more
than 150 replies (i.e. 30% PDeliveryR) the link is considered feasible.
The same tests were conducted 3 times in order to verify the results.
Moreover this is the 802.11g connectivity of our testbed.
I hope these data are helpful for you.
Thanks,
Kostas
Thanks,
Kostas
Thanks for the pointer! I will let you know how it goes.
-Ritesh