]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/txt/tep124.txt
Assorted TEP updates.
[tinyos-2.x.git] / doc / txt / tep124.txt
index ab5c8c595370548d1b357248212ac56717ee54d3..325e48b2807f0b8186d4c57ca465309a5864716e 100644 (file)
@@ -34,10 +34,10 @@ links to the neighbors.
 Routing protocols often require bi-directional link qualities to
 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. These in-bound link
-qualities are exchanged among the neighbors using LEEP to determine
-the out-bound link qualities. Bi-directional link quality is computed
-using thus learned in-bound and out-bound link qualities.
+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
+in-bound values to compute bi-directional link quality.
 
 2. Definitions
 ============================================================================
@@ -45,11 +45,13 @@ using thus learned in-bound and out-bound link qualities.
 2.1 Link Quality
 --------------------------------------------------------------------
 
-Quality of the link between any two nodes describes the probability
-with which data link layer packets can be received without any
-error. This definition assumes uncorrelated link losses. The link
-between the nodes A and B may have different quality in A to B and B
-to A directions.
+The link quality between a directed node pair (A,B) is the probability
+that a packet transmitted by A will be successfully received by B. The
+bidirectional link quality of an undirected node pair (A,B) is the 
+product of the link quality of (A,B) and (B,A). This definition
+assumes independent link losses. It also includes the case when
+the link quality of (A,B) and (B,A) are different; this can occur
+due to local interference or noise.
 
 2.2 In-bound Link Quality
 --------------------------------------------------------------------