OLSR Dot Draw: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
'''Original Image generated''' | '''Original Image generated''' | ||
[Image:topology_orig.png|thumb] | |||
The visualisation produced interesting images showing the complexity of mesh networking. The placement of nodes in the script is done using several algorithms and therefore aren't definately related to the nodes spacial position. We wanted a better feeling of what was going on in the [[49-node Indoor Mesh]] and it therefore 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. | The visualisation produced interesting images showing the complexity of mesh networking. The placement of nodes in the script is done using several algorithms and therefore aren't definately related to the nodes spacial position. We wanted a better feeling of what was going on in the [[49-node Indoor Mesh]] and it therefore 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. | ||
Line 10: | Line 11: | ||
'''Image after editing''' | '''Image after editing''' | ||
[Image:topology_new.png|thumb] |
Revision as of 16:52, 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 networks.
Original Image generated [Image:topology_orig.png|thumb]
The visualisation produced interesting images showing the complexity of mesh networking. The placement of nodes in the script is done using several algorithms and therefore aren't definately related to the nodes spacial position. We wanted a better feeling of what was going on in the 49-node Indoor Mesh and it therefore 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.
Image after editing [Image:topology_new.png|thumb]