Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 413 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 413 Bytes

This program generates a topological representation of a network in the .dot format Input: files in the tempa_output1 folder representing nodes and edges along with their attributes, such as time.

The main script "translateTopology.py" uses the gvgen library to facilitate the translation. The gvgen should be installed https://github.com/stricaud/gvgen The output can be visualized using the graphViz software