Re: [Tinyos-help] send out packets using Tosbase

2007-10-19 Thread Jeongyeup Paek
First, when SG receives a packet and re-send it back to mote#2, you should modify the address field (TOS_MsgPtr->addr) to mote#1's addr. If that is not the problem, I think the problem might be where SG send the packet back to mote#2. Did you check (on mote#2) whether it ever receives a packet fr

[Tinyos-help] send out packets using Tosbase

2007-10-19 Thread 吳俊樺
We have a problem trying to send out packets using Tosbase. Basically, when we use TOSBase to send out packets by calling "call RadioSend.send(gpTxMsg);", the receiving end fails to receive the packet. Our setup is as follows: Mote#1 uses GenericComm to send out and receive packets, mote#2 is