I don't know of a current mechanism to obtain size of used RAM or size of used ROM.
What Michael is talking about is at build time. Stack use and/or heap use (although TinyOS discourages use of heaps) might be useful to know in a running system via SNMP. But static ROM and static RAM usage via SNMP not so much. So why are you trying to do this? On Wed, May 4, 2011 at 10:54 AM, hayet nasri <[email protected]> wrote: > > I'm working on a project "Management of wsn with SNMP". I want to display > the > characteristics of telosb mote for example ROM, RAM, battery level, > computing power in a table in my JAVA application. > I am a beginner in WSN, please help me. > I would appreciate your help. thank you in advance. > > Michael Schippling-2 wrote: > > > > When a compile finishes it prints out the RAM and ROM usage, e.g.: > > > > compiled PanTiltC to build/tmote/main.exe > > 19464 bytes in ROM > > 621 bytes in RAM > > > > You can re-direct the compile output into a file like this: > > > > make telosb > error.txt > > > > Is that what you wanted? > > > > MS > > > > hayet nasri wrote: > >> I want to have an idea of the RAM and ROM footprint used by my > >> application. > >> I want to retrieve this information from my application code java and I > >> want > >> to view this information in my frame. > >> I am a beginner in WSN, please help me. > >> I would appreciate your help. thank you in advance. > > _______________________________________________ > > Tinyos-help mailing list > > [email protected] > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > > > > -- > View this message in context: > http://old.nabble.com/about-RAM-and-ROM-of-telosb-tp31534458p31544055.html > Sent from the TinyOS - Help mailing list archive at Nabble.com. > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Eric B. Decker Senior (over 50 :-) Researcher
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
