Re: [Tinyos-help] Help with tinyos

2013-09-12 Thread He Dajiang (I2R)
I think what you need is a 32 bit JDK installaton, getenv.dll and toscomm.dll. I wonder where are the source code for getenv.dll and toscomm.dll. If we have the source, maybe we can compile them for 64 bits OS, which is more and more common. From: tinyos-

Re: [Tinyos-help] CC2420: receiving old packets again (from rxfifo)

2013-09-12 Thread Eric Decker
you need a sniffer trying to do this by getting somekind of tell tale from the code is very difficult. you need to instrument the network. On Thu, Sep 12, 2013 at 2:55 PM, Srikanth Nori wrote: > Hi Christian, > > In my experience at least, tracking down problems with ACKs has been > phenomen

Re: [Tinyos-help] CC2420: receiving old packets again (from rxfifo)

2013-09-12 Thread Srikanth Nori
Hi Christian, In my experience at least, tracking down problems with ACKs has been phenomenally difficult. I have no direct advice but a couple of suggestions: On Fri, Aug 30, 2013 at 10:10 AM, Christian Renner wrote: > > We have 3 nodes: one receiver R and two senders A and B. Software ACKs > a

[Tinyos-help] CC2420: receiving old packets again (from rxfifo)

2013-09-12 Thread Christian Renner
Dear all, I'm currently working on implementing the Orinoco routing protocol (which is based on RI-MAC) for the TelosB/Tmote platform. Things work fine with one exception: packets get lost due to the following, strange behavior (I won't go into protocol details but just explain what happens):