iof-tools / graphGenerator / fabrikant / README.md @ 67493fe0
History | View | Annotate | Download (774 Bytes)
1 |
## Fabrikant topology generator |
---|---|
2 |
|
3 |
You can use this generator to reproduce some topology presented in Fabrikant[1] |
4 |
|
5 |
### Example of usage |
6 |
|
7 |
`python3 gen_chain_gadget.py -i 1 -r 8 -t M -w fab17nodes.graphml` |
8 |
|
9 |
This command will produce a graph with 17 nodes with 1 inner node per ring and 8 rings. |
10 |
All the nodes will be of type M and the output is written into the file fab17nodes.graphml |
11 |
|
12 |
You can also add the edge weight and set the MRAI directly on the graph, use the `--help` |
13 |
to have more info about the possible attributes. |
14 |
|
15 |
### References |
16 |
|
17 |
[1] A. Fabrikant, U. Syed, and J. Rexford, “There’s something about MRAI: |
18 |
Timing diversity can exponentially worsen BGP convergence,” in 30th |
19 |
IEEE Int. Conf. on Computer Communications (INFOCOM 2011), |
20 |
Shanghai, China, Apr. 2011 |