[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Drip README.txt,1.1,1.2

Gilman Tolle gtolle at users.sourceforge.net
Mon Feb 14 22:47:31 PST 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/Drip
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11214

Modified Files:
	README.txt 
Log Message:
fixed readme to match java tool

Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Drip/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README.txt	19 Jan 2005 00:01:19 -0000	1.1
--- README.txt	15 Feb 2005 06:47:13 -0000	1.2
***************
*** 61,72 ****
    Drip drip = new Drip(<drip channel ID>);
    MyMsg msg = new MyMsg();
!   drip.injectMsg(msg, MyMsg.DEFAULT_MESSAGE_SIZE);	
  
  Known Shortcomings:
  
! The Java tool does not notify the caller of injectMsg when the message
! has been injected. This will be corrected soon.
! 
! The injectMsg command must be given the size of the message.
  
  Email get at cs.berkeley.edu with any questions.
--- 61,69 ----
    Drip drip = new Drip(<drip channel ID>);
    MyMsg msg = new MyMsg();
!   drip.send(msg, MyMsg.DEFAULT_MESSAGE_SIZE);	
  
  Known Shortcomings:
  
! The send() command must be given the size of the message.
  
  Email get at cs.berkeley.edu with any questions.



More information about the Tinyos-beta-commits mailing list