Changes between Version 91 and Version 92 of node-contiki


Ignore:
Timestamp:
Oct 20, 2010, 7:38:54 AM (14 years ago)
Author:
petsku
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v91 v92  
    197197It is assumed that the bridge is working as a background process on the system. Do the following steps to run the gateway.
    198198
    199 1. If you do not have any one these packages, install them first.
     1991. If you do not have these packages installed, install them first.
    200200
    201201* $ sudo apt-get install g++ libssl-dev libxml2-dev
    202202
    203 2. Install socket++ library.
     2032. Download the SenseiGateway.tgz package ( https://svn-batch.grid.pub.ro/svn/Sensei-Cookbook/).
     204
     2053. Extract the SenseiGateway.tgz package.
     206
     207* $ tar -xzf SenseiGateway.tgz
     208
     2094. Install socket++ library.
    204210
    205211* $cd gateway/lib/Socket-2.3.7
     
    208214* gateway/lib/Sockets-2.3.7$ sudo make install
    209215
    210 3. Disable IPv6 firewall.
     2165. Disable IPv6 firewall.
    211217* $sudo ip6tables –F
    212218
    213 4. Compile gateway code.
     2196. Compile gateway code.
    214220
    215221* gateway$ make
     
    233239}}}
    234240
    235 5. Run the SENSEI gateway.
     2417. Run the SENSEI gateway.
    236242
    237243* gateway$ ./bin/sensei-gateway -p 8000 -s sensei-oulu.broker.freenet6.net -d oulu.fi -w island
    238244
    239 6. Leave gateway running to the terminal.
     2458. Leave gateway running to the terminal.
    240246
    241247== Test the SENSEI components over the Web ==