nes-proj/examples/rpl-border-router/embedded
George Oikonomou a0fcec6f02
Merge pull request #142 from simonduq/pr/examples-readme
More README.md work for the examples
2017-11-01 16:01:00 +00:00
..
sky Combine all RPL Border Routers under a single, modular example 2017-11-01 00:06:02 +00:00
border-router-embedded.c Border-router: move border-router.c to top level for cleaner compilation 2017-11-01 14:40:18 +01:00
Makefile Border-router: move border-router.c to top level for cleaner compilation 2017-11-01 14:40:18 +01:00
project-conf.h Combine all RPL Border Routers under a single, modular example 2017-11-01 00:06:02 +00:00
README.md Added embedded RPL border router readme 2017-11-01 09:27:18 +01:00
slip-bridge.c Combine all RPL Border Routers under a single, modular example 2017-11-01 00:06:02 +00:00

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.