http://nordkapp.netgroup.uniroma2.it/~saverio/olsr-obamp/

Mac Addresses

00:18:84:11:60:04
00:18:84:27:19:5c
00:18:84:10:96:08
00:18:84:12:f0:14

Configuration

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.1.0.0
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

BattleMeshV3/NodeConfigScript/Olsr-obamp (last edited 2010-06-04 14:26:55 by ZioProto)