What: /sys/class/net//mesh/aggregate_ogm Date: May 2010 Contact: Marek Lindner Description: Indicates whether the batman protocol messages of the mesh shall be aggregated or not. What: /sys/class/net//mesh/orig_interval Date: May 2010 Contact: Marek Lindner Description: Defines the interval in milliseconds in which batman sends its protocol messages. What: /sys/class/net//mesh/originators Date: May 2010 Contact: Marek Lindner Description: Displays the table of all batman nodes (in range) and the link quality towards them. Each line contains the following values: 1 - originator 2 - TQ (transmit quality) value of originator 3 - best next hop towards originator 4 - outgoing iface to reach best next hop 5 - list of alternative best next hops What: /sys/class/net//mesh/transtable_global Date: May 2010 Contact: Marek Lindner Description: Displays the table of mesh-wide announced mac addresses. Each line contains the following values: 1 - announced mac address 2 - originator announcing the mac address What: /sys/class/net//mesh/transtable_local Date: May 2010 Contact: Marek Lindner Description: Displays the table of mac addresses announced to the mesh network by this node. Each line contains the following values: 1 - announced mac address What: /sys/class/net//mesh/vis_mode Date: May 2010 Contact: Marek Lindner Description: Each batman node only maintains information about its own local neighborhood, therefore generating graphs showing the topology of the entire mesh is not easily feasible without having a central instance to collect the local topologies from all nodes. This file allows to activate the collecting (server) mode. Once activated the topology can be retrieved by reading the vis_data file. What: /sys/class/net//mesh/vis_data Date: May 2010 Contact: Marek Lindner Description: This file outputs the collected entire mesh topology information (if available) in a neutral (raw) format. Each line contains a set of identifiers. Values may or may not follow depending on their respective meanings: * "mac" - mac address of an originator's source interface (each line begins with it) * "TQ mac value" - src mac's link quality towards mac address of a neighbor originator's interface which is being used for routing * "HNA mac" - HNA announced by source mac * "PRIMARY" - this is a primary interface * "SEC mac" - secondary mac address of source (requires preceding PRIMARY)