[Tinyos-help] Problem: simulation terminated unexpectedly

2008-11-20 Thread Eva Maria Garcia
Hi all! I am simulating my application in TOSSIM 2. This application sends and receives packets from all the neighboring nodes. When I simulate it, I get the next error in gdb python: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1210013504 (LWP 8097)] 0xb7960

[Tinyos-help] Problem generating documentation for an application

2008-10-29 Thread Eva Maria Garcia
Hi all! I want to generate the documentation (components graph) for my application. It correctly compiles when I execute the command "make iris sim" (there are some warnings). But when I execute "make iris docs" the next errors appear: XX.nc:35: interface TossimPacket not found XXA

[Tinyos-help] RSSI on TOSSIM 2

2008-10-22 Thread Eva Maria Garcia
Hi all! I am reading about RSSI, strength, noise. and things like that. I think I will be able to get the RSSI of a received packet in the receiver on TOSSIM by means of TossimPacket.strenth(msg). Please, tell me if I am wrong. I have seen that the strength is composed by the power and the nois

[Tinyos-help] Problem compiling RssiDemo

2008-10-17 Thread Eva Maria Garcia
Hi all! I am trying to compile the RssiDemo application. When I compile (make iris sim) SendingMote application there is no problem, it works fine. But when I compile RssiBase, I get this output: mkdir -p build/iris placing object files in build/iris writing XML schema to app.xml c

[Tinyos-help] Maximum number of nodes in TOSSIM 2

2008-10-14 Thread Eva Maria Garcia
Is there a maximum number of nodes to simulate in TOSSIM 2? This question is because I have a simulation with 20 nodes and it works fine. But when I change the number to 1000, the simulation unexpectedly terminates, but it doesn't execute in a normal way. I think the problem is in the part that gen

Re: [Tinyos-help] How to store data in a Mysql database from TOSSIM 2

2008-05-21 Thread Eva Maria Garcia
If I have understood correctly your question, the intermediate data is, for instance, the value of some variables. I mean, I am implementing a localization algorithm and I need to measure the convergence of this algorithm. So I need to store the coordinates of each node, every time they change.

[Tinyos-help] How to store data in a Mysql database from TOSSIM 2

2008-05-20 Thread Eva Maria Garcia
Hi all, I am writting a Tinyos 2 application and I am simulating it with TOSSIM. I have a Python script which takes data from a Mysql database and send this data to the motes through Python packets. When the simulation ends, the Python script gets final data and write it on the database. But I

Re: [Tinyos-help] Unable to install Blink on an IRIS mote

2008-04-23 Thread Eva Maria Garcia
Ok, now it works. Thanks, Eva De: Janos Sallai [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 23 de abril de 2008 17:42 Para: Eva Maria Garcia; tinyos-help@millennium.berkeley.edu Asunto: RE: [Tinyos-help] Unable to install Blink on an IRIS mote Eva, This problem only

Re: [Tinyos-help] Still unable to program Blink onto a crossbow irismote(XM2110) using the MIB520 USB interface board on tinyos-2.0.2(using cygwin on Windows XP )

2008-04-23 Thread Eva Maria Garcia
and this new file is in the line number 81, where it was ‘die “Could not find…”…’, and now it’s ‘warn “Could not find…”…’. BR, Eva De: ashish makani [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 23 de abril de 2008 15:25 Para: Eva Maria Garcia Asunto: Fwd: [Tinyos-help] Still unable to

[Tinyos-help] Unable to install Blink on an IRIS mote

2008-04-23 Thread Eva Maria Garcia
Hi all, I'm running Tinyos 2 applications on IRIS motes. I can compile Blink application making 'make iris'. But when I try to install Blink into one of them doing 'make iris install,1 mib510,/dev/ttyUSB0', I get the next error: . . avr-objcopy --output-target=srec build/iris/main.exe bui

Re: [Tinyos-help] Serial Forwarder or Listen on IRIS motes

2008-04-16 Thread Eva Maria Garcia
Sorry, I’ve got it. Writing –comm serial@/dev/ttyUSB1:57600 De: Eva Maria Garcia [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 16 de abril de 2008 18:22 Para: 'Janos Sallai' CC: 'tinyos-help@millennium.berkeley.edu' Asunto: RE: [Tinyos-help] Serial Forwarder or

Re: [Tinyos-help] Serial Forwarder or Listen on IRIS motes

2008-04-16 Thread Eva Maria Garcia
: java net.tinyos.sf.SerialForwarder -comm serial@/dev/ttyUSB0:iris And I get “Invalid source serial@/dev/ttyUSB0:iris” Thanks, Eva De: Janos Sallai [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 16 de abril de 2008 17:58 Para: Eva Maria Garcia CC: tinyos-help

[Tinyos-help] Serial Forwarder or Listen on IRIS motes

2008-04-16 Thread Eva Maria Garcia
Hi all, I'm working with IRIS motes and MIB520 gateway. I try to show the data that the motes send to the gateway. I've seen applications Serial Forwarder and Listen, but these applications doesn't work on IRIS motes. Is there any application to do that? Thanks in advance, Eva

Re: [Tinyos-help] Error compiling Oscilloscope with IRIS mote

2008-04-09 Thread Eva Maria Garcia
Thanks, the problema is solved. Eva ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Error compiling Oscilloscope with IRIS mote

2008-04-08 Thread Eva Maria Garcia
Hi everyone, I’m working with IRIS motes on TinyOS 2.0.2 with the latest CVS tree. When I try to compile the Oscilloscope application, I encountered a series of compile errors. The compile information is listed at the end of this email. Any idea? Regards, Eva Compiling Oscill

[Tinyos-help] RV: Setting TOSSIM variables from Python

2008-04-03 Thread Eva Maria Garcia
Hi, Is there a way of setting variables of nesc modules from Python? I mean, as there is a 'getData', is it possible to do a 'set'? Is there any different way of getting this? Thanks in advance, --Eva- I forgot to say I'm working with version 2 of TinyOS ___

[Tinyos-help] Setting TOSSIM variables from Python

2008-04-03 Thread Eva Maria Garcia
Hi, Is there a way of setting variables of nesc modules from Python? I mean, as there is a 'getData', is it possible to do a 'set'? Is there any different way of getting this? Thanks in advance, --Eva-- ___ Tinyos-help mailing list Tinyos-hel

[Tinyos-help] Inspecting variable with DBG

2007-03-14 Thread Eva Maria Garcia
Hi all, I'd like to inspect the content of a variable with DBG. The type of this variable is int16_t. In the TOSSIM tutorial I found the next example: dbg("RadioCountToLedsC", "Received packet of length %hhu.\n", len); where the type of len is uint8_t. I don't know what to write behind

RE: RV: [Tinyos-help] Problem TOSSIM 2.0 on Cygwin (Python?)

2007-02-23 Thread Eva Maria Garcia
I've solved the problem. I've added the flag -shared to PLATFORM_LIB_FLAGS. Now its aspect is: PLATFORM_LIB_FLAGS = -shared -L/bin -lstdc++ -lpython$(PYTHON_VERSION) Thanks so much. --Eva-- -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Eva Ma

RE: RV: [Tinyos-help] Problem TOSSIM 2.0 on Cygwin (Python?)

2007-02-23 Thread Eva Maria Garcia
Adding the -shared flag where? Please, could you explain in more detail? I'm beginning with TinyOS and I'm following tutorials. -Mensaje original- De: Philip Levis [mailto:[EMAIL PROTECTED] Enviado el: viernes, 23 de febrero de 2007 18:38 Para: Eva Maria Garcia CC: t

RE: RV: [Tinyos-help] Problem TOSSIM 2.0 on Cygwin (Python?)

2007-02-23 Thread Eva Maria Garcia
It doesn't work. The error is the same. De: preeti k [mailto:[EMAIL PROTECTED] Enviado el: viernes, 23 de febrero de 2007 17:35 Para: Eva Maria Garcia CC: tinyos-help@millennium.berkeley.edu Asunto: Re: RV: [Tinyos-help] Problem TOSSIM 2.0 on Cygwin (Python?) Hi, By empty main i

RE: RV: [Tinyos-help] Problem TOSSIM 2.0 on Cygwin (Python?)

2007-02-23 Thread Eva Maria Garcia
An empty main? How? To which one of the source files? I don't understand the solution. --Eva-- De: preeti k [mailto:[EMAIL PROTECTED] Enviado el: viernes, 23 de febrero de 2007 16:44 Para: Eva Maria Garcia CC: tinyos-help@millennium.berkeley.edu Asunto: Re: RV: [Tinyos-help] Pr

RV: [Tinyos-help] Problem TOSSIM 2.0 on Cygwin (Python?)

2007-02-23 Thread Eva Maria Garcia
inal- De: Philip Levis [mailto:[EMAIL PROTECTED] Enviado el: jueves, 22 de febrero de 2007 18:51 Para: Eva Maria Garcia CC: tinyos-help@Millennium.Berkeley.EDU Asunto: Re: [Tinyos-help] Problem TOSSIM 2.0 on Cygwin (Python?) On Feb 22, 2007, at 3:59 AM, Eva Maria Garcia wrote: > The v

[Tinyos-help] problem with tossim

2007-02-22 Thread Eva Maria Garcia
Can you explain that question in more detail? I have the same problem. Thanks in advance. --Eva-- ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Problem TOSSIM 2.0 on Cygwin (Python?)

2007-02-22 Thread Eva Maria Garcia
Hi, I'm following the TOSSIM tutorial for TinyOS 2.0. I have installed Cygwin over Windows and the command tos-check-env is correct. When I compile an application (Blink for example), I get: mkdir -p build/micaz placing object files in build/micaz writing XML schema to app.xml comp

[Tinyos-help] Problem with MsgReader in lesson 4 (TinyOS 2.0)

2007-02-21 Thread Eva Maria Garcia
Hi, I have a problem with MsgReader in TinyOS 2.x on micaz platform. I followed up the tinyos 2.x tutorial in lesson 4. Everything went well until running java net.tinyos.tools.MsgReader BlinkToRadioMsg. The terminal just showed "[EMAIL PROTECTED]:57600: resynchronising" and then stayed idl

[Tinyos-help] TinyOS 2.0 installation problem

2006-11-16 Thread Eva Maria Garcia
I have just installed tinyos 2.0 following the steps in the http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html page. When I run the tos-check-env command, I get the following message graphviz: /cygdrive/c/ARCHIV~1

RE: [Tinyos-help] RE: RV: TinyOS 2.0 installation problem

2006-11-16 Thread Eva Maria Garcia
2.x/tos/lib/tossim/tossim_wrap.cxx:6973: error: `Py_InitModule' undeclared (first use this function) /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:6974: error: `PyModule_GetDict' undeclared (first use this function) make: *** [sim-exe] Error 1 -Mensaje original- D

[Tinyos-help] TOSSIM TinyOS 2.0 problem

2006-11-16 Thread Eva Maria Garcia
Hi, I have problems with compilation for TOSSIM in TinyOS 2.0. The command "tos-check-env" hasn't errors. But when I compile with the command "make micaz sim-cygwin" I obtain a couple of warnings and the next error: build/micaz/tossim.o(.text+0xcaa):/opt/tinyos-2.x/tos/lib/tossim/tossim.c:18 8:

[Tinyos-help] RE: RV: TinyOS 2.0 installation problem

2006-11-16 Thread Eva Maria Garcia
ing because the version of graphviz is not 1.10. However, you can ignore it. (I think the higher version can run nescdoc too, but I've never tried) 2) If you want to run TOSSIM in cygwin, you have to run "make micaz sim-cygwin"command. Supasate Choochaisri, Thailand Quoting Eva

[Tinyos-help] RV: TinyOS 2.0 installation problem

2006-11-15 Thread Eva Maria Garcia
I have just installed tinyos 2.0 following the steps in the http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html page. When I run the tos-check-env command, I get the following message   graphviz:    /cygdrive/c/ARCHIV~1/ATT/Graphviz/bin/dot    dot version 2.8 (Fri Feb  3 2