A collaboration between Ed Rantanen and myself to provide basic visualization of a trace route in a flexible manner. This should allow the swapping of different graphic libraries such as Graphviz, Flot, etc.

bmallred 0e354509da moved files from bitbucket vor 11 Jahren
..
Properties 0e354509da moved files from bitbucket vor 11 Jahren
BlockType.cs 0e354509da moved files from bitbucket vor 11 Jahren
MIT.txt 0e354509da moved files from bitbucket vor 11 Jahren
Parser.cs 0e354509da moved files from bitbucket vor 11 Jahren
ParserToken.cs 0e354509da moved files from bitbucket vor 11 Jahren
README.txt 0e354509da moved files from bitbucket vor 11 Jahren
TextBlock.cs 0e354509da moved files from bitbucket vor 11 Jahren
VisualTraceRoute.Text.csproj 0e354509da moved files from bitbucket vor 11 Jahren
sample-console.txt 0e354509da moved files from bitbucket vor 11 Jahren
sample-xml.txt 0e354509da moved files from bitbucket vor 11 Jahren

README.txt

Author: Bryan M. Allred
Last update: 6/5/2011

The intentions of the Parser is to allow users to change the data structure
without needing to recompile the source code. This may also aid in the
flexibility to allow swapping of graphing utilities.

Available tokens are:

{destination}
{address}
{hop}
{hostname}
{roundtrip}

Also, understanding there will be multiple replies on any given trace there
has to be a way to mark repeating text. This is done with the following
text:

{routes}


{hops}

{/hops}
{/routes}

Some times there needs to be a separator between iterations:

{routes}

{/routes},

or

{routes}
{hops}

{/hops},
{/routes}