Re: [Tinyos-help] POWERTOSSIM 2

2008-06-04 Thread Elvar Ólafsson
I was of course talking about POWERTOSSIM 2 in my last message :) With regards, Elvar Olafsson On Wed, Jun 4, 2008 at 10:05 AM, Elvar Ólafsson [EMAIL PROTECTED] wrote: Hi. Does anyone know if POWERTOSSIM is still being developed? And if so, who is responsible for it? I have tried to email

[Tinyos-help] collision in TOSSIM

2008-06-04 Thread salvatore galati
Hi all. I'm a student of University of Pisa and i'm working on WSN with TinyOs 2.x and telosB motes. In my application the first mote ( mote A ) sends messages back-to-back to a second mote ( mote B ). Mote B has a timer and when the timer expires it sends an aknowledgment to mote A, this message

[Tinyos-help] error when compile sdk/java

2008-06-04 Thread rodolfo de paz
Hi, I found same problem, anybody found the solution for this? Regards, Rodolfo -- Hi there, when I compile the /opt/tinyos-2.x/support/sdk/java, one file seems cannot compile. make[3]: Entering directory

[Tinyos-help] Issue with Java on TinyOS-2.x

2008-06-04 Thread Kevin Ong
Hi guys, are any of you encountering java compilation errors? History till date; I have installed the java jdk 1.5 and everything else is working fine except the java compilation issues. The program I am trying to run is TestSerial from lesson4 in the /opt/tinyos-2.x/apps/tests folder. The

[Tinyos-help] [tinyos-help]sendMsg

2008-06-04 Thread dima .
hello i am trying to send a message that has stucture different than the TOS_Msg defined in tinyos so how could i use the sendMsg and where should i make the modifications to be able to send my msg because SendMsg take as a parameter the TOS_Msg ?? hope anyone could help me ,thx alot

Re: [Tinyos-help] time synchronization

2008-06-04 Thread jiwen zhang
Hello : 2008/6/4 Miklos Maroti [EMAIL PROTECTED]: Hi Zhang, Yes. The PacketTimeStamp interface is used to access the transmit or receive time of the packet. If you want to embed a time stamp inside the packet then you need to use the TimeSyncAMSend and TimeSyncPacket interfaces of the

[Tinyos-help] msp-430-bsl.zip

2008-06-04 Thread Mehedi Bakht
Hi, I am looking for the msp430-bsl.zip. Earlier, it could be downloaded from moteiv/support but that is no longer. I will appreciate if anyone can send me the zip file. Thanks, --Mehedi ___ Tinyos-help mailing list

Re: [Tinyos-help] time synchronization

2008-06-04 Thread Miklos Maroti
Hi Zhang, that is to say this is the time synchronization between the sender and receiver , not the whole network ? Correct. i have seen the TimeSyncAMSend, when you send a packet , you shou give an parameter event_time in the command send . i can't understand the function of the parameter

[Tinyos-help] LANMAR implementation : make not works

2008-06-04 Thread Jitender ahuja
Hi, nbsp;nbsp;nbsp; I am unable to run LANMAR code provided in contrib fiolder (by ucb) due to giving error on make file regarding an included file(as shown below on the last line of the make file contents, also shown is the error displayed). nbsp; I feel if the file is missing, then where to

Re: [Tinyos-help] avr-gcc on Mac -- not only for Mac users

2008-06-04 Thread Zinaida Benenson
Hi all, I can compile for micaz now, thanks to Abhishek. The solution was to add /stow/repository/avr-tinyos/bin/../libexec/ gcc/avr/4.1.2/ to the PATH. After that, using $ avr-gcc -print-search-dirs I discovered that avr-gcc looks for the standard library in a directory which I don't have

[Tinyos-help] TOSSIM Tinyos 1.x

2008-06-04 Thread Daniel Pereira
Hi All, I'm following the steps in Lesson 5: Simulating TinyOS Applications in TOSSIM (http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson5.html). To compile TinyViz, tools/java/net/tinyos/sim directory, type make. So the following message is printed. javac AdapterMaker.java

[Tinyos-help] ghost messages

2008-06-04 Thread Klaas Thoelen
Hi *, I'm currently developing an application which involves a basestation sending out beacon messages which are to be received by free nodes. Upon reception, a free node knows that it is in range of a certain basestation and restarts a timer. If the timer fires (the interval is 2.5 times

Re: [Tinyos-help] Issue with Java on TinyOS-2.x

2008-06-04 Thread Michael Schippling
Is it possible that the mystery class file was compiled with a later version of Java? It's backward compatible but not forward... You might try recompiling the sdk/java directories with your 1.5... MS Kevin Ong wrote: Hi guys, are any of you encountering java compilation errors? History

Re: [Tinyos-help] UPMA update in near future?

2008-06-04 Thread Erwing R. Sanchez
Le 14 mai 08 à 20:10, Greg Hackmann a écrit : Erwing R. Sanchez wrote: Hi, I was wondering if there is any running project aiming at updating UPMA and MLA contributions of Washington University in St. Louis. This question arises because source code is not compiling anymore. As far as

Re: [Tinyos-help] [tinyos-help]sendMsg

2008-06-04 Thread Michael Schippling
May I first ask: Why? Modifying the TOS_Msg header will lead you into a nightmare scenario of modifying lowlevel radio and messaging code. If you are simply trying to send your own payload, look at the tutorials and the MIG message generator. MS dima . wrote: hello i am trying to send a

[Tinyos-help] hi the question about CTP

2008-06-04 Thread 贾鹏
Hi there, I'm scrutinizing the CTP protocol now, especially the CTPForwardingEngine. I' little confused with the three data structures: queue, pool and cache. It seems that once we want to send a packet by the radio, we first dequeue the packet and put it back to the message pool and look up the

Re: [Tinyos-help] ghost messages

2008-06-04 Thread Eric Decker
Do you have multiple beacons? Regardless I would try embedding in the beacon packet a unique identifier that would allow a clue as to if the packet being received is from the beacon you turned off. eric On Wed, Jun 4, 2008 at 9:17 AM, Klaas Thoelen [EMAIL PROTECTED] wrote: Hi *, I'm

[Tinyos-help] what is the problem?

2008-06-04 Thread Yu Qun
Hi everyone: Hope to gain some warm responses from you! after i input the commandcd C:/Crossbow/cygwin/opt/MoteWorks/make, I excute the command in PN2 make mica2, the output is the following: C:\Crossbow\PN\IDE.bat C:\Crossbow\cygwin\opt\MoteWorks\apps\tutorials\MyApp\lesson_4\

[Tinyos-help] CollectionSenderC.send(...) does not signal sendDone(error_t)

2008-06-04 Thread Nicola Wegner
Hi, I have a problem with the Collection protocol. When I call CollectionSenderC.send(...) I never get a sendDone(error_t) signaled. When I try to resend then CollectionSenderC.send(...) returns EBUSY. I have not set up a root node yet but I think sendDone() should be signaled after a while and

[Tinyos-help] TOSBase drops packets

2008-06-04 Thread Javier Zazo
Hi, I am making measures with TOSBase, and one of them is based on sending packets nonstop through the radio and forwarding them to the UART. The fact is that if I send packets with payload length higher than 11 bytes many packets are droped by TOSBase (the yellow Led blinks repeatedly). If the

[Tinyos-help] toscomm JNI library was not found

2008-06-04 Thread tarun sharma
hi Im not very sure if this the the right place to ask this question, kindly excuse me if it isn't. I have this java program to receive data from telosb connected to usb. The program works fine when executed from cygwin but when i use netbeans to execute the program on same computer it gives

Re: [Tinyos-help] toscomm JNI library was not found

2008-06-04 Thread Sarfraz Nawaz
Do you have multiple JVMs on your computer? It might be possible that the toscomm jni library is present only in the search path of the Cygwin JVM. On Thu, Jun 5, 2008 at 8:16 AM, tarun sharma [EMAIL PROTECTED] wrote: hi Im not very sure if this the the right place to ask this question,

Re: [Tinyos-help] TMote Mini timer capture

2008-06-04 Thread Eric Decker
On Tue, Jun 3, 2008 at 10:52 AM, Jānis [EMAIL PROTECTED] wrote: Hi, During few past days I have been trying to get working capture event on TimerA. I have data pin attached to P1.2(Timer_A, capture: CCI1A input, compare: Out1 output) and configuration that uses MSP430TimerC.ControlA1 and