Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 815 Bytes

README.md

File metadata and controls

53 lines (38 loc) · 815 Bytes

TopoGen

Creates worldwide underlay topologies and outputs them in the following formats:

  • JSON
  • nodes and edges in txt files
  • KML for Google Earth

image of example topology

Dependencies

TopoGen is built via CMake and uses the following libraries:

  • Boost
  • CGAL
  • COIN-OR::LEMON
  • GMP
  • JsonCpp
  • SQLite 3

Bootstrapping

./bootstrap.sh
cmake .
make

Running

  1. create Google Earth KML
bin/topoGen --kml
  1. create node and edge list
bin/topoGen --graph
  1. create graph json
bin/topoGen --json

Contributors

  • Michael Grey
  • Markus Theil

Credits

This tool was created at Ilmenau University of Technology.