nes-proj/examples/rpl-border-router/embedded
Simon Duquennoy b339c42a09 RPL border router: re-enable Web-server-free compilation 2017-12-09 05:36:11 -08:00
..
sky Combine all RPL Border Routers under a single, modular example 2017-11-01 00:06:02 +00:00
Makefile RPL border router: move webserver code to common directory 2017-11-01 16:07:46 +01:00
README.md Added embedded RPL border router readme 2017-11-01 09:27:18 +01:00
border-router-embedded.c Improve code style and remove obsolete lines 2017-11-02 09:49:01 +01:00
project-conf.h RPL border router: re-enable Web-server-free compilation 2017-12-09 05:36:11 -08:00
slip-bridge.c RPL border router: move more shared functionality to common directory 2017-11-01 16:07:46 +01:00

README.md

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.