Re: [Tinyos-help] unique mote id problem

2008-01-31 Thread Philip Levis
On Jan 31, 2008, at 2:36 AM, Mustafa gozkun wrote: Assume that we have 10,000 costumers and we will give each of them 10 mote which means we will have 100,000 motes distributed. According to cc22420 packet header we can have at most 2'16(bits) which makes 65,536 unique mote ids. How can we solv

RE: [Tinyos-help] unique mote id problem

2008-01-31 Thread Giri Baleri
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mustafa gozkun Sent: Thursday, January 31, 2008 2:36 AM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] unique mote id problem Assume that we have 10,000 costumers and we will give each of them 10 mote

Re: [Tinyos-help] unique mote id problem

2008-01-31 Thread Michael Schippling
You could use groupIDs to get another byte of 'unique ID'. Or assign different radio channels to various groups too. Or add a message payload field to ID customers. But are all your customers going to be operating within, say, 100meters of each other? If not, it's probably not an issue... MS Mu

[Tinyos-help] unique mote id problem

2008-01-31 Thread Mustafa gozkun
Assume that we have 10,000 costumers and we will give each of them 10 mote which means we will have 100,000 motes distributed. According to cc22420 packet header we can have at most 2'16(bits) which makes 65,536 unique mote ids. How can we solve this problem? Is there a way to make mote address in