Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
create an app package
[simgrid.git] / examples / java / app / bittorrent / bittorrent.xml
similarity index 71%
rename from examples/java/bittorrent/bittorrent.xml
rename to examples/java/app/bittorrent/bittorrent.xml
index 7d0459b..4e19f07 100644 (file)
@@ -1,36 +1,36 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-  <process host="Jacquelin" function="bittorrent.Tracker">
+  <process host="Jacquelin" function="app.bittorrent.Tracker">
     <argument value="3000" />
   </process>
 
-  <process host="Boivin" function="bittorrent.Peer">
+  <process host="Boivin" function="app.bittorrent.Peer">
     <argument value="00000002"/>      <!-- my id -->
     <argument value="5000" />      <!-- end time -->
     <argument value="1" />     <!-- indicates if the bittorrent.Peer is a seed at the begining of the simulation -->
   </process>
-  <process host="Jean_Yves" function="bittorrent.Peer">
+  <process host="Jean_Yves" function="app.bittorrent.Peer">
     <argument value="00000003"/>         <!-- my id -->
     <argument value="5000" />         <!-- end time -->
   </process>
-  <process host="TeX" function="bittorrent.Peer">
+  <process host="TeX" function="app.bittorrent.Peer">
     <argument value="00000004"/>   <!-- my id -->
     <argument value="5000" />   <!-- end time -->
   </process>
-  <process host="Geoff" function="bittorrent.Peer">
+  <process host="Geoff" function="app.bittorrent.Peer">
     <argument value="00000005"/>     <!-- my id -->
     <argument value="5000" />     <!-- end time -->
   </process>
-  <process host="Disney" function="bittorrent.Peer">
+  <process host="Disney" function="app.bittorrent.Peer">
     <argument value="00000006"/>      <!-- my id -->
     <argument value="5000" />      <!-- end time -->
   </process>
-  <process host="iRMX" function="bittorrent.Peer">
+  <process host="iRMX" function="app.bittorrent.Peer">
     <argument value="00000007"/>    <!-- my id -->
     <argument value="5000" />    <!-- end time -->
   </process>
-  <process host="McGee" function="bittorrent.Peer">
+  <process host="McGee" function="app.bittorrent.Peer">
     <argument value="00000008"/>     <!-- my id -->
     <argument value="5000" />     <!-- end time -->
   </process>