Creates worldwide underlay topologies and outputs them in the following formats:
- JSON
- nodes and edges in txt files
- KML for Google Earth
TopoGen is built via CMake and uses the following libraries:
- Boost
- CGAL
- COIN-OR::LEMON
- GMP
- JsonCpp
- SQLite 3
./bootstrap.sh
cmake .
make
- create Google Earth KML
bin/topoGen --kml
- create node and edge list
bin/topoGen --graph
- create graph json
bin/topoGen --json
- Michael Grey
- Markus Theil
This tool was created at Ilmenau University of Technology.