[Tinyos-help] IPSN'07 Tutorial on Acoustic and Seismic Wireless Sensing Systems, Call for Participation

2007-03-06 Thread Vinayak Naik
Institute of Technology) Vinayak Naik (University of California at Los Angles) ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] IPSN'07 Tutorial on Acoustic and Seismic Wireless Sensing Systems, Call for Participation

2007-03-07 Thread Vinayak Naik
(Massachusetts Institute of Technology) Vinayak Naik (University of California at Los Angles) ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] windows-based app

2007-03-30 Thread Vinayak Naik
MSR Sense has MoteForwarder utility. "1/31/2006: We released MSR Sense 0.1.3a. A key feature added to this release is the MoteForwarder, a C# version serial forwarder that converts a USB serial connection a TCP socket server connection. Thus, MSR Sense is not dependent on TinyOS and Java." http:/

[Tinyos-help] Error compileing tmote program

2006-01-13 Thread Vinayak Naik
Hi, I just received tmotes and I tried to setup a tmote programming environment on RedHat Linux 9. I followed instructions at http://www.moteiv.com/community/Tmote_Linux_install I have a working TinyOS distribution. I wanted to add tmote platform to it. Therefore, I tried instruction until MSPGC

Re: [Tinyos-help] Error compileing tmote program

2006-01-13 Thread Vinayak Naik
Hi, I found out the problem. I had nesc version 1.1 and I needed nesc version 1.3 for tmotes. One can use 'ncc --verision' without quotes to check the version. Best, - Vinayak On Fri, 13 Jan 2006, Vinayak Naik wrote: > > Hi, > > I just received tmotes and I

[Tinyos-help] internal error: unsupported relocation error while compiling for a tmote

2006-01-17 Thread Vinayak Naik
Hi, I have a question about a warning issued by the msp430-gcc compiler. It says "internal error: unsupported relocation error". I still haven't executed my program on tmotes to see whether I get any erroneous behavior. I was wondering whether anyone has seen this warning and has experienced any

Re: [Tinyos-help] internal error: unsupported relocation error while compiling for a tmote

2006-01-17 Thread Vinayak Naik
e: > Have you used "attribute((__packed__))" anywhere? If so, remove it. > > -Joe > > On 1/17/06, Vinayak Naik <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I have a question about a warning issued by the msp430-gcc compiler. It > > says "

Re: [Tinyos-help] internal error: unsupported relocation error while compiling for a tmote

2006-01-17 Thread Vinayak Naik
More correctly, a combiation of the removal of "attribute((__packed__))" and the following substitution got rid of the warnings. - Vinayak On Tue, 17 Jan 2006, Vinayak Naik wrote: > > I removed "attribute((__packed__))" from my packet structures but the > warnings

Re: [Tinyos-help] use MultiHopEWMA.nc

2006-02-01 Thread Vinayak Naik
As you might be knowing that MultiHopEWMA.nc is a part of the MintRoute's implementation WMEWMAMultiHopRouter.nc. You can find an example of usage of WMEWMAMultiHopRouter.nc in tinyos-1.x/contrib/GGB/tos/lib/Straw/StrawC.nc - Vinayak On Wed, 1 Feb 2006, Silvia wrote: > Hello, > > > > Can anybo

Re: [Tinyos-help] TimerC filling task queue?

2006-02-07 Thread Vinayak Naik
Prabal, Instead of doing a search myself, I am being lazy here :-) Is there a pool of signal processing code, such as FFT, Bandpass filtering, etc., in the TinyOS, which the community can use? If it is specialized for XSM, that would be great! Thank you, - Vinayak On Mon, 6 Feb 2006, Prabal

Fwd: [Tinyos-help] Position of the motes in TinyViz

2006-02-08 Thread Vinayak Naik
-- Forwarded message -- From: Vinayak Naik <[EMAIL PROTECTED]> Date: Feb 8, 2006 11:18 AM Subject: Re: [Tinyos-help] Position of the motes in TinyViz To: Silvia <[EMAIL PROTECTED]> Cc: tinyos-help@millennium.berkeley.edu Silvia, I did not understand what do you mean

Re: [Tinyos-help] [help]How can i simulate network or nodes are capable of both sending and receiving nodes' data?

2006-02-13 Thread Vinayak Naik
Its possible to send and receive messages in an application. It's possbile to simulate WSN including base station using TOSSIM. - Vinayak On 2/13/06, 김용표 <[EMAIL PROTECTED]> wrote: > > > > Dear all. > > > > Hi~ > > > > Nowdays, I've been writing simple application in the TOSSIM environment. > > >

Re: [Tinyos-help] Position of the motes in TinyViz

2006-02-20 Thread Vinayak Naik
Silvia, I did not understand what do you mean by "account". I assume that you meant to ask - how to make a simulation react to node locations? I have not used TinyViz GUI for simulations. However, I have used command-line tython-based simulations. You can get and set locations of motes in tython

Re: [Tinyos-help] [help]How can i simulate network or nodes are capable of both sending and receiving nodes' data?

2006-02-20 Thread Vinayak Naik
Its possible to send and receive messages in an application. It's possbile to simulate WSN including base station using TOSSIM. - Vinayak On 2/13/06, 김용표 <[EMAIL PROTECTED]> wrote: > > > > Dear all. > > > > Hi~ > > > > Nowdays, I've been writing simple application in the TOSSIM environment. > > >

Re: [Tinyos-help] How can i pass parameter

2006-02-20 Thread Vinayak Naik
You can access group and id via TOS_LOCAL_GROUP and TOS_LOCAL_ADDRESS variables in your program. - Vinayak On 2/16/06, SONTAYA WILAIJIT <[EMAIL PROTECTED]> wrote: > Hi everybody > i want to pass parameter(mote group,mote id,mote location) when i download > to mote . > Has any body tell me about i

Re: [tinyos-help] Help with simulation - URGENT!!!

2006-02-20 Thread Vinayak Naik
You are getting all of debug messags. You can set environment variable dbg to filter debug messages, e.g. export dbg=usr1 Type "main.exe -h" to see options.- Vinayak On 2/8/06, Renato Bibiano <[EMAIL PROTECTED]> wrote: Can someone tell me what's happenng in this simulation? Thanks Renato

[Tinyos-help] Programming Practice.

2006-02-24 Thread Vinayak Naik
Option #1 is better if you don't want to maintain 3 different programs.- Vinayak On 2/24/06, Terence Joseph < [EMAIL PROTECTED]> wrote:Hello,Consider a scenario where you have three nodes set up to communicate with each other - to juggle data between the three in some manner where each nodeperforms

Re: [Tinyos-help] how to write data into flash in mica2

2006-03-01 Thread Vinayak Naik
Here is a primitive way to write a flash in terms of pages.http://www.cse.ohio-state.edu/~naik/programming/testing_pageEEPROM.htm - VinayakOn 3/1/06, Zhengsu Gao <[EMAIL PROTECTED]> wrote: Hi, all:    I am new to tinyos. Can anybody tell me how to store data into mica2 flash? Any help is apprec

Re: [Tinyos-help] Multiple calls to radio

2006-03-01 Thread Vinayak Naik
You would need to wait until you receive a SendDone event.- VinayakOn 3/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: We currently have a command in our main module that makes multiple calls tothe SendMsg.send() command via another module.  These calls are onconsecutive lines like so:call Rad

Re: [Tinyos-help] Multiple calls to radio

2006-03-01 Thread Vinayak Naik
hought about using the SendDone but are not sure exactly how that would work.  How can we access the SendDone event from our calling module?  Do you happen to have any sample program that you've used this in?   Thanks, Gina         From: Vinayak Naik [mailto:[EMAIL PROTECTED]] Sent

Re: [Tinyos-help] Symmetric key encryption/decryption algorithms

2006-03-02 Thread Vinayak Naik
http://www.cs.berkeley.edu/~nks/tinysec/- VinayakOn 3/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: hi all,   I am wondering which symmetric key encryption/decryption algorithmsimplemented in tinyOS? And if I can get the links for some of theseimplementation.Thanks a lot,Alarifi__

Re: [Tinyos-help] Help with radio in MICA2

2006-03-03 Thread Vinayak Naik
1. You can use CC1000Control interface to control radio tx power. The command is CC1000Control.SetRFPower(1)- VinayakOn 3/3/06, Aditya Bhave < [EMAIL PROTECTED]> wrote: Hi I am working on the MICA2 motes on the topic of localization. I had two questions1. In nesC, how do i change the power of the r

Fwd: [Tinyos-help] Help with radio in MICA2

2006-03-03 Thread Vinayak Naik
-- Forwarded message --From: Ian Welch <[EMAIL PROTECTED]>Date: Mar 3, 2006 11:53 AM Subject: Re: [Tinyos-help] Help with radio in MICA2To: Vinayak Naik <[EMAIL PROTECTED]>-The Radio works on TDMA, so it listens to the channel it's going to transmit on, if it'

Re: [Tinyos-help] Stargate

2006-03-08 Thread Vinayak Naik
I do not know much about cygwin. I have successfully used the toolchain on linux.- VinayakOn 3/8/06, Alessandro Balvis < [EMAIL PROTECTED]> wrote: Hy, can I install the GNU toolchain contened in the Stargate CD (of the developers kit) at the same time of tinyos in the Cygwin? Or I have to i

Re: [Tinyos-help] Help with simulations

2006-03-09 Thread Vinayak Naik
You can try Avrora or EmTOS simulators.- VinayakOn 3/9/06, Aditya Bhave <[EMAIL PROTECTED] > wrote:Can someone please provide me details on a good simulator for TinyOs. In our project we have to constantly test and debug using the actual hardware and its taking a hell lot of time. Nido is no good b

Re: [Tinyos-help] Help with ranging

2006-03-09 Thread Vinayak Naik
http://www.cs.berkeley.edu/~kamin/localization.html- VinayakOn 3/9/06, Aditya Bhave <[EMAIL PROTECTED]> wrote: Hello,I am implementing a localization algorithm with the MICA2 motes. I want to perform refinement using RSSI as the ranging technology.1. Can someone please tell me what are the relevan

Re: [Tinyos-help] confusion with GenericComm

2006-03-09 Thread Vinayak Naik
I think that the promiscuous version will deliver all the messages, regardless of the desitnation ID. The other version will match the desitnation ID.- VinayakOn 3/9/06, wassim znaidi <[EMAIL PROTECTED]> wrote: please who can explain me the difference between the GenericComm component and the Gene

Re: [Tinyos-help] Mote Drift

2006-03-09 Thread Vinayak Naik
A relevant paper. http://nesl.ee.ucla.edu/document/show/153- VinayakOn 3/9/06, Sharmistha Maitra <[EMAIL PROTECTED]> wrote: Dear All, I am working on modelling the clock drift of a mote (mica2 ) caused by environmental conditions like temperature. Can anybody guide me where can I find any informa

[Tinyos-help] No ~ in the path to rf model in TOSSIM 1.x

2006-03-15 Thread Vinayak Naik
Hi,I noticed following behavior in TOSSIM, which was unexpected to me, but may be normal. In any case, I thought that I should post it so that others might benefit.In TOSSIM 1.x, if you specify a rf model using the command "build/pc/main.exe -rf=~/path_to_file", then the TOSSIM does not read the sp

Re: [Tinyos-help] Is WMEWMA from A.Woo fully implemented in MintRoute?

2006-03-27 Thread Vinayak Naik
I do not know the implementation details of WMEWMA in the MinRoute code under TinyOS.   Here are the steps to learn about WMEWMA as a mathematical function: + Google Moving Average + Google Exponentially Weighted Moving Average + I would say that WMEWAMA is EWMA of Mean over a Window. In MintRoute,

Re: [Tinyos-help] About overhead in using TOSSIM

2006-03-28 Thread Vinayak Naik
Instead of TOSSIM, if you compile your program for mica2, then you would see ROM and RAM usage. For time, you can use SimpleTime module.- VinayakOn 3/28/06, Saran Jenjaturong <[EMAIL PROTECTED]> wrote: I'm a newbie in TOSSIM and TinyOS. I want to know how can I get some overhead such as time or me

Re: [Tinyos-help] what is the meaning of spacing factor in LossyBuilder

2006-03-30 Thread Vinayak Naik
The loss rate between nodes would be equivalent to placing 100 nodes in a 10 x 10 grid with 5 feet separation on X and Y axes.- VinayakOn 3/30/06, hezs <[EMAIL PROTECTED]> wrote:hello everyone: I have a problem in using LossyBuilder which in Tossim tutorial.The LossyBuilder have following opti

[Tinyos-help] Installing pytos on RedHat 9.0

2006-04-09 Thread Vinayak Naik
Hi,I would like to install pytos environment on RedHat 9.0 system. I am following instructions given at http://nest.cs.berkeley.edu/nestfe/index.php/Pytos_Installation_Instructions The webpage lists the debian packages to be installed. All the packages are for apt-get installation system. Since I

[Tinyos-help] Re: Installing pytos on RedHat 9.0

2006-04-10 Thread Vinayak Naik
ipy with python's gplot libraries, which I am planning to use in the future anyway.kaminOn 4/9/06, Vinayak Naik <[EMAIL PROTECTED]> wrote:> Hi,>> I would like to install pytos environment on RedHat 9.0 system. I am> following instructions given at> http://nest.cs.berkeley

[Tinyos-help] Re: Installing pytos on RedHat 9.0

2006-04-10 Thread Vinayak Naik
- VinayakOn 4/10/06, Kamin Whitehouse <[EMAIL PROTECTED]> wrote: please verify that "jpype.getDefaultJVMPath()" actually returns a paththat points to your jvm. Also, we are no longer using any code in contrib/python; it has allbeen moved to tools/python.  be sure you compiled the java

Re: [Tinyos-help] tmote/telos security protocol development

2006-04-13 Thread Vinayak Naik
Is there any documentation of the security API provided by the CC2420 radio? In particular, how to enable/disable security, how to instantiate and change keys, etc.Thanks,- Vinayak On 4/13/06, Cory Sharp <[EMAIL PROTECTED]> wrote: I haven't heard of any updates in this area.  The CC2420 radio onTmo

Re: [Tinyos-help] Getting system time and clock ticks in tinyos

2006-04-23 Thread Vinayak Naik
You can use SimpleTime component to get system time.- VinayakOn 4/23/06, Manik Gupta <[EMAIL PROTECTED] > wrote:Hi All!Can anyone please  tell how can I get the system time and count of clock ticks in my tinyos program. Thanks,Manik GuptaM

Re: [Tinyos-help] TinyOS on MacOSX (Intel)

2006-05-03 Thread Vinayak Naik
Dear Prof Welsh, It is nice to see that you are getting encouraging results in porting TinyOS to Mac OS X :-) I have tried to do it multiple times in the past. I also followed existing postings by the people that were successful in doing so. But I couldn't do a successful port. May be it's becaus

Re: [Tinyos-help] TinyOS on MacOSX (Intel)

2006-05-03 Thread Vinayak Naik
> > There is an installation page on the Tinyos Wiki for getting the telos > > > platform working on Mac OS X.> > >> > >> http://cents.cs.berkeley.edu/tinywiki/index.php/Tmote_Macintosh_install > > >> > > -August> > >> > > On 5/3/06,

Re: [Tinyos-help] Delta with TOSSIM?

2006-05-04 Thread Vinayak Naik
Hi Joe,Which are the other simulators you use?Thank you,- VinayakOn 5/4/06, Joe Polastre < [EMAIL PROTECTED]> wrote:1) it doesn't work with TOSSIM2) we use other simulators and we stress test applications on our internal mote testbed.-JoeOn 5/3/06, WenZhan Song <[EMAIL PROTECTED]> wrote:> Two quest

Re: [Tinyos-help] Generating Random Topologies

2006-05-07 Thread Vinayak Naik
I don't remember whether LossyBuilder generates random topology, but you can always write a program that places nodes at random locations, e.g.1 12 1 5 1...Then, call LossyBuilder to generate a bit-error rate for those locations. "java net.tinyos.sim.LossyBuilder -i location_filename -o bit_error_

Re: [Tinyos-help] PYTOS: jpype/jimport

2006-05-08 Thread Vinayak Naik
Your JPype version is OK. The error went away for me, when I switched from Red Hat 9.0 to Debian Sarge with all the updates installed. I also found the error in updated Suse 10. - Vinayak On 5/8/06, Otmar Caduff <[EMAIL PROTECTED]> wrote: Hi!I'm stuck with the same problem as described here:http:/

Re: [Tinyos-help] Help me with MOTE address!

2006-05-08 Thread Vinayak Naik
Your mote's address is stored in TOS_LOCAL_ADDRESS variable. You can read it.- VinayakOn 5/8/06, Hieu Tran < [EMAIL PROTECTED]> wrote:Hi all! I am a new to TinyOS. I want to programming one mote as a relay node, it receive radio packet (SimpleCmd structure including destination address), and when 

Re: [Tinyos-help] tmote/telos security protocol development

2006-05-16 Thread Vinayak Naik
Hi David,A couple of students at OSU are working on the project. But, we still do not have an implementation. I'll inform you as soon as we have code. Meanwhile, if you have any updates, please let me know. Thank you,- VinayakOn 5/17/06, David Moss <[EMAIL PROTECTED]> wrote: Hi Vinayak,   H

Re: [Tinyos-help] Re: problem with serial comm on latest dev branch for tmote tinyos-2.x

2006-05-19 Thread Vinayak Naik
I don't think this is an 'error' message. This message appears when SF is functioning normally.- VinayakOn 5/19/06, Avinash Sridharan < [EMAIL PROTECTED]> wrote:Just to add to my observation, when I use the 'C' SerialForwarder and send a command to the mote to read from the flash, I get the the fol

Re: [Tinyos-help] Reading and setting mote variables from TinyViz

2006-05-23 Thread Vinayak Naik
You can use Pytos to get and set mote variables. I have used it for actual motes. - VinayakOn 5/23/06, Andreas Nettsträter < [EMAIL PROTECTED]> wrote:Hi all,i'am writing a new plugin for the TOSSIM-GUI TinyViz and i want to know if it's possible to read and set variables from within the motes. Fore

Re: [Tinyos-help] scripting in TOSSIM

2006-06-06 Thread Vinayak Naik
http://www.tinyos.net/tinyos-1.x/doc/tython/manual.html- VinayakOn 6/6/06, Dasarath Weeratunge <[EMAIL PROTECTED]> wrote:I read on http://www.cs.berkeley.edu/~pal/research/tossim.htmlthat there is an on going effort to incorporate scripting into TOSSIM. Where canI find more information about this

Re: [Tinyos-help] HELP: avr-gcc: .nc: no such file or directory.

2006-06-09 Thread Vinayak Naik
Is avr-gcc in your PATH? - VinayakOn 6/9/06, Hua Yue <[EMAIL PROTECTED]> wrote: Hello, guys. I'm having trouble programming the MICAz board. When i type in the following command:   make micaz install mib520,com6   the program starts to compile to a micaz library, and soon i'll get the following re