nes-proj/os/services/rpl-border-router/embedded
George Oikonomou 155e2c9b0a Support both old and new button API in common examples
This change is temporary so travis can pass until all platforms have been migrated to the new API
2018-03-14 09:34:47 +00:00
..
Makefile.embedded Move RPL border router from example to os/services 2017-12-22 05:21:39 -08:00
README.md Move RPL border router from example to os/services 2017-12-22 05:21:39 -08:00
border-router-embedded.c Support both old and new button API in common examples 2018-03-14 09:34:47 +00:00
slip-bridge.c Move RPL border router from example to os/services 2017-12-22 05:21:39 -08: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.