[Tinyos-help] Boomerang Help With TimeStamping.nc

2006-06-03 Thread Preethi Naveen
Hello, I am trying to use TimeStamping.nc in my application to timestamp all the received packets. I have wired this to CC2420TimeStampingC. However, while compiling, i get an error saying that component CC2420TimeStampingC not found. Can anyone help me Naveen

[Tinyos-help] Who knows how the tinyos-tools package detects the java? and why appear can not find the /usr/local/bin/locate-jre?

2006-06-03 Thread 泽 江
Hello, everyone: Anyone who can tell me the how the tinyos-tools package dectects the java path? I have tried the IBM JDK 1.5.0-2 ,IBM JDK 1.4.2-5 and SUN j2sdk-1_4_2_12, I also edit the PATH,CLASSPATH the .bashrc file in the user home directory.But when I run the tinyos-tools-1.2.1-3.i386.rpm,

Re: [Tinyos-help] Boomerang Help With TimeStamping.nc

2006-06-03 Thread Joe Polastre
Bad bad bad! Do not wire to any CC2420* components! Instead, use SPC.SPSend.sendAdv(). There is a flag you can set for time stamping. See the documentation in /opt/moteiv/doc/nesdoc for the SPSend interface: SP_FLAG_C_TIMESTAMP == adds a timestamp to all outgoing messages. You can then use

Re: [Tinyos-help] Who knows how the tinyos-tools package detects the java? and why appear can not find the /usr/local/bin/locate-jre?

2006-06-03 Thread Michael Schippling
Some things to try -- In the bash shell see if you can really find java, i.e.: type java java is /cygdrive/c/JAVA/j2sdk1.4.2_04/bin/java If not, then your path is not setup correctly. If you are on Windows, you can set the path in the

[Tinyos-help] What causes the following errors when I make the Blink apps under fedora core 4?

2006-06-03 Thread 泽 江
Hello,everyone: When I make the Blink apps the following errors occur. Anyone who knows the reasons? I use the fedora core 4 and IBM jdk 1.4.2. The toscheck shows no errors.Thanks!! [EMAIL PROTECTED] apps]# cd Blink[EMAIL PROTECTED] Blink]# lsBlinkM.nc Blink.nc build Makefile README