Re: [Tinyos-help] receive () and ReceiveMsg.receive()

2010-11-13 Thread ¯`•._.•Lance•._.•´¯
hi wasif, Thanks for ur reply, But u never answer my Question. I am still dont' get it . Regards, lance On Fri, Nov 12, 2010 at 5:30 PM, wasif masood wrote: > > Receive: is for unicast and broadcast messages while snoop is for the > messages not addressed to you, this interface is no

Re: [Tinyos-help] receive () and ReceiveMsg.receive()

2010-11-12 Thread wasif masood
Receive: is for unicast and broadcast messages while snoop is for the messages not addressed to you, this interface is normally if you want to listening to what is going on in the network, just use snoop. On Fri, Nov 12, 2010 at 10:23 AM, (¯`•._.•Lance•._.•´¯) < steve1314...@gmail.com> wrote: >

[Tinyos-help] receive () and ReceiveMsg.receive()

2010-11-12 Thread ¯`•._.•Lance•._.•´¯
HI all, Is it true that interface ReceiveMsg can only receive the non multi-hop message? On the other way round receive() can only receive multi-hop message? if it is not true pls share with me your knowledge about it? let say to form a mesh-network ( multi-hop) , is there a