X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Fcc2420%2FTestPacketLink%2FREADME.txt;h=2a82684a34a87b70529606a680606590a0c2e476;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=51ab853436035bc0a59a8918f17e45901ee72be5;hpb=2c95e194e539a603888e691571a8fe946ea176e0;p=tinyos-2.x.git diff --git a/apps/tests/cc2420/TestPacketLink/README.txt b/apps/tests/cc2420/TestPacketLink/README.txt index 51ab8534..2a82684a 100644 --- a/apps/tests/cc2420/TestPacketLink/README.txt +++ b/apps/tests/cc2420/TestPacketLink/README.txt @@ -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 ] - Windows: java TestPacketLink [-comm ] +Tools: + + java TestPacketLink [-comm ] - If not specified, the defaults to sf@localhost:9001 or + If not specified, the 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$