Hi all,

I want to send messages using LQIMultiHop library in tinyos-1.x on TelosB
motes. I programmed motes with app/SurgeTelos, but the motes does not
forward received messages. I checked MultiHopEngineM.nc and found that in
ReceiveMsg.receive() function, there is a line that contains

"if (pMsg->addr == TOS_LOCAL_ADDRESS)"

and when the condition is true, mote will forward the received message.
But I am a bit confused now! Why this condition should be true? If
pMsg->addr equals to mote local address, doesn't it mean that the message
is for that specific mote which received the message and should not be
forwarded?

Please help. It's urgent :(

-- 
Regards,
Hamidreza Hosseini
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to