Import a graph generated by the BRITE topology generator into the Scilab environment.
[g]=BriteToSci(path,name)
path where the file is stored.
file name of the network graph generated by BRITE.
network graph.
BriteToSci imports a network topology created by BRITE (http://www.cs.bu.edu/BRITE/). The graph structure is assumed to be stored into the file 'name.brite'. First of all a Perl script (see /demos) is executed in order to adapt data into an appropriate format (perl brite2format name.brite). Two files are generated as node_name.brite and link_name.brite. Then the topology g is finally imported into the Scilab environment.