]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/PacketParrot/README.txt
Bugfix. Now works with MicaZ nodes as the PacketParrot
[tinyos-2.x.git] / apps / tutorials / PacketParrot / README.txt
index ca228f16deef6eac14d413f9c1c6f13f45ccf861..57d8e2158e1ef7a99ee95e5aa25e7c50d5f8f72a 100644 (file)
@@ -10,18 +10,18 @@ Description:
 
   PacketParrot demonstrates use of LogWrite and LogRead abstractions.
   A node writes received packets to a circular log and retransmits the
-  logged packets (or at least the part of the packets above the AM
+  logged packets (or at least the parts of the packets above the AM
   layer) when power cycled.
 
   The application logs packets it receives from the radio to flash.
-  On a subsequent power cycle, the application transmits logged
+  On a subsequent power cycle, the application transmits any logged
   packets, erases the log, and then continues to log packets again.
   The red LED is on when the log is being erased.  The blue (yellow)
-  LED turns on when a packets is received and turns off when a packet 
-  has been logged.  The blue (yellow) LED remains on when packets are 
-  being received but are not logged (because the log is being erased).  
-  The green LED flickers rapidly after a power cycle when logged 
-  packets are transmitted.
+  LED turns on when a packet is received and turns off when a packet
+  has been logged successfully.  The blue (yellow) LED remains on when
+  packets are being received but are not logged (because the log is
+  being erased).  The green LED flickers rapidly after a power cycle
+  when logged packets are transmitted.
 
   To use this application:
 
@@ -54,5 +54,5 @@ Tools:
 
 Known bugs/limitations:
 
-  Only works on motes with the CC2420 radio.  Known to work with
-  TelosB and Tmote nodes but currently flaky on the MicaZ nodes.
+  Only works on motes with the CC2420 radio.  Tested and verified with
+  TelosB, Tmote, and MicaZ nodes.