network.py: This module defines high-level abstractions for vertices in a network and for different kinds networks.
gen_network.py: This script generates a GraphML file representing a network having specified topology and size, and with the specified properties. See script for documentation on the allowed topologies and properties.
> python gen_network.py <topology> <size> <params> <outfile>network_stats.py: This script prints as output the values of some of the basic properties of the input network in GraphML/GML format.
> python network_stats.py <infile>graphml2gml.py: This script converts a network file in GraphML format to one in GML format.
> python graphml2gml.py <infile>gml2graphml.py: This script converts a network file in GML format to one in GraphML format.
> python gml2graphml.py <infile>If you have any questions about the software, please email Swami Iyer at [email protected].