wiki:node-contiki

Version 8 (modified by ikram, 14 years ago) (diff)

--

Node-contiki

This guide describes how to setup an IPv6 tunnel and configure a Linux for routing traffic to and from a sensor network running Contiki and IPv6/6LoWPAN. This guide is best suited for Ubuntu Linux.

Table of Contents

  1. Introduction
  2. Operating System (ubuntu)
  3. Enabling connectivity between sensor network and IPv6 network
    1. Download Contiki-2.4
    2. Bridge overview

Introduction

This guide describes the steps how to program contiki-2.4 with sensei components to a node.

NOTE: The information related to the bridge and Contiki OS is taken from Contiki website and other Contiki related resources.

Operating System (ubuntu)

If you have fresh copy of Ubuntu operating system, to install msp430 tool chain perform the following steps. $ gksudo gedit /etc/apt/sources.list --> remove all # before source lists $ sudo ldconfig $ sudo apt-get update $ sudo apt-get install subversion wireshark radvd Download the (msp430-tmote-tools-contiki) folder from http://www.ee.oulu.fi/~ikram/ Install msp430-tools: sudo dpkg -i msp430tools-*.deb sudo nano /home/sensei/.profile export PATH=$PATH:/opt/msp430/bin:/opt/msp430/lib

Enabling connectivity between sensor network and IPv6 network

Download Contiki-2.4

Download Contiki 2.4 release source code (contiki-2.4.zip) from (http://www.sics.se/contiki/download.html) and extract it with a command: $ unzip contiki-2.4.zip

Bridge overview

setup

Attachments (8)

Download all attachments as: .zip