]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/tkn154/nonbeacon-enabled/TestIndirectData/README.txt
Updated all READMEs with an extra section that describes how a successful test is...
[tinyos-2.x.git] / apps / tests / tkn154 / nonbeacon-enabled / TestIndirectData / README.txt
index ab726cb3f8557bd72df73c985a5f59ac76ef4b6e..b91a58085c32cbac29eaa96543fb0502fc9c4f94 100644 (file)
@@ -4,25 +4,17 @@ Author/Contact: tinyos-help@millennium.berkeley.edu
 Description:
 
 In this application one node takes the role of a PAN coordinator in a
-nonbeacon-enabled 802.15.4 PAN; it switches its radio to receive mode and
-creates a packet which is addressed to the predefined address of the device.
-This packet is marked as indirect transmissions, therefore queued and sent only
-after explicit poll of the device.  After a successful transmission another
-packet is created after a definite time.
-
-A second node acts as the device; it switches to the pre-defined channel and
-polls the coordinator in predefined intervals for outstanding indirect
+nonbeacon-enabled 802.15.4 PAN, every 3 seconds it sends a packet to a device
+using indirect transmission (i.e. the packet is buffered until it is polled by
+the device). A second node acts as the device, it switches to the pre-defined
+channel and polls the coordinator every 1 second for outstanding indirect
 transmissions.
 
-A few basic parameters of this example can be adjusted through the
-'app_profile.h' file.
+Criteria for a successful test:
 
-Leds: On the coordinator the second LED (Telos: green) flashes whenever a
-packet for an indirect transmission is created and queued.  When this packet
-has not been polled by the device within the transaction time, the packet is
-discarded which is displayed by the first led (Telos: red). On the device the
-third LED (Telos: blue) flashes when after a poll of the coordinator an
-indirect transmission arrives.
+Assuming one coordinator and one device has been installed, the coordinator
+should briefly flash the second LED every 3 seconds. The device should briefly
+flash its third LED every 1 second. 
 
 
 Tools: NONE