[Tinyos-help] Re: cygwin1.dll was not found

2006-08-07 Thread Nilay Chheda
Thanks primalfear,now that the plugin loads itself, the problem is that it shows "coneection failed". Any idea?Thanks,Nilayhello just try posting the cygwin1.dll file in the system32 . ensure not to have multiple file of cygwin1.dll   primalfear  On 8/7/06, Nilay Chheda < [EMAIL PROT

[Tinyos-help] Re: cygwin1.dll was not found

2006-08-06 Thread Nilay Chheda
Thanks Inyong,   But this didnt work too.Nilay.Hi, I'd like to recommend to upgrade cygwin1.dll to latest version. cygwin1.dll is in /bin dictectory on cygwin. You can download latest cygwin1.dll from http:

[Tinyos-help] cygwin1.dll was not found

2006-08-06 Thread Nilay Chheda
hi,  I tried the lesson 5 ( http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson5.html ).  I am having problem with  autorun  of the plugins. It throws the following error. "This application has failed to start because cygwin1.dll was not found. Re-installing the application may fix the problem"I

Re: [Tinyos-help] set distance between motes in tinyviz

2006-08-04 Thread Nilay Chheda
Thanks Darren,but that doesnt help too.I set up the 50 motes in a grid fashion, the distant of each is by 12.5 units (when u enable the grid lines). Chose a radio model with radius 10.0 but still the either mote can reach any other mote which is way more than 10.0 units.Can u suggest something mor

Re: Re: [Tinyos-help] set distance between motes in tinyviz

2006-08-01 Thread Nilay Chheda
  Thanks Darren,The real thing I want to do is to limit the radio range to some nodes.I am simulating around 50 nodes and want to form a tree using them. The problem here is that the root (mote 0) broadcast and allocates the even furthest node (consider nodes are placed in a grid fashion)as its chi

[Tinyos-help] Commands to tinyviz ( TOSSIM ) at runtime

2006-07-31 Thread Nilay Chheda
Hi, I am running my simulations on TOSSIM ( tinyviz ). Is there any way I can inject commands into the network of motes at runtime.Thanks Nilay ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/m

[Tinyos-help] tinyviz plugins user manuals

2006-07-30 Thread Nilay Chheda
Hi,I am having problems using the built-in plugins for tinyiz. can somebody provide user manuals for them.if not all, if somebody could provide guidance for setting distance between the nodes and setting the radio strength of the motes. Thanks,Nilay ___ T

[Tinyos-help] set distance between motes in tinyviz

2006-07-30 Thread Nilay Chheda
Hi, I am usiing tinyviz for my simulations. i need to set distance between the motes in tinyviz ("directed graph" plugin) so that motes do not  send messages to long distances as they do now. Also, currently tinyviz does show some red/gree/blue lines along with some numbers but i am unable to under

[Tinyos-help] inject commands at runtime in tinyviz

2006-07-30 Thread Nilay Chheda
Hi, I am running my simulations on TOSSIM ( tinyviz ). Is there any way I can inject commands into the network of motes at runtime.Thanks Nilay ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin

[Tinyos-help] packet loss

2006-07-22 Thread Nilay Chheda
i am trying to broadcast packets back to back. The problem is that most of the packets are either lost or are not sent at all.the following is the code snippet. result_t  sendData(int dest, uint8_t com){  if (!pending)   {    pending = TRUE;...    atomic {      message->src = "">      message->

[Tinyos-help] set distant between the motes in Tinyviz

2006-07-20 Thread Nilay Chheda
Hi, I am usiing tinyviz for my simulations. i need to set distant between the motes the in tinyviz ("directed graph" plugin) so that motes cannot  to long distances as they do now. Also, currently tinyviz dos show some red/gree/blue lines along with some numbers but i am unable to understand. Could

[Tinyos-help] Initialize all motes together in tinyviz

2006-07-20 Thread Nilay Chheda
I want to initalize all the motes simultaneously when simulating on tinyviz. The motes get initailized randomly and is causing the messages to be dropped. There was a partial reply to a similar query http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2006-July/018003.htmlbut I was not able