1 DOT DATA GENERATION PLUGIN FOR OLSRD
2 by Andreas Tonnesen(andreto@olsr.org)
7 Added patch by Sebastian Hagen to fix FD leakage
11 Various updates by Bruno Randolf has been applied to this
16 - Updated plugin interface version
17 - Added plugin interface version function
18 - Topology is generated upon every new connection
24 Note that this code is a quick hack done at the Wizards Of Oz 3
26 The plugin generates output (over a TCP socket) in the dot format.
27 The dot tool generates visual presentations of directed graphs.
28 It can be downloaded as part of the GraphViz package from:
29 http://www.graphviz.org/
31 telet to 127.0.0.1 port 2004 to receive the data
39 olsr-topology-view.pl is a simple script to visualize the dotdraw data
40 on your computer. You will find some more explanations about the script at
41 http://br1.einfach.org/OlsrTopologyVisualization