[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/SystemCore/java/net/tinyos/hello
HelloPing.java, 1.7, 1.8
Gilman Tolle
gtolle at users.sourceforge.net
Mon Sep 20 20:57:55 PDT 2004
Update of /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/java/net/tinyos/hello
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23049/java/net/tinyos/hello
Modified Files:
HelloPing.java
Log Message:
* MultiHopRSSI will now use the LQI indicator available on the CC2420
radio. This may suggest a name change. Any suggestions?
* The MultiHopRSSI tree construction message now can have a
user-settable period. It's included in the message.
Index: HelloPing.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/java/net/tinyos/hello/HelloPing.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** HelloPing.java 26 Aug 2004 02:04:56 -0000 1.7
--- HelloPing.java 21 Sep 2004 03:57:53 -0000 1.8
***************
*** 41,45 ****
while(true) {
try {
-
Thread.currentThread().sleep(4096+1024);
System.exit(0);
--- 41,44 ----
More information about the Tinyos-beta-commits
mailing list