On Fri, Oct 15, 2010 at 6:39 AM, bvsr pathuri <[email protected]> wrote: > > HI all, > > I am developing an network application in which I require to > gather the information of every nodes receptions and transmissions in a log > file at node. > > This log file can be stored in nodes memory. Can anybody help me in this.
You can use the dbg statements if you are using a simulator. If you have a testbed with a serial interface, you can send debug messages (e.g., CollectionDebug, printf) over the UART. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
