Changes between Version 1 and Version 2 of node-contiki


Ignore:
Timestamp:
Sep 16, 2010, 12:24:13 PM (14 years ago)
Author:
ikram
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v1 v2  
    66[[PageOutline(2-3,Table of Contents,inline)]]
    77== Introduction ==
     8
     9This guide describes the steps how to program contiki-2.4 with sensei components to a node.
     10
     11NOTE: The information related to the bridge and Contiki OS is taken from Contiki website
     12and other Contiki related resources.
     13
     14== Operating System (ubuntu) ==
     15
     16If you have fresh copy of Ubuntu operating system, to install msp430 tool chain perform the
     17following steps.
     18$ gksudo gedit /etc/apt/sources.list --> remove all # before source lists
     19$ sudo ldconfig
     20$ sudo apt-get update
     21$ sudo apt-get install subversion wireshark radvd
     22Download the (msp430-tmote-tools-contiki) folder from [http://www.ee.oulu.fi/~ikram/]
     23Install msp430-tools:
     24sudo dpkg -i msp430tools-*.deb
     25sudo nano /home/sensei/.profile
     26export PATH=$PATH:/opt/msp430/bin:/opt/msp430/lib
     27
     28== Enabling connectivity between sensor network and IPv6 network ==
     29