http://nordkapp.netgroup.uniroma2.it/~saverio/olsr-obamp/
uci set network.wlan3=alias uci set network.wlan3.interface=wlan uci set network.wlan3.proto=static uci set network.wlan3.ipaddr=10.10.106.$SUFFIX uci set network.wlan3.netmask=255.255.255.0 rm -f /etc/config/olsrd touch /etc/config/olsrd uci add olsrd olsrd uci set olsrd.@olsrd[0].IpVersion=4 uci set olsrd.@olsrd[0].DebugLevel=0 uci set olsrd.@olsrd[0].Pollrate=0.001 uci add olsrd LoadPlugin uci set olsrd.@LoadPlugin[0]=LoadPlugin uci set olsrd.@LoadPlugin[0].library=olsrd_txtinfo.so.0.1 uci set olsrd.@LoadPlugin[0].accept="0.0.0.0" uci set olsrd.@LoadPlugin[0].port="10001" uci add olsrd LoadPlugin uci set olsrd.@LoadPlugin[1]=LoadPlugin uci set olsrd.@LoadPlugin[1].library=olsrd_obamp.so.0.1 uci set olsrd.@LoadPlugin[1].NonOlsrIf="eth0" uci add olsrd Interface uci set olsrd.@Interface[0]=Interface uci set olsrd.@Interface[0].interface=wlan6 uci set olsrd.@Interface[0].Ip4Broadcast=10.10.106.255