Changes between Version 25 and Version 26 of node-contiki


Ignore:
Timestamp:
Sep 21, 2010, 9:31:35 AM (14 years ago)
Author:
ikram
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v25 v26  
    1616If you have fresh copy of Ubuntu operating system, to install msp430 tool chain perform the
    1717following steps.
     18
    1819$ gksudo gedit /etc/apt/sources.list --> remove all # before source lists
     20
    1921$ sudo ldconfig
     22
    2023$ sudo apt-get update
     24
    2125$ sudo apt-get install subversion wireshark radvd
     26
    2227Download the (msp430-tmote-tools-contiki) folder from [http://www.ee.oulu.fi/~ikram/]
    2328{{{
     
    113118II. Complete the following steps to install the gogoCLIENT from the source code:
    114119
    115  1. Retrieve the source code (*.tgz or *.zip) and decompress it to a temporary directory.
     1201. Retrieve the source code (*.tgz or *.zip) and decompress it to a temporary directory.
    116121    /temp$ tar –xf  gw6c-6_0-RELEASE-src.tar
    117122
    118  2. Compile the gogoCLIENT.
     1232. Compile the gogoCLIENT.
    119124     /temp/gw6c-6_0_1$ make all
    120125
    121  3. To install the gogoCLIENT in the /usr/local/gw6c directory with the necessary files, run the following command:
     1263. To install the gogoCLIENT in the /usr/local/gw6c directory with the necessary files, run the following command:
    122127     /gw6c-6_0_1$ make installdir=/usr/local/gw6c install
    123128
    124  4. Executing the gogoCLIENT requires the files listed below:
     1294. Executing the gogoCLIENT requires the files listed below:
    125130
    126131     * The gw6c binary file (gw6c) located in the bin directory.
     
    128133     * The template subdirectory containing the operating system scripts.
    129134
    130  5. In order to run the IPv6 tunnel as DNS, setup gw6c.conf file; the setting for the usr/local/gw6c/bin/gw6c.conf
     1355. In order to run the IPv6 tunnel as DNS, setup gw6c.conf file; the setting for the usr/local/gw6c/bin/gw6c.conf
    131136
    132137Suppose we create an account with username.
     
    152157Whole gw6c.conf file is at the end of this document.
    153158
    154  6. Run the gw6c client
     1596. Run the gw6c client
    155160* /usr/local/gw6c/bin$ sudo ./gw6c
    156161This command let the bridge run in the background process. You can open new terminal to program the node with the sensei-application.
     
    192197
    193198
    194 == Program TmoteSky node with contiki-2.4 and sensei components ==
     199== Program Tmote Sky node with contiki-2.4 and sensei components ==
    195200
    1962011. Download and install Contiki-2.4 as instructed in Section 3.1