Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4123)

Unified Diff: src/brite/examples/conf_files/RTBarabasi10.conf

Issue 4517125: Ns-3 BRITE Integration
Patch Set: Created 12 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/brite/examples/conf_files/RTBarabasi10.conf
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/brite/examples/conf_files/RTBarabasi10.conf
@@ -0,0 +1,22 @@
+#This config file was generated by the GUI.
+
+BriteConfig
+
+BeginModel
+ Name = 2 #Router Barabasi=2, AS Barabasi =4
+ N = 10 #Number of nodes in graph
+ HS = 1000 #Size of main plane (number of squares)
+ LS = 100 #Size of inner planes (number of squares)
+ NodePlacement = 1 #Random = 1, Heavy Tailed = 2
+ m = 2 #Number of neighboring node each new node connects to.
+ BWDist = 1 #Constant = 1, Uniform =2, HeavyTailed = 3, Exponential =4
+ BWMin = 10.0
+ BWMax = 1024.0
+EndModel
+
+
+
+BeginOutput #**Atleast one of these options should have value 1**
+ BRITE = 1 #0 = Do not save as BRITE, 1 = save as BRITE.
+ OTTER = 0 #0 = Do not visualize with Otter, 1 = Visualize
+EndOutput

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b