Re: [Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-26 Thread Steve McKown
On Monday 25 June 2007 12:05:37 am Murtuza wrote: > Hi Steve > > Thanks for ur reply...and i apologize for replying late > > > Two packets coming from different kinds of motes running different > > applications can be distinguished using AM types. Am I right ? > > [This was your reply] > I'm not su

Re: [Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-25 Thread Bernardo Avila Pires
Yes, you can. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-25 Thread Bernardo Avila Pires
2007/6/25, Murtuza <[EMAIL PROTECTED]>: Hi Steve Thanks for ur reply...and i apologize for replying late I want to elaborate on these sentences of mine in the previous mail > Two packets coming from different kinds of motes running different > applications can be distinguished using AM typ

[Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-24 Thread Murtuza
Hi Steve Thanks for ur reply...and i apologize for replying late I want to elaborate on these sentences of mine in the previous mail Two packets coming from different kinds of motes running different applications can be distinguished using AM types. Am I right ? [This was your reply] I'm not

Re: [Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-24 Thread Murtuza
Hi Steve Thanks for ur reply...and i apologize for replying late Two packets coming from different kinds of motes running different applications can be distinguished using AM types. Am I right ? [This was your reply] I'm not sure I understand this question. Can you share what are you trying

Re: [Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-14 Thread Steve McKown
On Friday 08 June 2007 13:58, Murtuza wrote: > Hello friends, > > I have 2 different questions. > > 1. I wanted to know how can I receive messages of different payload format > i.e the payload are of different sizes and structures from different motes > to a common mote. I have seen the code for Ba

Re: [Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-14 Thread Bernardo Avila Pires
I think it would be easier to deal with defining a struct for a message and then manipulating it as in BlinkToRadio... 2007/6/8, Murtuza <[EMAIL PROTECTED]>: Hello friends, I have 2 different questions. 1. I wanted to know how can I receive messages of different payload format i.e the payload

[Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-08 Thread Murtuza
Hello friends, I have 2 different questions. 1. I wanted to know how can I receive messages of different payload format i.e the payload are of different sizes and structures from different motes to a common mote. I have seen the code for BaseStation. It does a similar thing. But the doubt which