2 # olsr.org configuration file
\r
4 # This configuration file should be copied to the Windows
\r
5 # directory. It is then used when you run olsrd.exe directly, i.e.
\r
6 # without the GUI. If you use the GUI, then you do not need this
\r
7 # file. In this case look at Default.olsr instead.
\r
12 # Periodically print the internal state, including information on
\r
19 # Don't clear the screen each time the internal state changes
\r
24 # Link quality aging factor
\r
25 # Defaults to 0.05, smaller values mean larger LQ window size
\r
26 LinkQualityAging 0.1
\r
29 # The pollrate used by the scheduler
\r
34 # Interval to poll network interfaces for configuration
\r
35 # changes. Defaults to 2.5 seconds
\r
40 # Which neighbours should be advertised via TC messages?
\r
42 # 0 - only advertise our MPR selectors
\r
43 # 1 - advertise our MPR selectors and our MPRs
\r
44 # 2 - advertise all neighbors
\r
50 # Specifies by how many MPRs each two-hop neighbour should be covered
\r
56 # Load the dot draw plugin
\r
59 #LoadPlugin "olsrd_dot_draw.dll"
\r
64 # Load the name service plugin
\r
67 #LoadPlugin "olsrd_nameservice.dll"
\r
69 # PlParam "name" "thomas"
\r
73 # Load the HTTP info plugin
\r
76 LoadPlugin "olsrd_httpinfo.dll"
\r
78 PlParam "Net" "0.0.0.0 0.0.0.0"
\r
82 # IPv4 HNAs - syntax: netaddr netmask
\r
91 # Interfaces - use "olsrd.exe -int" to obtain a list of you interfaces
\r
92 # and then change "if99" to the name of your WLAN interface
\r
97 # Olsrd can autodetect changes in NIC
\r
98 # configurations(IP address changes etc.).
\r
99 # This is Enabled by default and the interval
\r
100 # to poll for changes on is defined by
\r
102 # This polling can be disabled pr. NIC by setting
\r
103 # AutoDetectChanges to no.
\r
105 # AutoDetectChanges yes
\r
108 # HELLO interval and validity time in seconds (float)
\r
112 HelloValidityTime 6.0
\r
115 # TC interval and validity time in seconds (float)
\r
119 TcValidityTime 15.0
\r
122 # MID interval and validity time in seconds (float)
\r
126 MidValidityTime 15.0
\r
129 # HNA interval and validity time in seconds (float)
\r
133 HnaValidityTime 15.0
\r