Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
and now a dht package + cmake factoring
[simgrid.git] / examples / java / dht / kademlia / kademlia.xml
similarity index 76%
rename from examples/java/kademlia/kademlia.xml
rename to examples/java/dht/kademlia/kademlia.xml
index 4ea6551..61a828b 100644 (file)
@@ -1,21 +1,21 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-  <process host="Jacquelin" function="kademlia.Node">
+  <process host="Jacquelin" function="dht.kademlia.Node">
     <argument value="0"/>        <!-- my id -->
     <argument value ="900"/>     <!-- deadline -->
   </process>
-  <process host="Boivin" function="kademlia.Node">
+  <process host="Boivin" function="dht.kademlia.Node">
     <argument value="1"/>        <!-- my id -->
     <argument value="0"/>        <!-- known id -->
     <argument value ="900"/>     <!-- deadline -->
   </process>
-  <process host="Jean_Yves" function="kademlia.Node">
+  <process host="Jean_Yves" function="dht.kademlia.Node">
     <argument value="2"/>        <!-- my id -->
     <argument value="0"/>        <!-- known id -->
     <argument value ="900"/>     <!-- deadline -->
   </process>
-  <process host="TeX" function="kademlia.Node">
+  <process host="TeX" function="dht.kademlia.Node">
     <argument value="4"/>        <!-- my id -->
     <argument value="0"/>        <!-- known id -->
     <argument value ="900"/>     <!-- deadline -->