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. wrote: > 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 savi

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

[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 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-hel

[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

Re: [Tinyos-help] PacketLink

2008-07-21 Thread David Moss
08 10:46:58 -0700 > From: "David Moss" <[EMAIL PROTECTED]> > Subject: Re: [Tinyos-help] PacketLink > To: "'David Valencia'" <[EMAIL PROTECTED]>, > > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii&q

Re: [Tinyos-help] PacketLink

2008-07-21 Thread David Valencia
course I should 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]>

Re: [Tinyos-help] PacketLink

2008-07-21 Thread David Moss
-help@millennium.berkeley.edu Subject: [Tinyos-help] PacketLink 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 no

[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 PacketLink.setRetries(&

[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 PacketLink.setRetries(&M

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 \tos\chips\cc2420\transmit\CC2420TransmitP.

[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 https://www.millennium.berkeley.edu/

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

2007-07-18 Thread Philip Levis
On Jul 18, 2007, at 5:56 AM, Marek Jawurek wrote: Correction: "make micaz sim" did NOT work and this was the point of my question ;-) Marek TOSSIM currently does not simulate the CC2420 radio. It simulates a packet layer that acts a lot like a CC2420 radio that is always on. But it d

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 si

[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: m

[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 and