osd-contiki/examples/sensinode/border-router
2014-12-01 20:13:09 +01:00
..
border-router.c Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01: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
project-conf.h Move SLIP interface define to project-conf 2013-08-09 15:50:47 +01:00
README.md Rename to md 2013-03-26 23:15:37 +01:00
slip-bridge.c Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00

border-router example for sensinode devices

This example is meant to be used with tunslip6 in tools/

  • Build the code and load it onto your node

  • Connect your node to your PC over USB

  • run:

    sudo ./tunslip6

    /

This will setup tun0 on your PC over device /dev/ttyUSBx. The address argument should contain the v6 address that you want to assign to tun0 The node will use this address to obtain the network prefix

For example:

sudo ./tunslip6 aaaa::1/64

This will use aaaa:: / 64 as the prefix for the 15.4 network.