Hi,
At the moment, I use BRITE with ns3.22 to generate a Topology with a config file that I have appended. I want to simulate a part of the internet. For this purpose, I want to set the Datarate, Delay etc. or rather a Minimum and Maximum of these attributes for the several topology levels.
For example: The connection between the Leaf Nodes and the first router node should have a Datarate between 2Mbps and 20Mbps with a Delay between 2ms and 10ms. The router nodes within an autonomous system (AS) have a better connection to each other (e.g. 100Mbps-1Gbps, 2ms-5ms). And finally the root node of each AS has a connection to the other AS root nodes with a Datarate of 10Gbps and a Delay of 1ms.
I think the easiest way is to set the respective minimum and maximum values in the config file. Then the BRITE Generator can use a random value between the set values . But I don't know how. Can you give me a hint or an example how to set these values?
Thanks,
Peter