Changes between Version 64 and Version 65 of node-contiki


Ignore:
Timestamp:
Oct 7, 2010, 10:59:31 AM (14 years ago)
Author:
petsku
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v64 v65  
    1111== Operating system (Ubuntu) ==
    1212
    13 If you have fresh copy of Ubuntu operating system, install the following packets.
    14 
    15 * $ sudo apt-get install subversion wireshark radvd
    16 
    17 Download the (msp430-tmote-tools-contiki) folder from [http://www.ee.oulu.fi/~ikram/]
    18 {{{
    19 Install msp430-tools:
    20 sudo dpkg -i msp430tools-*.deb
    21 sudo nano /home/sensei/.profile
    22 export PATH=$PATH:/opt/msp430/bin:/opt/msp430/lib
    23 }}}
     131. Install the following packets.
     14
     15* $ sudo apt-get install subversion radvd
     16
     172. Download the (msp430-tmote-tools-contiki) folder from [http://www.ee.oulu.fi/~ikram/]
     18
     193. Install msp430-tools.
     20
     21* sudo dpkg -i msp430tools-*.deb
     22
     234. Open .profile file with superuser privileges
     24
     25* $ sudo nano /home/sensei/.profile
     26
     275. Add the following line to the end of .profile file.
     28* export PATH=$PATH:/opt/msp430/bin:/opt/msp430/lib
     29
    2430== Enabling connectivity between sensor network and IPv6 network ==
    2531