osd-contiki/examples/cc2530dk/border-router
2014-04-23 12:16:50 +01:00
..
border-router.c Use the extended RF API for the cc2530 border router example 2014-04-23 12:16:50 +01:00
Makefile Change the way we switch between cc2530 models 2013-08-09 15:53:23 +01:00
Makefile.target New platform: TI cc2530 Development Kit 2012-03-23 14:41:07 +00:00
project-conf.h Change the way we switch between cc2530 models 2013-08-09 15:53:23 +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 the TI SmartRF05EB with a cc2530EM

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

  • run:

    sudo ./tunslip6 -s /dev/ttyUSBx

    /

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.