Hi all,

I set up a simple network: node 2 -> node 1 -> node 0, but whenever node 2
sends packets explicitly to node 1, node 0 gets the packet directly from
node 2, thus resulting in duplicated packets in the base node. I'm using
TMotes and the following code to send:

if ((call SendMsg.send(dest,sizeof(MacMsg),&gMacMsgBuffer)) != SUCCESS){
              atomic gfSendBusy = FALSE;
           }

I'm positively sure that the value of dest is 1, but somehow node 0 gets the
packet directly from node 2. Btw, I'm NOT using any multihop routing
component. Any idea of what I might be doing wrong???

Thank you in advance,

Luis Palafox



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

Reply via email to