[Tinyos-help] Number of node ids

2010-01-21 Thread Vikram vik76
Hello, I would like to know upto what value can I assign the node ids? MICAz and tmote sky. Thanks Vikram ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Number of node ids

2010-01-21 Thread Faisal Aslam
It is two bytes long field. Hence you can assign ids to 2^16 = 65536. best regards, -- Faisal Aslam University of Freiburg http://cone.informatik.uni-freiburg.de/people/aslam/ > Hello, > I would like to know upto what value can I assign the node ids? > MICAz and tmote sky. > > Thanks > Vikram >

Re: [Tinyos-help] Number of node ids

2010-01-22 Thread Qiyuan Zhang
Hi,all. There is also a group id, so is it OK to say that the same id can be reused across the network? Best regards, Qiyuan Zhang On Fri, Jan 22, 2010 at 3:13 PM, Faisal Aslam < as...@informatik.uni-freiburg.de> wrote: > It is two bytes long field. Hence you can assign ids to 2^16 = 65536. >