[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/TxThroughput 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/TxThroughput
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20286/TxThroughput

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/TxThroughput/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README.txt	10 Jul 2007 17:56:37 -0000	1.2
--- README.txt	16 Jul 2008 18:09:49 -0000	1.3
***************
*** 1,17 ****
  
  This application is used more for characterization rather than a test.
  It measures the maximum radio throughput using the largest message payload 
  size, and does not use low power listening.
  
! 
! Install:
  Compile and install this application to one mote. Leave the mote connected
  to the computer.
  
! Expectations:
  Led1 will toggle as each message is transmitted.  Once a second, the mote
! will send a packet through the serial port to the computer.  Run the
! TxThroughput java application:
  
    Linux: java TxThroughput.class [-comm <packetsource>]
    Windows: java TxThroughput [-comm <packetsource>]
--- 1,22 ----
  
+ Author/Contact: tinyos-help at millennium.berkeley.edu
+ 
+ Description:
+ 
  This application is used more for characterization rather than a test.
  It measures the maximum radio throughput using the largest message payload 
  size, and does not use low power listening.
  
! INSTALL
  Compile and install this application to one mote. Leave the mote connected
  to the computer.
  
! EXPECTATIONS
  Led1 will toggle as each message is transmitted.  Once a second, the mote
! will send a packet through the serial port to the computer.  
  
+ Tools:
+ 
+ Run the TxThroughput java application:
    Linux: java TxThroughput.class [-comm <packetsource>]
    Windows: java TxThroughput [-comm <packetsource>]
***************
*** 25,26 ****
--- 30,36 ----
  [Packets/s]: 124;  [(Payload Bytes)/s]: 3472
  
+ Known bugs/limitations:
+ 
+ None.
+ 
+ $Id$



More information about the Tinyos-2-commits mailing list