OLSR Dot Draw: Difference between revisions

From WirelessAfrica
mNo edit summary
 
No edit summary
Line 1: Line 1:
A perl script, found at [http://meshcube.org/meshwiki/OlsrTopologyVisualization Meshcube], which makes use of the [http://www.olsr.org/index.cgi?action=plugins OSLR Dot topology information plugin] was used as a 1st cut tool to visualise the network.
A perl script, found at [http://meshcube.org/meshwiki/OlsrTopologyVisualization Meshcube], which makes use of the [http://www.olsr.org/index.cgi?action=plugins OSLR Dot topology information plugin] was used as a 1st cut tool to visualise the network.
[http://meshcube.org/nylon/utils/olsr-topology-view.pl Original Source]
The visualisation produced interesting images showing the complexity of a 49 node mesh, however, because of the somewhat random placement of nodes, it was necessary to edit the script to fix the positions of the nodes according to their grid positions. This was accomplished by instructing the script to first look at a header file for position information before drawing the links.
Our version of the script will be added [ftp://willfillinsoon here] and our header file [ftp://willfillinsoon here].

Revision as of 16:30, 17 November 2005

A perl script, found at Meshcube, which makes use of the OSLR Dot topology information plugin was used as a 1st cut tool to visualise the network.

Original Source

The visualisation produced interesting images showing the complexity of a 49 node mesh, however, because of the somewhat random placement of nodes, it was necessary to edit the script to fix the positions of the nodes according to their grid positions. This was accomplished by instructing the script to first look at a header file for position information before drawing the links.

Our version of the script will be added here and our header file here.