]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/cc2420/TestPacketLink/README.txt
match expected format
[tinyos-2.x.git] / apps / tests / cc2420 / TestPacketLink / README.txt
index 216ee7b3d4ddc95eddaddc9d46e635799877c5bf..d41ce7ee71dd82c582c6d677de9a46f29c42e5d3 100644 (file)
@@ -1,9 +1,13 @@
 
+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,12 +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
   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$