Changes between Version 14 and Version 15 of node-contiki


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

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v14 v15  
    4848net.ipv6.conf.default.forwarding=1
    4949
    50 Reboot / logout and login back on the system
     50Reboot/logout and login back on the system
    5151
    5252==== Build a bridge ====
     
    115115
    116116 i. Retrieve the source code (*.tgz or *.zip) and decompress it to a temporary directory.
    117 
    118117    /temp$ tar –xf  gw6c-6_0-RELEASE-src.tar
    119118
    120 
    121119 i. Compile the gogoCLIENT.
    122 
    123120     /temp/gw6c-6_0_1$ make all
    124121
    125122 i. To install the gogoCLIENT in the /usr/local/gw6c directory with the necessary files, run the following command:
    126 
    127 /gw6c-6_0_1$ make installdir=/usr/local/gw6c install
     123     /gw6c-6_0_1$ make installdir=/usr/local/gw6c install
    128124
    129125 i. Executing the gogoCLIENT requires the files listed below:
     
    136132
    137133Suppose we create an account with username.
    138  
     134
     135{{{ 
    139136username: sensei-oulu
    140137password: *******
     138}}}
    141139
    142140$ sudo nano gw6c.conf
    143141
    144142Change the following configurations:
     143{{{
     144
    145145userid=sensei-oulu
    146146passwd=*******
    147147server=authenticated.freenet6.net
    148148auth_method=any
     149}}}
     150
    149151Other configurations: leave as default
    150152