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
