[Olsr-dev] OLSRd V2 - ethernet-Links / measure speed

Henning Rogge (spam-protected)
Wed May 28 18:52:15 CEST 2014


On Wed, May 28, 2014 at 6:52 PM, Bastian Bittorf <(spam-protected)> wrote:
>> The (Thales) link cost plugin just did what Bastian suggested. It sends packet trains and estimate rate based on received arrival interval. It uses short and long packets, the diff would provide rate. Works well, but is far to slow to converge in a more dynamic network.
>
> very good, will do some test with this.
okay.

> is this the same plugin, what henning talked about? ("link_config")
No.

> at the moment i use
> OONF_CUSTOM_STATIC_PLUGINS="cfgparser_compact cfgio_file ff_dat_metric neighbor_probing nl80211_listener link_config auto_ll4 layer2_viewer"

try adding " link_config" to the list... ;)

> yes - henning, please suggest a configuration format.

The link-config plugin adds three options to the interface section.
Each of them is a numeric value, followed by an (optional) list of mac
addresses. Without any mac-address, the plugin sets a default value
for an interface, with the address(es) it sets a value for a certain
layer-2 point-2-point connection.

You should be able to see the values you set with this plugin with the
"layer2 neigh" or "layer2 net" command through the telnet interface.

Example configuration for interface-wide configuration:

[interface=wlan0]
     rx_bitrate    1G
     tx_bitrate    100M
     signal         -20


Henning




More information about the Olsr-dev mailing list