contrib/package/community-profiles: add olsr settings for Berlin

This commit is contained in:
Patrick Grimm 2013-01-24 09:19:10 +00:00
parent cf4ebd61b5
commit 0870824066

View file

@ -7,10 +7,29 @@ config 'community' 'profile'
option 'splash_prefix' '27'
option 'latitude' '52.52075'
option 'longitude' '13.40948'
option 'mapserver' 'http://openwifi.net/openwifimap/'
config 'defaults' 'wifi_device'
option 'channel' '10'
config 'defaults' 'interface'
option 'netmask' '255.0.0.0'
option 'netmask' '255.0.0.0'
config 'defaults' 'olsr_interface'
option 'Ip4Broadcast' '255.255.255.255'
option 'HelloInterval' '3.0'
option 'HelloValidityTime' '125.0'
option 'TcInterval' '2.0'
option 'TcValidityTime' '500.0'
option 'MidInterval' '25.0'
option 'MidValidityTime' '500.0'
option 'HnaInterval' '10.0'
option 'HnaValidityTime' '125.0'
config 'defaults' 'olsrd'
option 'AllowNoInt' 'yes'
option 'FIBMetric' 'flat'
option 'Pollrate' '0.025'
option 'TcRedundancy' '2'
option 'NatThreshold' '0.75'
option 'LinkQualityAlgorithm' 'etx_ff'