nes-proj/examples/ipv6/slip-radio
Simon Duquennoy 41967732b1 Added MAKE_ROUTING make variable for cleaner routing protocol selection 2017-10-12 08:42:42 +02:00
..
Makefile Added MAKE_ROUTING make variable for cleaner routing protocol selection 2017-10-12 08:42:42 +02:00
README.md additional edits to further clarify interface between native-border-router and slip-radio 2015-02-07 10:51:41 -05:00
project-conf.h Do not #undef in example project-conf.h (SLIP radio) 2017-10-08 17:00:37 +01:00
slip-net.c removed NETSTACK_CONF_MAC_OTHER 2017-10-08 00:46:57 +02:00
slip-radio-cc2420.c Moved the cc2420 driver into a separate dev/cc2420 module 2014-01-26 23:20:27 +01:00
slip-radio-mc1322x.c SLIP-radio support for the Econotag 2013-02-19 21:52:59 +01:00
slip-radio-rf230.c Adding a gitattributes and correcting line-endings 2015-09-07 15:40:02 +02:00
slip-radio-sky-sensors.c Moved the sht11 driver to its own module 2014-01-26 23:20:30 +01:00
slip-radio.c Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
slip-radio.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00

README.md

This project is intended to run on a mode that is connected to a native host system by SLIP. The SLIP is really SERIAL LINE 15.4, as this just turns the mote into a smart radio, running the RPL and 6lowpan stack on the Host. This goes with native-border-router.