Changes between Version 53 and Version 54 of node-contiki


Ignore:
Timestamp:
Oct 7, 2010, 9:44:05 AM (14 years ago)
Author:
petsku
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v53 v54  
    223223#define MAC_CONF_DRIVER sicslowmac_driver[[BR]]
    224224
    225 5. Copy sensei-example/ folder from svn (node-contiki/examples/sensei-example) to
    226 contiki-2.4/examples/
     2255. Copy sensei-example/ folder from svn (node-contiki/examples/sensei-example) to contiki-2.4/examples/
    227226
    228227* /Sensei-WP5$ cp -r node-contiki/examples/sensei-example ../contiki2.4/examples/
     
    2552541. If you do not have any one these packages, install them first.
    256255
    257 $ sudo apt-get install g++ libssl-dev libxml2-dev
     256*$ sudo apt-get install g++ libssl-dev libxml2-dev
    258257
    2592582. Install socket++ library
    260259
    261 $ cd gateway/lib/Socket-2.3.7
    262 gateway/lib/Sockets-2.3.7$ make clean
    263 gateway/lib/Sockets-2.3.7$ make
    264 gateway/lib/Sockets-2.3.7$ sudo make install
     260*$cd gateway/lib/Socket-2.3.7
     261*gateway/lib/Sockets-2.3.7$ make clean
     262*gateway/lib/Sockets-2.3.7$ make
     263*gateway/lib/Sockets-2.3.7$ sudo make install
    265264
    2662653. Disable IPv6 firewall
    267 $ sudo ip6tables –F
     266*$sudo ip6tables –F
    268267
    2692684. Compile gateway code
    270269
    271 gateway$ make
     270*gateway$ make
    272271
    273272* In case of errors in the compilation process:
     
    2912905. Run the SENSEI gateway.
    292291
    293 gateway$ ./bin/sensei-gateway -p 8000 -s sensei-oulu.broker.freenet6.net -d oulu.fi -w island
     292*gateway$ ./bin/sensei-gateway -p 8000 -s sensei-oulu.broker.freenet6.net -d oulu.fi -w island
    294293
    2952946. 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.