49.1.2 Nodes

The nam trace format defining node state is:
n -t time -a src-addr -s src-id -S state -v shape -c color -i l-color -o color
"n" denotes the node state.
Flags "-t" indicates time and "-a" and "-s" denotes the node address and id.
"-S" gives the node state transition. The possible state transition values are:

"-v" is the shape of the node. The possible values are:

As an example, the line
n -t * -a 4 -s 4 -S UP -v circle -c tan -i tan
defines a node with address and id of 4 that has the shape of a circle, and color of tan and label-color (-i) of tan.

Tom Henderson 2011-11-05