Skip to content
Laurent Deru edited this page May 4, 2016 · 4 revisions

Configuration of the WSN network

802.15.4 configuration

The 802.15.4 section allows the configuration of the radio parameters, only high level parameters can be modified.

  • Channel : 802.15.4 channel used by the radio
  • PAN-ID : 802.15.4 PAN-ID used by the radio, on Native platform this parameter can not be modified

MAC configuration

The MAC section allows the selection of the current MAC layer

  • MAC Layer : MAC layer to be used, currently only CSMA and NullMAC are selectable.

IP configuration

The configuration of the LAN network is primarily the configuration of the IP parameters

  • Prefix : The prefix is the network wide prefix, all address sharing this prefix are considered on-link.
  • Prefix length : Significant bits of the prefix, should be 64 in most configuration.
  • 6lowpan context : Prefix associated with the 6LoWPAN Context 0 (see below)
  • Address autoconfiguration : If enabled, the 6LBR address on the WSN network will be created by combining the Prefix and the WSN IID (i.e. the converted MAC-64 address). If disabled, the manual address is used.
  • Manual address : The 6LBR address on the WSN network if address auto configuration is disabled.
  • DNS Server : Address of the DNS server to be used when the DNS Proxy functionality is used.
  • Filter Node : If enabled, nodes that are not registered in Node Config are not allowed to join the network.

The Network Management configuration is done in the RPL section or, if 6LBR is running in NDP Router mode, in the RA Daemon section.

6LoWPAN Context

6LoWPAN can compress IPv6 packet by replacing commonly used address prefix with an context id. Currently Contiki and 6LBR uses only one statically configured context. All the element in the network therefore must use the same context configuration.

In mid-march 2016, Contiki has changed its default context from aaaa::/64 to fd00::/64, it is mandatory to reflect this change in 6LBR or no proper communication with the node can happen.

Clone this wiki locally