Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
today is doomsday: platform.xml is sacrificed for the greater good
[simgrid.git] / examples / java / dht / kademlia / kademlia.xml
index 61a828b..2b113e8 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">
+
+  <process 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">
+
+  <process 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">
+
+  <process 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">
+
+  <process host="node-3.acme.org" function="dht.kademlia.Node">
     <argument value="4"/>        <!-- my id -->
     <argument value="0"/>        <!-- known id -->
-    <argument value ="900"/>     <!-- deadline -->  
+    <argument value ="900"/>     <!-- deadline -->
   </process>
 </platform>