Install ------- Place in the target directory. write: gunzip togend.tar.gz tar xvf togend.tar make all Run --- Usage: togend The topology Generator receives 3 parameters: 1. A parameter File The parameter file consists of one line, which contains the parameters for the algorithm: m0 - The number of initial detached nodes the generator creates m - The number of new links or nodes it adds in each cycle p - The possibility to add m new links q - The possibility to rewire m exisiting links An example for a parameter file: echo 5 3 .1 .05 > prms Will result with a file called prms in which m0=5, m=3, p=0.1, q=0.05 2. Size The total number of nodes in the generated topology 3. Out File The name of a file in the current directory into which the resulted topology will be output. The format of the output file is the following: < Number of links> <#> Seperator