[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 PROTECTED] wrote:

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 have sarched the archives and google it, have set the
path to cygwin1.dll but still in vain. can somebody illuminate me with
this.Thanks 
Nilay
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[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://www.dll-files.com/dllindex/dll-files.shtml?cygwin1 and replace old

cygwin1.dll with new one.

Good luck.

Inyong Park
 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 have sarched the archives and google it, have set the path to
 cygwin1.dllbut still in vain. can somebody illuminate me with this.

 Thanks
 Nilay
 ___
 Tinyos-help mailing list
 Tinyos-help@Millennium.Berkeley.EDU

 https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

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 more (a plugin usage manual link)or a working example.Thanks,Nilay 
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

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 child. So I want to limit the radio range to a certain known distance so as to form the next level of the tree. 
As you said I can use the RadioModel plugin but how do I set the distance so that I can actually get the relation between the radio range and distance parameters.In other other words, set a numerical distance between two nodes to get the numerical radio range.
I hope thats not too confusing.Thanks,Nilay
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[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/mailman/listinfo/tinyos-help

[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 understand.
Could anyone help me out in this.ThanksNilay 


___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[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
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[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-dest = dest; // for bcast  message-com = com; // for JOIN 
 } for(i=0;i5; i++)  {call Send.send(TOS_BCAST_ADDR, sizeof(IntMsg), data);   }..}event result_t Send.sendDone(TOS_MsgPtr msg, result_t success)
 {  if (pending  msg == data) { pending = FALSE; }  return SUCCESS; }Can anybody guide how to avoid packet losses?Thanks Nilay

___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[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 to understand the solution.Thanks  Nilay 
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help