Hi Sivateja, On Wed, Mar 27, 2013 at 9:39 AM, Sivateja Patibandla <[email protected]> wrote: > I'm evaluating the performance of my mesh network based on open80211s. Is > there any way that I can read "number of hops" to a specific destination > from the user-space? iw mpath dumps only give metric but not number of hops. > Thank you.
Each node only knows the next hop, so calculating the number of hops it will take to reach a specific destination is not straightforward. One thing you can do is inspect the mesh ttl field in frames received at destination. Cheers, Javier > _______________________________________________ > Devel mailing list > [email protected] > http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel > -- Javier Cardona cozybit Inc. http://www.cozybit.com _______________________________________________ Devel mailing list [email protected] http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel
