Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update all our XML files + next XML version will be 4.1, not 5
[simgrid.git] / examples / java / dht / kademlia / kademlia.xml
index 61a828b..748558f 100644 (file)
@@ -1,23 +1,27 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <process host="Jacquelin" function="dht.kademlia.Node">
+<platform version="4.1">
+
+  <actor host="node-0.acme.org" function="dht.kademlia.Node">
     <argument value="0"/>        <!-- my id -->
     <argument value ="900"/>     <!-- deadline -->
-  </process>
-  <process host="Boivin" function="dht.kademlia.Node">
+  </actor>
+
+  <actor host="node-1.acme.org" function="dht.kademlia.Node">
     <argument value="1"/>        <!-- my id -->
     <argument value="0"/>        <!-- known id -->
     <argument value ="900"/>     <!-- deadline -->
-  </process>
-  <process host="Jean_Yves" function="dht.kademlia.Node">
+  </actor>
+
+  <actor host="node-2.acme.org" function="dht.kademlia.Node">
     <argument value="2"/>        <!-- my id -->
     <argument value="0"/>        <!-- known id -->
     <argument value ="900"/>     <!-- deadline -->
-  </process>
-  <process host="TeX" function="dht.kademlia.Node">
+  </actor>
+
+  <actor host="node-3.acme.org" function="dht.kademlia.Node">
     <argument value="4"/>        <!-- my id -->
     <argument value="0"/>        <!-- known id -->
-    <argument value ="900"/>     <!-- deadline -->  
-  </process>
+    <argument value ="900"/>     <!-- deadline -->
+  </actor>
 </platform>