]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/cc2420/TestPacketLink/README.txt
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / tests / cc2420 / TestPacketLink / README.txt
index 51ab853436035bc0a59a8918f17e45901ee72be5..2a82684a34a87b70529606a680606590a0c2e476 100644 (file)
@@ -1,9 +1,13 @@
+README for TestPacketLink
+Author/Contact: tinyos-help@millennium.berkeley.edu
+
+Description:
 
 Test the effectiveness of the PacketLink layer
 
 INSTALL
-  Transmitter == 1, 2, 3, 4, or 5 (up to MAX_TRANSMITTERS)
-  Receiver == 0, plugged into the computer
+  Transmitter: id == 1, 2, 3, 4, or 5 (up to MAX_TRANSMITTERS)
+  Receiver: id == 0, plugged into the computer
 
 EXPECTATIONS
    Transmitter (ID not 0) -
@@ -21,9 +25,18 @@ EXPECTATIONS
      reaction.
 
 
-Java Application Usage:
-  Linux: java TestPacketLink.class [-comm <packetsource>]
-  Windows: java TestPacketLink [-comm <packetsource>]
+Tools:
+
+  java TestPacketLink [-comm <packetsource>]
 
-  If not specified, the <packetsource> defaults to sf@localhost:9001 or
+  If not specified, the <packetsource> defaults to sf@localhost:9002 or
   to your MOTECOM environment variable (if defined).
+
+  This application will report dropped and duplicate packets as seen on
+  the receiver.
+
+Known bugs/limitations:
+
+None.
+
+$Id$