Dobrica Pavlinušić's random unstructured stuff
batman: Revision 2
{toc: }

* http://www.open-mesh.org/wiki/batman-adv-quick-start-guide

^ create new adhoc interface

.pre
iw phy phy0 interface add mesh0 type adhoc

ip link set mesh0 mtu 1524

iwconfig mesh0 mode ad-hoc essid open-mesh ap 02:12:34:56:78:9A channel 6

modprobe batman_adv
batctl if add mesh0

.pre