Re: [Tinyos-help] Path Loss Model for network topology in tossim

2011-07-07 Thread Philip Levis
On Jul 1, 2011, at 9:31 PM, vinod kumar wrote: > What are the sample values present in meyer-heavy.txt present in > tos/lib/noise ?? Are they some sample gain values? In the topology.txt, the > pattern is something like > "1 2 -87" which mean signal sent by 1 , received by 2 with gain -87.

[Tinyos-help] Path Loss Model for network topology in tossim

2011-07-01 Thread vinod kumar
What are the sample values present in meyer-heavy.txt present in tos/lib/noise ?? Are they some sample gain values? In the topology.txt, the pattern is something like "1 2 -87" which mean signal sent by 1 , received by 2 with gain -87. Are these values present inside topology.txt randomly gener

[Tinyos-help] path

2011-06-29 Thread vinod kumar
export TOSROOT=/opt/tinyos-2.x export TOSDIR=$TOSROOT/tos export CLASSPATH=`cygpath -w $TOSROOT/support/sdk/java` export CLASSPATH="$CLASSPATH;." export MAKERULES=$TOSROOT/support/make/Makerules export PATH=/opt/msp430/bin:/opt/jflashmm:$TOSROOT/tools_bin/bin:$PATH --

Re: [Tinyos-help] PATH

2008-03-05 Thread Michael Schippling
This may help: http://docs.tinyos.net/index.php/Java_cygwin Also search this list for reference to the errors. MS Alexandre Buist wrote: Hi, **Can someone tell me how and where to correctly set the env vars using cygwin. The path is the default:**/opt/tinyos-2.x.. ** **

[Tinyos-help] PATH

2008-03-05 Thread Alexandre Buist
Hi, Can someone tell me how and where to correctly set the env vars using cygwin. The path is the default:/opt/tinyos-2.x.. <><>___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/

Re: [Tinyos-help] PATH Setting

2007-11-19 Thread Michael Schippling
The Widows EnvVar panel does support a PATH variable (or any other arbitrary name you like). Our old favorite MSDOGS command.com uses PATH just like bash. And the separator is semi-colon ';'... When cygwin bash starts-up it converts the 'global' PATH to it's own liking by replacing C: with /cygdr

Re: [Tinyos-help] PATH Setting

2007-11-19 Thread Urs Hunkeler
Hi, I think that the Windows Environment Variables dialog does not know about $PATH. It seems that you have overwritten the old path settings. You probably have to locate your java installation and add the path to your java executables manually to the path again. In the Windows Environment Variabl

Re: [Tinyos-help] PATH Setting

2007-11-19 Thread weiping SONG
I think you could set it in windows, such as Right-click my computer to find Properities, then click environment Variables in Advanced, then change your Path here. Ittipong Khemapech wrote: Hi, I tried and got: export PATH=$PATH:/cygdirve/c/Program Files/java/jre1.6.0_03/bin: bash: expo

Re: [Tinyos-help] PATH Setting

2007-11-19 Thread Urs Hunkeler
Hi, Try replacing the colon (:) by a semi-colon (;). The colon is the Unix style separator, the semi-colon is the Windows style. If this doesn't help, where and how did you set the PATH variable? What do you get if you type "echo $PATH"? Cheers, Urs Ittipong Khemapech schrieb: > Dear all, > >

Re: [Tinyos-help] PATH Setting

2007-11-19 Thread weiping SONG
Hi, Could you use command in cygwin of export or tos-check-env to check your PATH setting? Weiping Ittipong Khemapech wrote: Dear all, This may be a stupid question to most of you. I have some problems with the PATH setting. Now my PATH is set to '/opt/msp430/bin:$PATH' in order to enab

[Tinyos-help] PATH Setting

2007-11-19 Thread Ittipong Khemapech
Dear all, This may be a stupid question to most of you. I have some problems with the PATH setting. Now my PATH is set to '/opt/msp430/bin:$PATH' in order to enable the msp430 related commands. However, I can't compile the TestSerial application (javac not found). I have found from the archives

Re: [Tinyos-help] PATH definition problem

2007-04-18 Thread Michael Schippling
First check that this directory exists and that the sub-dirs contain compiled class files: C:/cygwin/opt/tinyos-2.x/support/sdk/java" Then set your CP like this (which adds the current dir and the tos tools dir to whatever else is already set): export CLASSPATH=".;C:/cygwin/opt/tinyos-2.x/sup

[Tinyos-help] PATH definition problem

2007-04-18 Thread Nicole Caruso
Hello, I am an undergrad student who just started research under a professor about sensor networks. When following Lesson 11 of the TinyOS tutorial, I keep on getting the following errors: Nicole [EMAIL PROTECTED] /opt/tinyos-2.x/apps/RadioCountToLeds $ make micaz sim mkdir -p build/micaz javac

[Tinyos-help] PATH definition problem

2007-04-18 Thread Nicole Caruso
> Hello, I am an undergrad student who just started research under a professor > about sensor networks. When following Lesson 11 of the TinyOS tutorial, I > keep on getting the following errors: > > Nicole [EMAIL PROTECTED] /opt/tinyos-2.x/apps/RadioCountToLeds > $ make micaz sim > mkdir -p buil

Re: [Tinyos-help] Path while compiling NesC

2006-09-28 Thread R. Steve McKown
On Thursday 28 September 2006 12:35 pm, Sumit Gupta wrote: > I am trying to have different versions of a same program with minor > details. Now when I do that I am trying to keep files in different folders > for that but it causing me a problem. While compiling *SurgeTelos*, the > application code

[Tinyos-help] Path while compiling NesC

2006-09-28 Thread Sumit Gupta
Hi,   I am trying to have different versions of a same program with minor details. Now when I do that I am trying to keep files in different folders for that but it causing me a problem. While compiling SurgeTelos ,  the application code looks for files in same folder MultiHopLQI. Details are as fo