Re: [Tinyos-help] cant run : make micaz sim

2010-05-21 Thread Markus Becker
you are missing python-dev or python-devel packages. check Troubleshooting section of: http://docs.tinyos.net/index.php/TOSSIM > hi people, > when i type make micaz sim on the promt i get this error. > my Python version ist : 2.6.5 > > /opt/tinyos-2.x/tos/lib/ > tossim/tossim_wrap.cxx -I/usr/i

Re: [Tinyos-help] Formula of RSSI

2010-05-21 Thread raoudha baklouti
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] RssiDemo question

2010-05-21 Thread raoudha baklouti
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] avroraz and ctp

2010-05-21 Thread tc
hello everyone, I fail to simulate TestNetwork(use ctp) in avroraz, but there are only routing and dubug packet transmitted, so the collection tree doesn't exsit. How can I simulate ctp application in avrora? ___ Tinyos-help mailing list Tinyos-help@mil

Re: [Tinyos-help] Formula of RSSI

2010-05-21 Thread Arik Sapojnik
I'm not familiar with this equipment. Probably your Rx and Tx gain is 1 (no gain). But if you want to be more acurate - you should contact the vendor. Arik On Fri, May 21, 2010 at 10:04, raoudha baklouti wrote: > Can you help me to compute the Gain of the antenna, I have a base station > BU24

[Tinyos-help] runtime memory

2010-05-21 Thread swayanti das
Hi All could anyone tell me how to measure the runtime memory usage in motes. Thanks in advance Swayanti ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] cant run : make micaz sim

2010-05-21 Thread Sam Azzaro
Hello,i had the same error,you must install python2.5-devif you are using TOSSIM with ubento, you just have to tape:> sudo apt-cache search python>sudo apt-get install python2.5-dev Regards Sam, Date: Thu, 20 May 2010 12:59:18 +0200 From: zied...@googlemail.com To: tinyos-help@millennium.berkele

[Tinyos-help] Gain antenna

2010-05-21 Thread raoudha baklouti
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] Bug in archive.py: Issue with nesdoc and -topdir

2010-05-21 Thread laptopcss
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

Re: [Tinyos-help] Timers in the new version of TinyOS-2.x

2010-05-21 Thread sofia aparicio
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] Double and Float type/micaz

2010-05-21 Thread Alexandre Locci Martins
My application needs a precision computation, even a decimal value is a worth. I am using a variable with type double and float i.e. float k; k = (float)1/2; printf("k %f\n",k); The code above is fused into hardware(micaz) but the output is 'k ?'. Could anyone help me? -- Alexandre

[Tinyos-help] problems on "CameraMultiHop"!!!!!

2010-05-21 Thread Xinxing Pan
Hi All, I do need your help ,guys ! I also successfully compiled the test program named 'cameraMultiHop', anyway, I tried to download the image through 'hopping', but I don't think it can work. If I commanded like # ./get_jpg 9002 1 it keeps saying connecting to serialforwarder: localhost:900

Re: [Tinyos-help] runtime memory

2010-05-21 Thread Michael Schippling
I was just thinking about this myself, googled "tinyos stack usage", and look what I got! http://docs.tinyos.net/index.php/Stack_Analysis No telling if it is useful or correct or not though. MS swayanti das wrote: > Hi All > > could anyone tell me how to measure the runtime memory usage i

Re: [Tinyos-help] Fwd: a problem with tinyos and eclipse

2010-05-21 Thread Michael Schippling
This is what I was referring to: > > Re: JNI Questions > by Michael Schippling-2 Apr 07, 2010; 11:25am > > okokok, I use the old snuffly javacomm20 for windows not TOSComm, > but here's what I have in my JRE: > > jre/bin: > getenv.dll win32com.dll > jre/lib: > j

Re: [Tinyos-help] Formula of RSSI

2010-05-21 Thread Arik Sapojnik
The calculations here are in watt (hence always positive). Once you covert it to dBm, you will get your negative answer :) Arik On Fri, May 21, 2010 at 10:52, raoudha baklouti wrote: > Thank you, but if Rx and Tx =1 the RSSI value will not be negatif > Cordially > > --- En date de : *Ven 21

[Tinyos-help] TelosB Crossbow radio

2010-05-21 Thread tmikep
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

Re: [Tinyos-help] TelosB Crossbow radio

2010-05-21 Thread Michael Schippling
You need to send messages in the TOS_Msg or message_t format. Find the struct definition for the telos platform. For TOS1.x it is in: opt/tinyos-1.x/tos/platform/telos/AM.h and probably something similar for T2. The tricky parts are: values of 0x7E and 0x7D need to be "escaped" because they are fr

[Tinyos-help] s...@localhost:9002 died while using Eclipse

2010-05-21 Thread syxu
Hi all, When I run a Java program in Eclipse for TOS application, it reports s...@localhost:9002 died execption and my program can not run. My machine has Windows without TinyOS. How to fix this problem? Thanks a lot. Regards, Songyan ___ Tinyos-help m

Re: [Tinyos-help] runtime memory

2010-05-21 Thread Eric Decker
john regehr wrote it. CS at University of Utah. So I suspect it is pretty good. He's been working on this kind of thing for quite some time. the Safe TinyOS stuff is his baby. Safe TinyOS turns on run time checks. eric On Fri, May 21, 2010 at 9:11 AM, Michael Schippling wrote: > I was j

[Tinyos-help] timer and backoff

2010-05-21 Thread Roberto Pagliari
Hi All, I just moved from tinyos 1.x to 2.x. I read somewhere that tinyos 2.x has a built-in function for disabling csma and backoff while transmitting? Is it in CSMA control? The second question I have is whether it is possible, while using a timer likeTmilli, to know at any time the amount of ti

Re: [Tinyos-help] runtime memory

2010-05-21 Thread Michael Schippling
Excellent, I will look it over. I've been wanting to give my robots some sense of how busy they are by looking at stack usage and task queue length while they are running. Folks say computers have no feelings, but surely they feel over/under-worked, non? thx MS Eric Decker wrote: > john regehr w

Re: [Tinyos-help] s...@localhost:9002 died while using Eclipse

2010-05-21 Thread Michael Schippling
You have not set the MOTECOM variable correctly. See the Environment panel in the Eclipse Run Configuration window. MS syxu wrote: > Hi all, > > When I run a Java program in Eclipse for TOS application, it reports > s...@localhost:9002 died execption and my > progr

[Tinyos-help] Problem with jammer implementation

2010-05-21 Thread Kartik Siddhabathula
Hi All, I have disabled the radiobackoff for a mote and it sends continuously i.e. it acts as a jammer. The motes within its range are not able to receive messages from any other motes. The problem is they are able to send out a message. I don't want that to happen either. I want the motes not a