[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/TestPacketLink README.txt, 1.2, 1.3
David Gay
idgay at users.sourceforge.net
Wed Jul 16 11:09:51 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/TestPacketLink
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20286/TestPacketLink
Modified Files:
README.txt
Log Message:
match expected format
clarify
java foo.class doesn't always work on Linux anymore, just assume that
users (correctly) have . in their CLASSPATH
Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/TestPacketLink/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README.txt 24 Jun 2008 20:40:21 -0000 1.2
--- README.txt 16 Jul 2008 18:09:49 -0000 1.3
***************
*** 1,8 ****
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
EXPECTATIONS
--- 1,12 ----
+ Author/Contact: tinyos-help at millennium.berkeley.edu
+
+ Description:
+
Test the effectiveness of the PacketLink layer
INSTALL
! Transmitter: id == 1, 2, 3, 4, or 5 (up to MAX_TRANSMITTERS)
! Receiver: id == 0, plugged into the computer
EXPECTATIONS
***************
*** 22,28 ****
! Java Application Usage:
! Linux: java TestPacketLink.class [-comm <packetsource>]
! Windows: java TestPacketLink [-comm <packetsource>]
If not specified, the <packetsource> defaults to sf at localhost:9001 or
--- 26,32 ----
! Tools:
!
! java TestPacketLink [-comm <packetsource>]
If not specified, the <packetsource> defaults to sf at localhost:9001 or
***************
*** 31,32 ****
--- 35,42 ----
This application will report dropped and duplicate packets as seen on
the receiver.
+
+ Known bugs/limitations:
+
+ None.
+
+ $Id$
More information about the Tinyos-2-commits
mailing list