289
edits
Jwentwistle (talk | contribs) (→batmand configuration: added originator messages link) |
Jwentwistle (talk | contribs) (→batmand configuration: added version two) |
||
Line 18: | Line 18: | ||
* s (visualization server) - Batman daemons may send their local view about their single-hop neighbors to the vis server. It collects the information and provides data in a format similar to [http://www.olsr.org/ OLSR's topology] information output. | * s (visualization server) - Batman daemons may send their local view about their single-hop neighbors to the vis server. It collects the information and provides data in a format similar to [http://www.olsr.org/ OLSR's topology] information output. | ||
* o (originator interval in ms) - a node transmits broadcast messages (we call them [http://www.open-mesh.org/projects/batman-adv/wiki/OGM originator message or OGM]) to inform the neighboring does about it's existence. Originator interval is the time to wait after sending one message and before sending the next message. The default value is 1000 ms (1 second). In a mobile network, you may want to detect network changes very quickly, so you need to send message very often, for example, use a value of 500 ms. In a static network, you can save bandwidth by using a higher value. | * o (originator interval in ms) - a node transmits broadcast messages (we call them [http://www.open-mesh.org/projects/batman-adv/wiki/OGM originator message or OGM], [http://www.open-mesh.org/projects/batman-adv/wiki/Ogm-v2 version 2]) to inform the neighboring does about it's existence. Originator interval is the time to wait after sending one message and before sending the next message. The default value is 1000 ms (1 second). In a mobile network, you may want to detect network changes very quickly, so you need to send message very often, for example, use a value of 500 ms. In a static network, you can save bandwidth by using a higher value. | ||
= configuration files = | = configuration files = |
edits