Changes between Version 26 and Version 27 of node-contiki


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

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v26 v27  
    108108To setup the IPv6 tunnel, there are following steps needs to be performed:
    109109
    110 I. Create an account on the [http://gogonet.gogo6.com] to access the Greenet6 website. follow the link: [http://gogonet.gogo6.com/page/freenet6-tunnelbrokerdownloadthegogoCLIENT]
    111 
    112 * To get a static IPv6 address or get a /56 network you need to get an account on the Freenet6 server. Create your account at this page:
     110Create an account on the [http://gogonet.gogo6.com] to access the Greenet6 website. follow the link: [http://gogonet.gogo6.com/page/freenet6-tunnelbrokerdownloadthegogoCLIENT]
     111
     112To get a static IPv6 address or get a /56 network you need to get an account on the Freenet6 server. Create your account at this page:
    113113[http://gogonet.gogo6.com/page/freenet6-registration]. Remember that this username and password can be used in go6.conf file, when we setting the ipv6 tunnel.
    114114
    115 * Download the gogoCLIENT for your System, In our case we have Ubuntu so download the Client 6.0 Source Code (Linux/Unix/MacOS/BSD). http://gogonet.gogo6.com/page/download-1
    116 * Follow the HEX_DC_0005_Gateway6_Client_Guide (PDF) (page-61) contained in the gw6c package for the installation on your ubuntu machine. But for simplicity the steps are as follow.
    117 
    118 II. Complete the following steps to install the gogoCLIENT from the source code:
     115Download the gogoCLIENT for your System, In our case we have Ubuntu so download the Client 6.0 Source Code (Linux/Unix/MacOS/BSD). http://gogonet.gogo6.com/page/download-1
     116
     117Follow the HEX_DC_0005_Gateway6_Client_Guide (PDF) (page-61) contained in the gw6c package for the installation on your ubuntu machine. But for simplicity the steps are as follow.
     118
     119Complete the following steps to install the gogoCLIENT from the source code:
    119120
    1201211. Retrieve the source code (*.tgz or *.zip) and decompress it to a temporary directory.
     
    304305* In case of errors in the compilation process:
    305306{{{
    306         /gateway$ cd src/
    307         /gateway/src/$ nano Makefile
     307/gateway$ cd src/
     308/gateway/src/$ nano Makefile
    308309
    309310>> Remove local/ from libxml2 path: Change
     
    313314to
    314315
    315 INCLUDES = -I/usr/local/include/Sockets -I./plugin-skeleton -I./libBWS
    316 -I/usr/include/libxml2
     316INCLUDES = -I/usr/local/include/Sockets -I./plugin-skeleton -I./libBWS -I/usr/include/libxml2
    317317}}}
    318318