Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This platform works without NS3 now. Must have route from a to c
[simgrid.git] / examples / msg / ns3 / 3hosts_2links_p.xml
index 0e6aa55..b6068e1 100644 (file)
@@ -1,27 +1,30 @@
 <?xml version='1.0'?>
  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
- <platform version="3">
- <!--
- a ______1______ b _____2_____ c
+<platform version="3">
 
- -->
      <!-- a ______1______ b _____2_____ c -->
 
- <AS  id="AS0"  routing="Full">
-   <host id="a" power="1000000000"/>
-   <host id="b" power="1000000000"/>
-   <host id="c" power="1000000000"/>
-   <link id="1" bandwidth="1000" latency="0.01"/>
-   <link id="2" bandwidth="1000" latency="0.01"/>
-   <route src="a" dst="b">
-      <link_ctn id="1"/>
-   </route>
-   <route src="b" dst="c">
-      <link_ctn id="2"/>
-   </route>
-  
- </AS>
- </platform>
\ No newline at end of file
+       <AS id="AS0" routing="Full">
+
+               <host id="a" power="1000000000" />
+               <host id="b" power="1000000000" />
+               <host id="c" power="1000000000" />
+
+               <link id="1" bandwidth="1000" latency="0.01" />
+               <link id="2" bandwidth="1000" latency="0.01" />
+
+               <route src="a" dst="b">
+                       <link_ctn id="1" />
+               </route>
+               
+               <route src="b" dst="c">
+                       <link_ctn id="2" />
+               </route>
+               
+               <route src="a" dst="c">
+                       <link_ctn id="1" />
+                       <link_ctn id="2" />
+               </route>
+
+       </AS>
+</platform>
\ No newline at end of file