[Tinyos-help] TinyOS drivers for MTS420,400CC

2010-05-28 Thread praneeth goud
hi everyone, I am using MTS420 on tinyos-2.1.1 i do not have the drivers installed where can i find them and how do i install them. what are all the changes ihave to make and where to make them work. Thanks ___ Tinyos-help mailing

[Tinyos-help] How to download tinyos-2.x contrib into ubuntu 9.10

2010-05-28 Thread praneeth goud
hi, i am trying to install tinyos-2.x contrib on ubuntu 9.10 because i want the drivers for mts 420. can anyone tell me the procedure. and or where else can i find the drivers. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] How to download tinyos-2.x contrib into ubuntu 9.10

2010-05-28 Thread Eric Decker
try taking a look at the install instructions on docs.tinyos.net. On Fri, May 28, 2010 at 12:15 AM, praneeth goud prancs...@gmail.com wrote: hi, i am trying to install tinyos-2.x contrib on ubuntu 9.10 because i want the drivers for mts 420. can anyone tell me the procedure. and or

Re: [Tinyos-help] How to realize PC-to-mote communication?

2010-05-28 Thread Eric Decker
check out the tutorials on docs.tinyos.net. It covers how to do this. On Thu, May 27, 2010 at 8:30 PM, tarun sharma tarun.p...@gmail.com wrote: check testserial java application. On Thu, May 27, 2010 at 8:10 PM, 徐经纬 stormheral...@gmail.com wrote: I want to send some message or packet from

Re: [Tinyos-help] How to download tinyos-2.x contrib into ubuntu 9.10

2010-05-28 Thread Giuseppe Cardone
Hi, to checkout the tinyos-2.x-contrib tree from CVS please refer to http://docs.tinyos.net/index.php/TinyOS_CVS_access#Anonymous_CVS_Access. Regards -- Giuseppe Cardone On Fri, May 28, 2010 at 9:15 AM, praneeth goud prancs...@gmail.com wrote: hi, i am trying to install tinyos-2.x

Re: [Tinyos-help] send successive message

2010-05-28 Thread Andreas Weigel
Hi, non-asynchronous tasks can not be preempted by other non-asynchronous tasks. Thus, as long as the task where you call your AMSend() hangs in its while loop, the AMSend.sendDone() event will never be signalled as the task responsible for this signaling sits in the task queue behind the

Re: [Tinyos-help] How to download tinyos-2.x contrib into ubuntu 9.10

2010-05-28 Thread praneeth goud
But this is the error i am getting r...@praneeth-laptop:~# cvs -z3 -d:pserver:anonym...@tinyos.cvs.sourceforge.net:/cvsroot/tinyos checkout -P tinyos-2.x-contrib cvs [checkout aborted]: connect to tinyos.cvs.sourceforge.net(216.34.181.109):2401 failed: Connection refused My internet

[Tinyos-help] need for python script

2010-05-28 Thread chikh omar
I need a python script that simulate a large number of node (more than 20 nodes) the script create link beween node and boot them   If you have an example of such script please send it to me. ** Omar Cheikhrouhou Engineer Researcher @SENS Lab (Software

[Tinyos-help] make MICAz problem

2010-05-28 Thread Yasser Zahedi
Excuse me, I have another question I have connected the micaz mote to the programmer MIB520 with USB port and I want to send the program to the mote I wrote, make micaz install mib520,/dev/tyyUSB0 But it gives me error that there is no such directory... I tried to use com0,com1... but also gives

[Tinyos-help] how to run oscilloscope outside of TinyOS

2010-05-28 Thread syxu
Hi All, I want to run oscilloscope outside of TinyOS. See for example, in cygwin. Since the packet contains .jar and .class. I think it should be able to do so. But when I do so, it reports main has exception and aborts. Then what should I do to run a program outside of TinyOS? Thanks, Songyan

Re: [Tinyos-help] make MICAz problem

2010-05-28 Thread Wahid
what is your tos version and what is your compilation environment(linux, windows...) --- On Fri, 5/28/10, Yasser Zahedi yasserzah...@gmail.com wrote: From: Yasser Zahedi yasserzah...@gmail.com Subject: [Tinyos-help] make MICAz problem To: tinyos-help@millennium.berkeley.edu Date: Friday, May

[Tinyos-help] RE, make Micaz problem

2010-05-28 Thread Yasser Zahedi
Thanks for fast reply I am using TinyOS 2.1.0, and the environment is ubuntu 9.10 ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] maximum message size

2010-05-28 Thread chikh omar
what is the size maximum of message send in tinyos?   ** Omar Cheikhrouhou Engineer Researcher @SENS Lab (Software Engineering and Network Security) Higher Institute of Technological Studies - Address : Mahdia's road Km 2.5 Sfax. BP 88 A - 3099 El

Re: [Tinyos-help] maximum message size

2010-05-28 Thread Eric Decker
The radio used on the telosb is limited to total byte count of 128 bytes. The length field in an Active Message message is 8 bits so is limited to 256 bytes. There are other limitations in the system due to available memory and other things but I haven't quantified them. TinyOS uses a static

Re: [Tinyos-help] How to download tinyos-2.x contrib into ubuntu 9.10

2010-05-28 Thread Eric Decker
try using the git clone instead. see http://docs.tinyos.net/index.php/Installing_from_CVS/GIT http://docs.tinyos.net/index.php/Installing_from_CVS/GIT On Fri, May 28, 2010 at 3:06 AM, praneeth goud prancs...@gmail.com wrote: But this is the error i am getting r...@praneeth-laptop:~#

Re: [Tinyos-help] packages avr-gcc-tinyos and avr-libc-tinyos brocken in stanford repository

2010-05-28 Thread Sandhya P C
Errors were encountered while processing: /var/cache/apt/archives/avr-gcc-tinyos_4.1.2-20080806_i386.deb /var/cache/apt/archives/avr-libc-tinyos_1.4.7-20080806_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) On Sat, May 29, 2010 at 12:42 AM, Sandhya P C sandhya...@gmail.com