OLSR Dot Draw
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.
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.