[Tinyos-help] how to use graphviz
Roy Shea
royshea at gmail.com
Tue Jul 7 11:02:30 PDT 2009
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
More information about the Tinyos-help
mailing list