[Tinyos-help] problem with simulation of apps

2009-09-24 Thread ada thomo
Hello, I can't find where is the problem: I want to simulate: apps/RadioCountToLeds make micaz sim and what I receive is: *make: *** [RadioSenseMsg.class] Error 1* while the application Blink is simulated without errors, has anyone any idea? The variant is Tinyos-2.1.0m in xubuntos _

[Tinyos-help] Simulating radio model

2009-09-25 Thread ada thomo
Hello, In the lesson of Tossim it explains the how to model the noise, but when I execute the code in Python for opening the noise trace: noise = open("meyer-heavy.txt", "r") or noise = open('meyer-heavy.txt', 'r') it produce me this error: IOError: [Errno 2] No such file or directory: 'meyer-heav

[Tinyos-help] segmentation problem

2009-09-25 Thread ada thomo
I am still trying to run python test.py as in lesson 11 but what I receive is: 1 2 -54.0 2 1 -55.0 1 3 -60.0 3 1 -60.0 2 3 -64.0 3 2 -64.0 1 2 -54.0 2 1 -55.0 1 3 -60.0 3 1 -60.0 2 3 -60.0 3 2 -64.0 DEB

[Tinyos-help] test.py

2009-09-28 Thread ada thomo
Still stacked: In order to execute the make micaz sim for RadioCountToLeds I erased the class RadioCountMsg.class and the lines 4-8 from Makefile and it ran without errors. Now I am trying to run python test.py , as described in lesson 11, but it produce me only this: 1 2 -54.0 2 1

[Tinyos-help] setting the variables

2009-10-02 Thread ada thomo
Hi,I have installed tinyos with Xubuntos, tinyos 2.1.0 works Ok, but tinyos-1.x doesn't work. Who knows the write paths that I have to export in tinyos-1.x, in order that it work, till now the toscheck gives the output: Command not found Thank you ___ Ti

[Tinyos-help] TestMcu

2010-07-23 Thread ada thomo
*Hi, I was trying to simulate TestMcu application in order to estimate the energy of the nodes according to the instruction **http://mail.millennium.berkeley.edu/pipermail/sim-wg/2007-September/80.html But I get the following error: $ python test.py Traceback (most recent call last): File

Re: [Tinyos-help] TestMcu

2010-07-23 Thread ada thomo
= lambda self, name: _swig_getattr(self, Tossim, name) File "/opt/tinyos-2.x**-contrib/cedt**/apps/tests/TestMcu/TOSSIM.py", line 19, in _sw ig_getattr raise AttributeError,name AttributeError: newEnergyEstimator * How it can work On Fri, Jul 23, 2010 at 5:14 PM, ada thomo wrote: >