Changes between Version 15 and Version 16 of node-contiki


Ignore:
Timestamp:
Sep 16, 2010, 1:23:26 PM (14 years ago)
Author:
ikram
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v15 v16  
    6565
    6666{{{
    67 
    6867interface tap0 {
    6968     AdvSendAdvert on;
     
    8281     };
    8382};
    84 
    8583}}}
    8684
     
    1141122. Complete the following steps to install the gogoCLIENT from the source code:
    115113
    116  i. Retrieve the source code (*.tgz or *.zip) and decompress it to a temporary directory.
     114 1. Retrieve the source code (*.tgz or *.zip) and decompress it to a temporary directory.
    117115    /temp$ tar –xf  gw6c-6_0-RELEASE-src.tar
    118116
    119  i. Compile the gogoCLIENT.
     117 2. Compile the gogoCLIENT.
    120118     /temp/gw6c-6_0_1$ make all
    121119
    122  i. To install the gogoCLIENT in the /usr/local/gw6c directory with the necessary files, run the following command:
     120 3. To install the gogoCLIENT in the /usr/local/gw6c directory with the necessary files, run the following command:
    123121     /gw6c-6_0_1$ make installdir=/usr/local/gw6c install
    124122
    125  i. Executing the gogoCLIENT requires the files listed below:
     123 4. Executing the gogoCLIENT requires the files listed below:
    126124
    127125     * The gw6c binary file (gw6c) located in the bin directory.
     
    129127     * The template subdirectory containing the operating system scripts.
    130128
    131  i. In order to run the IPv6 tunnel as DNS, setup gw6c.conf file; the setting for the usr/local/gw6c/bin/gw6c.conf
     129 5. In order to run the IPv6 tunnel as DNS, setup gw6c.conf file; the setting for the usr/local/gw6c/bin/gw6c.conf
    132130
    133131Suppose we create an account with username.
     
    153151Whole gw6c.conf file is at the end of this document.
    154152
     153 6. Run the gw6c client
    155154
    156155