[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
- Previous message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Drip/tools Drip.java, 1.1, 1.2
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2
HPLSTUARTC.nc, NONE, 1.1 HPLSTUARTM.nc, NONE, 1.1 HPLUART.nc,
NONE, 1.1 HPLUARTC.nc, 1.1, 1.2 hardware.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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.
- Previous message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Drip/tools Drip.java, 1.1, 1.2
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2
HPLSTUARTC.nc, NONE, 1.1 HPLSTUARTM.nc, NONE, 1.1 HPLUART.nc,
NONE, 1.1 HPLUARTC.nc, 1.1, 1.2 hardware.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list