Hi There has been a little progress, I have received one packet back from ping6 fec0::1, but there is still 99% packet loss. Any ideas are welcome.
Regards Faisal a...@asus:/opt/tinyos-2.1.1/support/sdk/c/blip$ sudo driver/ip-driver /dev/ttyUSB0 telosb 2010-10-24T12:35:13.494GMT: INFO: Read config from 'serial_tun.conf' 2010-10-24T12:35:13.495GMT: INFO: Using channel 15 2010-10-24T12:35:13.495GMT: INFO: Retries: 5 2010-10-24T12:35:13.495GMT: INFO: telnet console server running on port 6106 2010-10-24T12:35:13.499GMT: INFO: created tun device: tun0 2010-10-24T12:35:13.772GMT: INFO: interface device successfully initialized 2010-10-24T12:35:13.773GMT: INFO: starting radvd on device tun0 2010-10-24T12:35:19.413GMT: INFO: Starting to proxy for 0x1 2010-10-24T12:37:01.389GMT: INFO: VTY: new connection accepted from ::1 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 --- 17 packets transmitted, 0 received, 100% packet loss, time 16118ms a...@asus:/opt/tinyos-2.1.1/support/sdk/c/blip$ ping6 fec0::1 PING fec0::1(fec0::1) 56 data bytes 64 bytes from fec0::1: icmp_seq=19 ttl=65 time=77.9 ms ^C --- fec0::1 ping statistics --- 241 packets transmitted, 1 received, 99% packet loss, time 241895ms rtt min/avg/max/mdev = 77.955/77.955/77.955/0.000 ms blip:asus> routes 0x1: 0x64 0x64: blip:asus> links 0x1[P]: dist: 1.0 reported: 2010-10-24T12:35:38.534GMT --> 0x64 [1.0] 0x64[C]: dist: 0.0 Message: 4 > Date: Sun, 24 Oct 2010 11:45:15 +0100 > From: faisal <[email protected]> > Subject: [Tinyos-help] blip help > To: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > 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> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20101024/611b68e0/attachment.htm > > ------------------------------ > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > End of Tinyos-help Digest, Vol 90, Issue 65 > ******************************************* >
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
