Skip to content

6LBR Node Config File

Laurent Deru edited this page May 4, 2016 · 1 revision

Node configuration file

The Node configuration file allows per node configuration. Currently, only a few parameters are configurable currently using this file.

The node configuration file is specified in 6lbr.conf, using NODE_CONFIG. For example :

NODE_CONFIG=/etc/6lbr/node_config.conf

Each node entry has the following syntax, all the parameters are optional.

[<MAC Address>]
name=<node name>
coap=<NAT64 coap port>
http=<NAT64 http port>

Example :

[00:12:4b:00:06:a0:09:87]
name=Sensortag-1
coap=10087

If coap or http is not present in the file, a new port is allocated by 6LBR

Clone this wiki locally