Changes between Version 17 and Version 18 of node-contiki


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

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v17 v18  
    152152
    153153 6. Run the gw6c client
     154* /usr/local/gw6c/bin$ sudo ./gw6c
     155This command let the bridge run in the background process. You can open new terminal to program the node with the sensei-application.
     156
     1577. To verify whether the gw6c created another interface with IPv6 address; use the command
     158* $ifconfig -> The output should be similar to this:
     159{{{
     160tun     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 
     161          inet6 addr: 2001:5c0:1400:b::6213/128 Scope:Global
     162          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1280  Metric:1
     163          RX packets:53 errors:0 dropped:0 overruns:0 frame:0
     164          TX packets:47 errors:0 dropped:0 overruns:0 carrier:0
     165          collisions:0 txqueuelen:500
     166          RX bytes:3048 (3.0 KB)  TX bytes:2632 (2.6 KB)
     167}}}
     168
     1698. Verify that a domain name corresponds to IPv6 address
     170
     171* $ nslookup 2001:5c0:1400:b::6213
     172
     173In this case, output should give sensei-oulu.broker.freenet6.net -address
     174
     175***Note: The tun is the IPv6 interface with the global address, which provide IPv6 interface to access the external world: [2001:5c0:1400:b::6213]
     176
     177== Download the Code from SVN ==
    154178
    155179
     
    161185
    162186
    163 
    164