Added embedded RPL border router readme

This commit is contained in:
Simon Duquennoy 2017-11-01 09:27:18 +01:00
parent 79e823b4d3
commit c7316ad63d

View File

@ -0,0 +1,5 @@
This is a border router that runs embedded in a node. The node runs a full
6LoWPAN stack, and acts as a DAG root. It interfaces to the outside world
via a serial line. On the host Operating System, `tunslip6` is used to create
a tun interface and bridge it to the RPL border router. This is achieved with
makefile targets `connect-router` and `connect-router-cooja`.