Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move MSG and SimDag examples out of the sight of users
[simgrid.git] / examples / java / dht / kademlia / kademlia.xml
diff --git a/examples/java/dht/kademlia/kademlia.xml b/examples/java/dht/kademlia/kademlia.xml
deleted file mode 100644 (file)
index 2b113e8..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-
-  <process host="node-0.acme.org" function="dht.kademlia.Node">
-    <argument value="0"/>        <!-- my id -->
-    <argument value ="900"/>     <!-- deadline -->
-  </process>
-
-  <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="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="node-3.acme.org" function="dht.kademlia.Node">
-    <argument value="4"/>        <!-- my id -->
-    <argument value="0"/>        <!-- known id -->
-    <argument value ="900"/>     <!-- deadline -->
-  </process>
-</platform>