nes-proj/examples/platform-specific/jn516x/rpl/border-router
Niclas Finne 2c86194ef8 Renamed core to os 2017-09-01 15:29:00 +02:00
..
Makefile Renamed core to os 2017-09-01 15:29:00 +02:00
README.md Re-arrange examples, in particular, move platform-specific examples to examples/platform-specific 2017-05-16 17:47:57 +02:00
border-router.c Added RPL-lite, a lightweight implementation of RPL. This is the new default. 2017-06-29 16:46:07 +02:00
project-conf.h Re-arrange examples, in particular, move platform-specific examples to examples/platform-specific 2017-05-16 17:47:57 +02:00
slip-bridge.c Re-arrange examples, in particular, move platform-specific examples to examples/platform-specific 2017-05-16 17:47:57 +02:00

README.md

A RPL border router. To indicate the hardware target for the border router, add one of the following options in the command line: If rpl-border-router runs on dongle: JN516x_WITH_DONGLE=1 If rpl-border-router runs on DR1174: JN516x_WITH_DR1174=1 If building for a new platform, first execute : make clean

See ../README.md for more.