Howdy, > I don't know how to use graphviz. > Can anybody tell me how to do that?
General and great online documentation for graphviz at: http://www.graphviz.org/Documentation.php With regards to TinyOS, I'm pretty sure that graphviz is only being used during documentation generation. Rather than using graphviz directly, you use the TinyOS build system. Something like: ---- cd $TOSROOT/apps/Blink make micaz docs ---- will create interface documentation for BlinkC that can be found in: $TOSROOT/doc/nesdoc/micaz/index.html Peace, -Roy _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
