[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep124.txt,1.11,1.12
Omprakash Gnawali
gnawali at users.sourceforge.net
Sun Feb 8 11:54:18 PST 2009
Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32652
Modified Files:
tep124.txt
Log Message:
finalize
Index: tep124.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep124.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** tep124.txt 7 Feb 2009 22:57:46 -0000 1.11
--- tep124.txt 8 Feb 2009 19:54:16 -0000 1.12
***************
*** 6,11 ****
:Group: Network Protocol Working Group
:Type: Documentary
! :Status: Draft
! :TinyOS-Version: 2.x
:Author: Omprakash Gnawali
--- 6,11 ----
:Group: Network Protocol Working Group
:Type: Documentary
! :Status: Final
! :TinyOS-Version: > 2.1
:Author: Omprakash Gnawali
***************
*** 35,39 ****
compute the routes. Nodes can estimate the quality of the in-bound
link from a neighbor by estimating the ratio of successfully received
! messages and the total transmitted messages. LEEP appends in-bound
packet reception rate (PRR) estimates to packets. Other nodes hearing
these packets can combine the in-bound PRR values with their own
--- 35,39 ----
compute the routes. Nodes can estimate the quality of the in-bound
link from a neighbor by estimating the ratio of successfully received
! messages to the total transmitted messages. LEEP appends in-bound
packet reception rate (PRR) estimates to packets. Other nodes hearing
these packets can combine the in-bound PRR values with their own
***************
*** 55,59 ****
quality is a value in the range of 0 to 255 that describes the quality
of the link from A to B estimated by B as the ratio of successfully
! received and all packets transmitted by A. Thus, in-bound link quality
is the empirical probability that a packet will be successfully
received on a given link. A value of 255 represents a probability of 1
--- 55,59 ----
quality is a value in the range of 0 to 255 that describes the quality
of the link from A to B estimated by B as the ratio of successfully
! received to all packets transmitted by A. Thus, in-bound link quality
is the empirical probability that a packet will be successfully
received on a given link. A value of 255 represents a probability of 1
More information about the Tinyos-2-commits
mailing list