Re: [Tinyos-help] PacketLink - totalRetries

2010-02-15 Thread Razvan Musaloiu-E.
Hi! On Thu, 11 Feb 2010, Arik Sapojnik wrote: Hi all, Is there a way to know the number of retries it took to deliver the message? I never tried this but the CC2420 driver is saving the number or attempts it made in the maxRetries. This value can be retrieved with PacketLink.getRetries.

Re: [Tinyos-help] PacketLink - totalRetries

2010-02-15 Thread Arik Sapojnik
Hi, It works, thanks! Arik On Mon, Feb 15, 2010 at 10:09, Razvan Musaloiu-E. razv...@cs.jhu.eduwrote: Hi! On Thu, 11 Feb 2010, Arik Sapojnik wrote: Hi all, Is there a way to know the number of retries it took to deliver the message? I never tried this but the CC2420 driver is

[Tinyos-help] PacketLink - totalRetries

2010-02-11 Thread Arik Sapojnik
Hi all, Is there a way to know the number of retries it took to deliver the message? -- Best Regards, Arik Sapojnik ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] PacketLink interface Wiring

2009-07-16 Thread Faisal Aslam
Hi, How to wire PacketLink interface in mica2. I know for CC2420 the CC2420ActiveMessageC provides it. Is it still not available for mica2? What interface for reliable transmission available in both CC1000 and CC2420? Faisal ___ Tinyos-help mailing

[Tinyos-help] PacketLink

2008-07-21 Thread David Valencia
When using the PacketLink interface, and a node requires retransmission of a packet, if a BaseStation is being used to monitor network activity will the BaseStation see all of the retransmission attempts? As a simple test, I setup one node to transmit a packet using: call

Re: [Tinyos-help] PacketLink

2008-07-21 Thread David Valencia
have that already. Thanks in advance. David Message: 6 Date: Mon, 21 Jul 2008 10:46:58 -0700 From: David Moss [EMAIL PROTECTED] Subject: Re: [Tinyos-help] PacketLink To: 'David Valencia' [EMAIL PROTECTED], tinyos-help@millennium.berkeley.edu Message-ID: [EMAIL PROTECTED] Content-Type

Re: [Tinyos-help] PacketLink

2008-07-21 Thread David Moss
: Re: [Tinyos-help] PacketLink To: 'David Valencia' [EMAIL PROTECTED], tinyos-help@millennium.berkeley.edu Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii By default, the base station will filter out duplicate packets just like any other node

[Tinyos-help] PacketLink

2008-07-18 Thread David Valencia
When using the PacketLink interface, and a node requires retransmission of a packet, if a BaseStation is being used to monitor network activity will the BaseStation see all of the retransmission attempts? As a simple test, I setup one node to transmit a packet using: call

Re: [Tinyos-help] PacketLink Questions.

2008-07-13 Thread Anton
David Valencia wrote: Does the packet link layer use CCA when retransmitting a packet? If CCA is on (it is by default), it is used for each transmission or retransmission (look through the components\tos\chips\cc2420\csma\CC2420CsmaP.nc and

[Tinyos-help] PacketLink Questions.

2008-07-12 Thread David Valencia
Does the packet link layer use CCA when retransmitting a packet? -- Development environment: CYGWIN Platform: TelosB (tinyos-2.x: cvs disribution) ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] PacketLink in Tossim tinyos-2.x

2007-07-18 Thread Marek Jawurek
Hi everyone, we attempted to compile an application with PacketLink support for Tossim but it did not work out as planned. The make micaz sim target compiles alright. Is there no PacketLink implementation for Tossim ? When compiling the cc2420 TestPacketLink application I get similar errors:

Re: [Tinyos-help] PacketLink in Tossim tinyos-2.x

2007-07-18 Thread Marek Jawurek
Correction: make micaz sim did NOT work and this was the point of my question ;-) Marek On Wed, 2007-07-18 at 11:58 +0200, Marek Jawurek wrote: Hi everyone, we attempted to compile an application with PacketLink support for Tossim but it did not work out as planned. The make micaz sim

[Tinyos-help] PacketLink/RadioBackoff unexpected behavior

2007-06-11 Thread Mayur Maheshwari
Hi David, It was nice of you that you helped me with the information on blackbook. However there seems to be problem galore ;) 1. PacketLink I tried using the PacketLink interface in one of my apps and it fails to receive the acks. Previously, I was using the PacketAcknowledgements interface