Hi, Thanks for the support ,. wont it be possible to get that in buffer with out writing in to the file ..?
rgds Indu On Fri, Oct 28, 2011 at 11:54 AM, Rafael de Oliveira Costa < [email protected]> wrote: > Hi, > > you can save the debug messages in a file. In your script of simulation do > like this ... > > f = open("log", "w") #creates the file named log > t.addChannel("BlinkC", f) #the debug messagens of BlinkC channel > will be recorded in log > > Rafael de Oliveira Costa, M.Sc. Student > PPGI - UFRJ > Rio de Janeiro, RJ, Brazil > http://www.labnet.nce.ufrj.br > "The first step to getting the things you want out of life is this : decide > what you want", Ben Stein > > > > On Fri, Oct 28, 2011 at 9:37 AM, Indtiny s <[email protected]> wrote: > >> Hi, >> >> I have installed the tinyos2.1.1 and ran some simulation , >> >> in the simulation all the debug messages are written on to the screen , >> >> For some processing reason I want the debug messages to be buffed in a >> some buffer .. >> >> How to do this ..? >> >> I dont want to do like $ python test.py > log.txt . >> >> pls help >> >> _______________________________________________ >> Tinyos-help mailing list >> [email protected] >> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >> > >
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
