osd-contiki/examples/cc2530dk/border-router
George Oikonomou 9215081f41 cc2530dk: Border router example changes:
- It now plays nicely with the cc2531 USB dongle
- We build it for the dongle by default
- Debugging with cc2530dk functions instead of printf
- Using __nonbanked optimisations
- During prefix requests, invert LED blinking to make things more visible
- Removed leftover include
- Code style fixes

See Pull Request #21
2012-11-04 21:44:24 +00:00
..
border-router.c cc2530dk: Border router example changes: 2012-11-04 21:44:24 +00:00
Makefile cc2530dk: Border router example changes: 2012-11-04 21:44:24 +00:00
Makefile.target New platform: TI cc2530 Development Kit 2012-03-23 14:41:07 +00:00
project-conf.h cc2530dk: Border router example changes: 2012-11-04 21:44:24 +00:00
README New platform: TI cc2530 Development Kit 2012-03-23 14:41:07 +00:00
slip-bridge.c cc2530dk: Border router example changes: 2012-11-04 21:44:24 +00: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 <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.