# # olsr.org configuration file # # This configuration file should be copied to the Windows # directory. It is then used when you run olsrd.exe directly, i.e. # without the GUI. If you use the GUI, then you do not need this # file. In this case look at Default.olsr instead. # # # # Periodically print the internal state, including information on # route calculation # DebugLevel 2 # # Don't clear the screen each time the internal state changes # ClearScreen no # Link quality aging factor # Defaults to 0.05, smaller values mean larger LQ window size LinkQualityAging 0.1 # # The pollrate used by the scheduler # Pollrate 0.1 # Interval to poll network interfaces for configuration # changes. Defaults to 2.5 seconds NicChgsPollInt 3.0 # # Which neighbours should be advertised via TC messages? # # 0 - only advertise our MPR selectors # 1 - advertise our MPR selectors and our MPRs # 2 - advertise all neighbors # TcRedundancy 2 # # Specifies by how many MPRs each two-hop neighbour should be covered # MprCoverage 3 # # Load the dot draw plugin # #LoadPlugin "olsrd_dot_draw.dll" #{ #} # # Load the name service plugin # #LoadPlugin "olsrd_nameservice.dll" #{ # PlParam "name" "thomas" #} # # Load the HTTP info plugin # LoadPlugin "olsrd_httpinfo.dll" { PlParam "Net" "0.0.0.0 0.0.0.0" } # # IPv4 HNAs - syntax: netaddr netmask # Hna4 { # 0.0.0.0 0.0.0.0 } # # Interfaces - use "olsrd.exe -int" to obtain a list of you interfaces # and then change "if99" to the name of your WLAN interface # Interface "if99" { # Olsrd can autodetect changes in NIC # configurations(IP address changes etc.). # This is Enabled by default and the interval # to poll for changes on is defined by # NicChgsPollInt. # This polling can be disabled pr. NIC by setting # AutoDetectChanges to no. # AutoDetectChanges yes # # HELLO interval and validity time in seconds (float) # HelloInterval 2.0 HelloValidityTime 20.0 # # TC interval and validity time in seconds (float) # TcInterval 5.0 TcValidityTime 30.0 # # MID interval and validity time in seconds (float) # MidInterval 5.0 MidValidityTime 30.0 # # HNA interval and validity time in seconds (float) # HnaInterval 5.0 HnaValidityTime 30.0 }