Hi,
I am experimenting some path hopping in my tests using batman-adv. Was wondering if and where metric information are shared among batman nodes (again, with batman-adv) as I did not find any useful infos sniffing packets with wireshark patched.
The command batctl l shows (with log level 8) But no info about actual metric when a route is changed.
I'm not entirely sure what you expect to find or what is missing. If you want to understand the batman protocol you might want to start with some of our recorded talks. If you want to use wireshark to analyze the traffic be sure to have the batman dissectors installed (or use batctl td). If you want routing debug information from the module use debug level 12 (batman [4] + routes [8]).
Hope that helps, Marek