Hi Miklos, Here is my connection:
PC ------------- IPBasetation (ttyUSB0 and 1) Router node (ID 100 or 0x64, running UDPEcho) | +------------------- RF230Sniffer (ttyUSB2 and 3) On IPbasestation: ================== The IP-driver start on the IPBasestation still has the old problem but I commented out the exit(2) line in configure_timeout() in serial_tun.c just to see what happens. Now the output becomes: >sudo driver/ip-driver /dev/ttyUSB1 57600 2010-03-31T09:34:26.921PST: INFO: Read config from 'serial_tun.conf' 2010-03-31T09:34:26.921PST: INFO: Using channel 15 2010-03-31T09:34:26.921PST: INFO: Retries: 5 2010-03-31T09:34:26.922PST: INFO: telnet console server running on port 6106 2010-03-31T09:34:26.923PST: INFO: created tun device: tun0 2010-03-31T09:34:32.034PST: FATAL: configuring interface failed! aborting, not existing! blip:wdli-lenovo> On RF230Sniffer: ================= 09:41:02 'r' 697388526 21122 27 [ 0x41 0x88 0xdb 0x22 0x00 0xff 0xff 0x64 0x00 0x03 0x94 0x3a 0xff 0x00 0x64 ] 20 09:41:02 'r' 697939865 48173 27 [ 0x41 0x88 0xdc 0x22 0x00 0xff 0xff 0x64 0x00 0x03 0x94 0x3a 0xff 0x00 0x64 ] 20 09:41:09 'r' 703669028 10169 27 [ 0x41 0x88 0xdd 0x22 0x00 0xff 0xff 0x64 0x00 0x03 0x94 0x3a 0xff 0x00 0x64 ] 21 09:41:10 'r' 704790918 17947 27 [ 0x41 0x88 0xde 0x22 0x00 0xff 0xff 0x64 0x00 0x03 0x94 0x3a 0xff 0x00 0x64 ] 21 09:41:20 'r' 713870445 53507 27 [ 0x41 0x88 0xdf 0x22 0x00 0xff 0xff 0x64 0x00 0x03 0x94 0x3a 0xff 0x00 0x64 ] 21 09:41:24 'r' 717502321 15366 27 [ 0x41 0x88 0xe0 0x22 0x00 0xff 0xff 0x64 0x00 0x03 0x94 0x3a 0xff 0x00 0x64 ] 21 09:41:33 'r' 726489350 23964 27 [ 0x41 0x88 0xe1 0x22 0x00 0xff 0xff 0x64 0x00 0x03 0x94 0x3a 0xff 0x00 0x64 ] 21 09:41:36 'r' 728755014 61403 27 [ 0x41 0x88 0xe2 0x22 0x00 0xff 0xff 0x64 0x00 0x03 0x94 0x3a 0xff 0x00 0x64 ] 21 I suspect the UDPEcho node router is ok. The problem is will with the ip driver. Thanks. David On Tue, Mar 30, 2010 at 11:49 AM, Miklos Maroti <[email protected]>wrote: > Hi David! > > In tinyos-2.x/apps/tests/rf230/RF230Sniffer there is an application > that will print out all messages. You can run that so we can see what > is going on. You have to change the makefile there to set the channel > to 15. Search the tinyos-help forum to see how to use the > RF230Sniffer. > > Miklos > > On Tue, Mar 30, 2010 at 7:27 PM, David Li <[email protected]> wrote: > > Hi, > > > > I am using tinyos2.x, Ubuntu 9.10 and Iris mote. > > > > Following the tutorial I have installed the IPBasestation and UDPEcho. > From > > the Ubuntu host, I can ping6 fec0::64 (the IPBasestation Edge router > > attached to the host). But I couldn't ping6 the note router that is > running > > UDPEcho. They both use Channel 15. > > > > Can anyone with Blip experience suggest how to debug this problem? > > > > -- > > Regards, > > > > - David > > > > _______________________________________________ > > Tinyos-help mailing list > > [email protected] > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > -- Regards, - David
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
