nes-proj/examples/slip-radio
Simon Duquennoy 070b493391 Automatically include module-macros.h when provided by modules 2017-12-22 05:21:39 -08:00
..
sky Automatically include module-macros.h when provided by modules 2017-12-22 05:21:39 -08:00
Makefile PROJECTDIR now turned into modules via MODULES_REL 2017-12-22 05:21:39 -08:00
README.md Update slip-radio readme 2017-11-01 09:26:57 +01:00
project-conf.h RPL BR and slip-radio: use c flag '-imacros' to include module-specific defines 2017-12-22 05:21:39 -08:00
slip-net.c Change slip_write return type and use it where possible 2017-11-24 12:31:20 +00:00
slip-radio.c Change slip_write return type and use it where possible 2017-11-24 12:31:20 +00:00
slip-radio.h Improve code style 2017-10-31 22:26:23 +00:00

README.md

This example is intended to run on a mode that is connected to a native host system by SLIP. Full IEEE 802.15.4 packets are transmitted over slip, turning the mote into a simple radio, with the RPL and 6LoWPAN stack running on the host. This is typically used with the native border router (example rpl-border-router on target native).