i think there is no support for mobility in TOSSIM. you can read about
tython , an effort to implement mobility. or you can implement yourself
mobility module in tossim
On Thu, Jan 31, 2013 at 5:24 PM, Alpha Gama wrote:
> Hi,
> I want to implement mobility on the protocol which I simulate unde
gt;
>> >> I don't have the CC2420 specs fully in my head right now but I would
>> check if the STXON strobe flushes the TXFIFO after packet transmissions. If
>> this is true, an additional STXON will do nothing. Again, you can try and
>> follow the state machine implemented in CC
robably looking at tos/chips/cc2420/transmit/CC2420TransmitP.nc may help.
>>
>> -John
>>
>> On Wed, Sep 5, 2012 at 11:51 AM, Adeel Javed wrote:
>>
>>> Hi everyone,
>>>
>>> I am wondering why this explicit call to STXON strobe is not working. As
&g
Hi everyone,
I am wondering why this explicit call to STXON strobe is not working. As
written in the theory call STXON.strobe() send the last packet saved in
the buffer. Now in the send.senddone() event function, when i write this
call this strobe cammand, receiver sensor (another sensor) do not
Hi there,
I am working on situation where there are two sensor nodes (sender and
receiver). when a receiver receive a particular msg from sender, it should
transmit it for particular time (say 2 mins) and should not release the
medium before finishing its task. Now problem arises that receiver
suc
Hi there,
i am trying to work on a scenario in which there are few sensor nodes and
which ever first receive a packet from basestation node should start
yelling and jam the channel for a particular time and after that nodes will
smaller IDs shouldn't transmit whereas node with greatest ID should d
Hi gurus,
I have seen a same problem in the "installation problem" thread on 1 oct, 2010
but i have not found any solution. The problem is i have installed tinyos-2.0.2
and when i try to "make telosb" after setting environment variable, i find
following errors.
root@ubuntu:/opt/tinyos-2.0.2/a