Good day, On Thursday 24 May 2007 08:23, qiting chen wrote: > In tinyos1.x,by typing make pc docs in an application directory,a document > "index.html" is created in /opt/tinyos-1.x/doc/nesdoc/pc,which contains the > Component Graph of the application. I'm just wondering how can I create and > view the Component Graph of an app in tinyos2.0.
The same way actually: "make <platform> docs" in the top level directory of your tos2 application. You'll find the code in the doc/nesdoc/<platform> subdirectory. Cheers, Steve _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
