Skip to content

telematik-tu-ilmenau/TopoGen

Repository files navigation

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.

About

creates geographic router level topologies enriched with seacable positions [READ-ONLY MIRROR]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published