Changes between Version 58 and Version 59 of node-contiki


Ignore:
Timestamp:
Oct 7, 2010, 10:31:14 AM (14 years ago)
Author:
petsku
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v58 v59  
    2562561. If you do not have any one these packages, install them first.
    257257
    258 *$ sudo apt-get install g++ libssl-dev libxml2-dev
     258* $ sudo apt-get install g++ libssl-dev libxml2-dev
    259259
    2602602. Install socket++ library
    261261
    262 *$cd gateway/lib/Socket-2.3.7
    263 *gateway/lib/Sockets-2.3.7$ make clean
    264 *gateway/lib/Sockets-2.3.7$ make
    265 *gateway/lib/Sockets-2.3.7$ sudo make install
     262* $cd gateway/lib/Socket-2.3.7
     263* gateway/lib/Sockets-2.3.7$ make clean
     264* gateway/lib/Sockets-2.3.7$ make
     265* gateway/lib/Sockets-2.3.7$ sudo make install
    266266
    2672673. Disable IPv6 firewall
    268 *$sudo ip6tables –F
     268* $sudo ip6tables –F
    269269
    2702704. Compile gateway code
    271271
    272 *gateway$ make
    273 
    274 * In case of errors in the compilation process:
     272* gateway$ make
     273
     274* Note: in case of errors in the compilation process:
    275275{{{
    276276/gateway$ cd src/
     
    2922925. Run the SENSEI gateway.
    293293
    294 *gateway$ ./bin/sensei-gateway -p 8000 -s sensei-oulu.broker.freenet6.net -d oulu.fi -w island
     294* gateway$ ./bin/sensei-gateway -p 8000 -s sensei-oulu.broker.freenet6.net -d oulu.fi -w island
    295295
    2962966. Leave gateway running in the terminal. Turn on the node(s) that you programmed in Section 3.5. Node sends its resource description after it receives router advertisements. This time depends on radvd.conf settings, in this tutorial it was set between 3 and 5 seconds. Gateway prints the resource description when it is received.