jim wrote:
> Does anyone have any sort of comparison or benchmark
> on what to expect with java execution on any of the Motes
> with this part.
> 
> I will take any examples you might have, since we are
> still looking at platforms at this point.
> 
> thanks
> Jim

Hi Jim,

I'm not aware if any JVMs for the ATmega-based motes (but admittedly
haven't looked).  At least with respect to TinyOS, the Java source you
see is for utilities on the host PC that facilitate interaction with the
mote.  None of this code runs directly on the motes.  The code executing
on the motes is nesC compiled to C which is then (cross-)compiled using
the correct compiler for the target mote - e.g. AVR for the Atmels,
msp430 for the TI chips, ?? for the intelmote2 (I'd have to check), etc...

Hopefully I didn't misinterpret your question.

tony
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to