osd-contiki/examples/ipv6/slip-radio
Simon Duquennoy 10bd49a71a Merge pull request #756 from sieben/dos2unix
dos2unix fix
2015-10-18 20:26:07 +02:00
..
Makefile Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack. 2014-12-01 20:13:09 +01:00
README.md additional edits to further clarify interface between native-border-router and slip-radio 2015-02-07 10:51:41 -05:00
no-framer.c llsec: Let llsec_drivers define their own framer 2015-10-14 08:21:40 -07:00
project-conf.h slip-radio: remove unneeded definition of NETSTACK_CONF_WITH_RPL (now set from makefile with CONTIKI_WITH_RPL) 2014-12-01 21:04:25 +01:00
slip-net.c Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01: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 Add uip_clear_buf() macro and replace all instances of uip_len = 0; with it 2015-06-15 11:10:51 +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.