you also should verify that both motes are talking the same protocol.   In
other words the packets need to match exactly.

I'm not sure about the endianess but if T1 is big endian and T2 little
endian it wont work unless you figure out how to get them to match.

Why are you trying to get T1 to talk to T2?

Seems like a silly exercise.



On Mon, Oct 14, 2013 at 11:30 PM, Dhruv Vyas <dhruv.m.v...@gmail.com> wrote:

> Hi,
>
> Is there anyway two motes can communicate with each other having different
> tinyos versions (ie tinyos 1.x and 2.x)  ?
>
> I tried to follow links below:
> https://www.millennium.berkeley.edu/pipermail/tinyos-help/2008-September/036039.htmlhttp://mail.millennium.berkeley.edu/pipermail/tinyos-help/2009-May/040049.html
>
> I tried to modify header of TOS_msg (in tinyos 1.x) structure by adding src
> (uint16) and network (uint8) fields to match with tinyos 2.x (message_t in
> tinyos 2.x).
>
> In this process, I made sure that both the motes are configured to
> communicate on the same freq (channel 26) and with same group id (0x22). Is
> there anything else which I should take care of ? (In 2nd link, there was
> some discussion about tinyos 1.x supporting big endian and tinyos 2.x
> supporting little endian)
>
> Any help will be appreciated.
>
> regards,
>
> Dhruv Vyas
>
> (Graduate Student)
> BITS - Goa
>
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
Eric B. Decker
Senior (over 50 :-) Researcher
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to