Difference between revisions of "Mesh/BATMAN-adv"

1,195 bytes added ,  14:49, 20 July 2014
added details about the BATMAN config file
(added network coding)
(added details about the BATMAN config file)
Line 89: Line 89:
= BATMAN configuration =
= BATMAN configuration =


In /etc/config/batman-adv:
There are [http://www.open-mesh.org/projects/batman-adv/wiki/Tweaking other options], but these are the recommended settings in /etc/config/batman-adv:


<pre>
<pre>
config mesh 'bat0'
config mesh 'bat0'
option interfaces 'adhoc0' # the interface for which to enable batman0
option interfaces 'adhoc0' # the interface for which to enable batman0
option 'aggregated_ogms' # no idea what this means
option 'aggregated_ogms'
option 'ap_isolation' # no idea what this means
option 'ap_isolation'
</pre>
</pre>
* [http://www.open-mesh.org/projects/batman-adv/wiki/Tweaking aggregated_ogms] - an option that combines the [http://www.open-mesh.org/projects/batman-adv/wiki/OGM originator messages] into a single packet instead of a lot of smaller packets.
* [http://www.open-mesh.org/projects/batman-adv/wiki/Ap-isolation ap_isolation] - an option that prevents any communication between stations connected to the same access point. The clients of the access point won't be able to communicate to each other, which makes it more secure, but less efficient for networking. There's [http://www.open-mesh.org/projects/batman-adv/wiki/Extended-Isolation extended ap isolation], which prevents all the wirelsss-to-wireless traffic and at the same time marks clients as isolated based on the user configuration.
* multicast mode - an option that reduces unnecessary packet transmissions. This optimization announces multicast listeners via the translation table mechanism, thereby signaling interest in certain multicast traffic instead of all of it. If disabled multicast traffic is forwarded to the every node in the network (broadcast).


= System configuration =
= System configuration =
289

edits