[Tinyos-help] unable to configure topology

2009-05-10 Thread shermeen adnan
hi i read TOSSIM lesson 11 and from there i used a sample configuration file named it topologyfile contents written below PATH_LOSS_EXPONENT = 3.3; SHADOWING_STANDARD_DEVIATION = 5.5; D0 = 1.0; PL_D0 = 52.1; NOISE_FLOOR = -106.0; S11 = 3.7; S12 = -3.3; S21 = -3.3; S22 = 6.0; WHITE_GAUSSIAN_NOISE

[Tinyos-help] regarding deluge

2009-05-10 Thread Leon Steenkamp
In tos\lib\net\Deluge\extra\NetProgM.nc there is the following: command error_t NetProg.programImageAndReboot(uint32_t imgAddr) { reprogramImgAddr = imgAddr; return call ReprogramGuard.okToProgram(); } event void ReprogramGuard.okToProgramDone(bool ok) { BootArgs bootAr

[Tinyos-help] tos-set-symbols

2009-05-10 Thread Alfred NOBEL
Hi all! I want to have a tos-set-symbols.exe file. How could I fulfill that? Thank you! -- Best regards, Alfred.Nooobel ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-

[Tinyos-help] Multimedia + Tinyos

2009-05-10 Thread Alireza pourranjbar
Hi all I need some papers about applications of tinyos in Mutimedia Systems.Has anyibe got any source for it ? any hint is grately appreciated. -- Alireza Pourranjbar pourranjbar...@gmail.com ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.

[Tinyos-help] Telosb sleep mode with radio receiver active

2009-05-10 Thread Nagarjuna
Hello, I want to know whether we can put Telos b in a sleep mode with its radio active. If it is possible, Can some one please tell me what should be done? If this cannot be done, what can be other ways in which power mangement can be implemented. In my project, mote has to receive a radio

Re: [Tinyos-help] regarding deluge

2009-05-10 Thread Chieh-Jan (Mike) Liang
Hi Leon, "ReprogramGuard.okToProgramDone" is an event signaled by other components. Maybe you were confused with "ReprogramGuard.okToProgram()" command called in "NetProg.programImageAndReboot", and "ReprogramGuard.okToProgramDone()" event? Mike On May 10, 2009, at 8:37 AM, Leon Steenkam

Re: [Tinyos-help] imote2 help

2009-05-10 Thread roberto pagliari
Hi All, I followed the instructions in http://shm.cs.uiuc.edu/imotestart.html and I'm able to compile tinyos apps for imote2. The only problem I have is that the .bashrc file is not loaded by cygwin I guess, because it doesn't find the Java path I specified, and the command USBLoaderHost is

[Tinyos-help] interface or component not found

2009-05-10 Thread Xiaohui Liu
Hi, I got a lot of debug errors, saying some interfaces (or components) can not be found, which are actually under some TinyOS folders. After I manually add in Makefile "PFLAG += -IMYDIR", now interfaces under "MYDIR" can be located. Unfortunately, the compiler appears to only searches the specifi

[Tinyos-help] about tinyos

2009-05-10 Thread Gautham V
i am new to this tinyos. I don't know where to start. can u please help me ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] about tinyos

2009-05-10 Thread Gautham V
i am new to this tinyos. I don't know where to start. can u please help me ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] about tinyos

2009-05-10 Thread Omprakash Gnawali
On Sun, May 10, 2009 at 10:43 PM, Gautham V wrote: > i am new to this tinyos. I don't know where to start. can u please help me http://docs.tinyos.net/index.php/Ipsn2009-tutorial http://docs.tinyos.net/index.php/TinyOS_Tutorials - om_p ___ Tinyos-help

[Tinyos-help] Exception in thread "main"

2009-05-10 Thread Akankshu Dhawan
Respected Michael I installed tinyos-1.x on another machine just to try some of the contrib code . But I have have trouble with some of the java components Whenever I try to use tools.Listen or sf.SerialForwarder or oscope.oscilloscope I get an Exception in thread "main" java.lang.NoClassDefFound