Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / examples / msg / app-bittorrent / app-bittorrent_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4
5   <process host="node-0.acme.org" function="tracker">
6     <argument value="3000" />
7   </process>
8
9   <process host="node-1.acme.org" function="peer">
10     <argument value="00000002"/>    <!-- my id -->
11     <argument value="5000" />    <!-- end time --> 
12     <argument value="1" />       <!-- indicates if the peer is a seed at the beginning of the simulation --> 
13   </process>
14   <process host="node-2.acme.org" function="peer">
15     <argument value="00000003"/>    <!-- my id -->
16     <argument value="5000" />    <!-- end time --> 
17   </process>
18   <process host="node-3.acme.org" function="peer">
19     <argument value="00000004"/>    <!-- my id -->
20     <argument value="5000" />    <!-- end time --> 
21   </process>
22   <process host="node-4.acme.org" function="peer">
23     <argument value="00000005"/>    <!-- my id -->
24     <argument value="5000" />    <!-- end time --> 
25     <argument value="1" />       <!-- indicates if the peer is a seed at the beginning of the simulation --> 
26   </process>
27   <process host="node-5.acme.org" function="peer">
28     <argument value="00000006"/>    <!-- my id -->
29     <argument value="5000" />    <!-- end time --> 
30   </process>
31   <process host="node-6.acme.org" function="peer">
32     <argument value="00000007"/>    <!-- my id -->
33     <argument value="5000" />    <!-- end time --> 
34   </process>
35   <process host="node-7.acme.org" function="peer">
36     <argument value="00000008"/>    <!-- my id -->
37     <argument value="5000" />    <!-- end time --> 
38   </process>
39 </platform>