Draws a olsrd topology graph using cytoscape.js.
TOPO3 just gets JSON data from an URL. The JSON file there needs to be created by a server side application, that parses olsrd dotdraw plugin output and uses graphviz to get the nodes positions. A script that does that may be found in the python-olsrd-scripts.
Depencies:
- cytoscape.js
- jquery
- jquery.cookie.js