[Tinyos-help] CTP and congestion control

2009-07-01 Thread Michiel Konstapel
I was recently looking into the (now removed) congestion control code in CTP, and the net2 meeting notes (http://tinyos.stanford.edu:8000/Net2WG/Notes/20080321) mentioned the failed attempts at ECN. What was attempted, and how did it fail? We're currently looking into implementing some congestion

Re: [Tinyos-help] CTP and congestion control

2009-07-01 Thread sofia aparicio
Hello, Could you please tell me the difference between async event and event? When a event is executed? Thank you very much, Sofia _ ¿Quieres ver los mejores videos de MSN? Enciende Messenger TV

[Tinyos-help] Difference between async event and event

2009-07-01 Thread sofia aparicio
Hello, Could you please tell me the difference between async event and event? When a event is executed? Thank you very much, Sofia Comparte tus fotos con tus amigos. Más fácil con Windows Live _ Llévate Messenger en

Re: [Tinyos-help] set the RFpower level in TinyOS 2.1

2009-07-01 Thread BAI LI
Hi, Thanks for your reply. At the beginning, I thought they must have one similar interface like in TinyOS1.x. But I guess I was wrong. I wonder how other people set the RF power level in TinyOS 2.x. Regards, Bai On Wed, Jul 1, 2009 at 3:19 AM, Michael Schippling sc...@santafe.eduwrote:

[Tinyos-help] FCP LPP in Koala

2009-07-01 Thread Andres Vahter
Hi, I read the following paper: http://www.cs.jhu.edu/~cliang4/public/doc/2008_IPSN_Koala.pdf It was about Koala and low power interface called Low-Power Probing (LPP) that I am interested in. Is it possible to see any example application about Koala? It would be great. Andres Vahter

Re: [Tinyos-help] CTP and Congestion Control

2009-07-01 Thread bharat naik
Hello, Could you please tell me the difference between async event and event? When a event is executed? Thank you very much, Sofia Is this with reference to CTP and congestion control? If then, you need to be more specific. For knowing about async events refer to the Tiny OS tutorial:

[Tinyos-help] send unicast message using multihop communication method

2009-07-01 Thread ලසන්ති
hi, i am doing a project which needs to send messages to specific nodes. Simply, need to send unicast messages. for example, node A may want to send a message to node B, while another node C wants to send a message to node D. but they are not in senders transmission range and because of this

Re: [Tinyos-help] CTP and congestion control

2009-07-01 Thread Philip Levis
On Jul 1, 2009, at 1:57 AM, Michiel Konstapel wrote: I was recently looking into the (now removed) congestion control code in CTP, and the net2 meeting notes (http://tinyos.stanford.edu:8000/Net2WG/Notes/20080321) mentioned the failed attempts at ECN. What was attempted, and how did it

[Tinyos-help] Need help in verifying my code

2009-07-01 Thread trilok i
Hi all, Please go through my code and check whethear the procedure is correct for calculating time between send() and sendDone(). --- TestTinySecM.nc includes Surge; module TestTinySecM { provides

[Tinyos-help] Missing MAKERULES file in the BSN kit

2009-07-01 Thread Chi Tin LUK
Dear Sir, I have got a BSN Development Kit V3 from BSN 2009. However, while I try to follow the tutorials and make my first BSN program. It fails at the comman make bsnv3. It returns make: ***No rule to make target 'bsnv3'. Stop. I have checked the Makefile in the same folder and found that

[Tinyos-help] Regarding .extra in make system

2009-07-01 Thread Jatindera Walia
Hi, I created the required folders in the contrib such as school apps tos support make I did put an xyz.extra file in the make folder and modified the TOS_MAKEPATH but the system is not picking it up. If I put the CFLAGS += ... directly in the application Makefile,