On Thu, Sep 4, 2008 at 7:23 AM, Funofnet funofnet <[EMAIL PROTECTED]> wrote:
> Hi all !
>
> I will be very thankful if someone explain to me intercept interface.
>
> As it is mentioned:
>
> The intercept interface signals that a message has been received, which is
> supposed to be forwarded to another destination.
>
> It returns TRUE if the packet should be forwarded, FALSE else.
>
> What I understood is : Intercept.forward returns FLASE if a node snoops a
> packet being transmitted.

Intercept.forward returns FALSE if a node snoops a packet and decides
that it should not forward the packet.

>
> To an additional clarification
>
> "A" sends a message to "B" (which can be a root or "A"'s parent)
>
> "C" is in the proximity of B or let's say in Tx range of the node A.
>
> "C" can probably hear the packet being transmitted by "A" and can also snoop
> it.
>
> "C" is not qualified to forward "A" msg, then its Intercept.forward returns
> FLASE consequently.
>
>
>
> It is true???????
>

Yes.

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

Reply via email to