Hi,

>> To understand better about the CTP protocol, could someone explain what
can be possible effects of the “etx” bug fixed
>> recently (Sep 21,2009) in CtpRoutingEngine and CtpRoutingPacket if we do
not commit the fix in our code. I just want to
>> understand the misbehavior that the bug can cause (if not fixed) in the
network??
CtpRoutingPacket interface is implemented by CtpRoutingEngineP, and as far
as i know, no other module uses this implementation. CtpRoutingEngineP
uses implemetations of this interface but it even do
not use  CtpRoutingPacket .getEtx() function. Thus, i think this bug,
technically does not cause misbehabiour for the time being. But, in case
CtpRoutingPacket .getEtx()  is used somewhere (in the future), it could
cause misbehaviour if it wasn't fixed.


--
Mehmet Akif Antepli


On Tue, Sep 22, 2009 at 4:37 AM, Varun Jain <[email protected]> wrote:

>  Hi,
>
> If I want to know that a node has been turned off in the network, is there
> a way that the neighbor nodes can inform it?? I know there is an application
> called “Antitheft” which uses sensors to do that but I do not want to use
> sensors, I want to use the routing information available with the
> neighboring nodes to inform this. I was thinking if it can be done from
> within the CtpRoutingEngine????
>
>
>
> To understand better about the CTP protocol, could someone explain what can
> be possible effects of the “etx” bug fixed recently (Sep 21,2009) in
> CtpRoutingEngine and CtpRoutingPacket if we do not commit the fix in our
> code. I just want to understand the misbehavior that the bug can cause (if
> not fixed) in the network??
>
>
>
> Thanks,
>
> Varun Jain
>
>
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to