Some quick pointers and info on the Tinies used for the NEST project
from Greg Sullivan

* David Culler's home page is a good starting point:
   http://www.cs.berkeley.edu/~culler/

* Specific to TinyOS is:
   http://tinyos.millennium.berkeley.edu/

* For more information about the actual hardware, see:
   http://www.cs.berkeley.edu/~awoo/smartdust/
  has pointers to the manuals and development software for the raw
  chips.

* The initial version of the microcontroller has 512 bytes RAM and
  8K ROM.

* One of their slides mentions a 10-30 ft. range for the radio.

* I think you can run TinyOS as a process (on Linux or Win32), so it
  seems like it should be possible to simulate bunches of tinies by
  running bunches of TinyOS processes and imposing some connection
  topology on them (i.e. decide which processes are close enough to
  communicate with each other and hook them up).