Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 671 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 671 Bytes

Visualizing OLSRD topography using d3 force-directed graphs.

takes a topo dump from olsrd (using textinfo /topo) with little reformatting (see the sample). And visualizes it.

What you need to do your own

  • Clone the github repo
  • Have OLSRD with textinfo running on your network
  • change the get-topo.sh file to reflect the IP of your OLSRd textinfo node
  • Done!

Created during the CONFINE EU-FP7 Project. Using d3 and the Force-directed graph example See LICENSE for licensing information