contiki/examples/sensinode/border-router
2012-10-26 15:54:49 +02:00
..
border-router.c Added channel_get() to the cc2x3x RF drivers 2012-07-11 10:53:14 +01:00
Makefile cc2x3x RPL/non-RPL handling: 2012-05-16 15:22:31 +01:00
project-conf.h Reincarnate the sensinode/cc2430 port 2012-03-23 14:41:07 +00:00
README Reincarnate the sensinode/cc2430 port 2012-03-23 14:41:07 +00:00
slip-bridge.c Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02: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 <address v6>/<prefix>
  
  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.