Hi
I am using Tinyos 2.1.1 , ubuntu 10.04 and two telosb motes ( TPR 2400/2420
). I am following the tutorial for BLIP but I am unable to ping6 with the
node running UDPEcho. If fec0::1 is pinged , there is no reply but it does
seem to exist as otherwise it will give the error message "Network is
unreachable".
If anyone with BLIP experience can help out , much appreciated.

Regards

Faisal
Kingston University London.

 IP Driver

a...@asus:/opt/tinyos-2.1.1/support/sdk/c/blip$ sudo driver/ip-driver
/dev/ttyUSB0 telosb

 2010-10-24T11:13:37.966GMT: INFO: Read config from 'serial_tun.conf'

2010-10-24T11:13:37.966GMT: INFO: Using channel 15

2010-10-24T11:13:37.966GMT: INFO: Retries: 5

2010-10-24T11:13:37.967GMT: INFO: telnet console server running on port 6106


2010-10-24T11:13:37.969GMT: INFO: created tun device: tun0

2010-10-24T11:13:38.240GMT: INFO: interface device successfully initialized

2010-10-24T11:13:38.240GMT: INFO: starting radvd on device tun0

2010-10-24T11:13:40.700GMT: INFO: Starting to proxy for 0x1



 Serial Forwarder

the sf in sdk/c had an error

a...@asus:/opt/tinyos-2.1.1/support/sdk/c/sf$ ./bootstrap

mkdir: cannot create directory `config-aux': File exists

so i started the sf in sdk/cpp/sf/

a...@asus:/opt/tinyos-2.1.1/support/sdk/cpp/sf$ ./sf

>> Starting sf-control.

>> Accepting commands on standard input...

start 9002 /dev/ttyUSB0 115200

>> Trying to start sf-server with id = 1 ( port = 9002 , device =
/dev/ttyUSB0 , baudrate = 115200 )

 serial deqeue packet, empty: 1


 Pinging the IPbasestation works fine.

a...@asus:/opt/tinyos-2.1.1/support/sdk/c/blip$ ping6 fec0::64

PING fec0::64(fec0::64) 56 data bytes

64 bytes from fec0::64: icmp_seq=1 ttl=64 time=0.047 ms

64 bytes from fec0::64: icmp_seq=2 ttl=64 time=0.056 ms

64 bytes from fec0::64: icmp_seq=3 ttl=64 time=0.056 ms

64 bytes from fec0::64: icmp_seq=4 ttl=64 time=0.062 ms

64 bytes from fec0::64: icmp_seq=5 ttl=64 time=0.057 ms

64 bytes from fec0::64: icmp_seq=6 ttl=64 time=0.077 ms

^C

--- fec0::64 ping statistics ---

6 packets transmitted, 6 received, 0% packet loss, time 4996ms

rtt min/avg/max/mdev = 0.047/0.059/0.077/0.010 ms


Pinging UDPecho node fec0::1

a...@asus:/opt/tinyos-2.1.1/support/sdk/c/blip$ ping6 fec0::2

connect: Network is unreachable

a...@asus:/opt/tinyos-2.1.1/support/sdk/c/blip$ ping6 fec0::1

PING fec0::1(fec0::1) 56 data bytes

^C

--- fec0::1 ping statistics ---

20 packets transmitted, 0 received, 100% packet loss, time 19143ms


Router console

a...@asus:/opt/tinyos-2.1.1/support/sdk/c/blip$ telnet localhost 6106

Trying ::1...

Connected to localhost.

Escape character is '^]'.

Welcome to the blip console!

  blip:asus> links

 0x1[P]: dist: 1.0 reported: 2010-10-24T11:13:40.700GMT

 --> 0x64 [1.0]

  0x64[C]: dist: 0.0

  blip:asus> routes

 0x1: 0x64

 0x64:

blip:asus>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to