[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/RssiToSerial README.txt, 1.1, 1.2

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/RssiToSerial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20286/RssiToSerial

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/RssiToSerial/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README.txt	10 Jul 2007 17:53:14 -0000	1.1
--- README.txt	16 Jul 2008 18:09:49 -0000	1.2
***************
*** 1,3 ****
--- 1,7 ----
  
+ Author/Contact: tinyos-help at millennium.berkeley.edu
+ 
+ Description:
+ 
  This is more of a general demonstration than a test.
  
***************
*** 20,27 ****
  
  
! Java Application Usage:
!   Linux: java SpecAnalyzer.class [-comm <packetsource>]
!   Windows: java SpecAnalyzer [-comm <packetsource>]
  
!   If not specified, the <packetsource> defaults to sf at localhost:9001 or
    to your MOTECOM environment variable (if defined).
--- 24,36 ----
  
  
! Tools:
!   java SpecAnalyzer [-comm <packetsource>]
  
!   If not specified, the <packetsource> defaults to sf at localhost:9002 or
    to your MOTECOM environment variable (if defined).
+ 
+ Known bugs/limitations:
+ 
+ None.
+ 
+ $Id$



More information about the Tinyos-2-commits mailing list