fnss.topologies.parsers.parse_ashiip
fnss.topologies.parsers.parse_caida_as_relationships
Enter search terms or a module, class or function name.
Parse a topology from an output file generated by the BRITE topology generator
path : str
The path to the BRITE output file
capacity_unit : str, optional
The unit in which link capacity values are expresses in the BRITE file
delay_unit : str, optional
The unit in which link delay values are expresses in the BRITE file
directed : bool, optional
If True, the topology is parsed as directed topology.
topology : Topology or DirectedTopology