nes-proj/examples/platform-specific/jn516x/rpl/border-router
George Oikonomou a05a6b59d0 Remove all unnecessary BAUD2UBR macro definitions 2017-10-31 21:56:38 +00:00
..
Makefile Auto-include project-conf.h whenever found 2017-10-07 09:45:38 +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 Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
project-conf.h Do not #undef in example project-conf.h (jn516x) 2017-10-08 17:00:37 +01:00
slip-bridge.c Remove all unnecessary BAUD2UBR macro definitions 2017-10-31 21:56:38 +00: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.