Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / examples / msg / bittorrent / bittorrent.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="Jacquelin" function="tracker">
6     <argument value="3000" />                   
7   </process>
8
9   <process host="Boivin" 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="Jean_Yves" function="peer">
15     <argument value="00000003"/>        <!-- my id -->
16     <argument value="5000" />                   <!-- end time -->       
17   </process>
18   <process host="TeX" function="peer">
19     <argument value="00000004"/>        <!-- my id -->
20     <argument value="5000" />                   <!-- end time -->       
21   </process>
22   <process host="Geoff" 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="Disney" function="peer">
28     <argument value="00000006"/>        <!-- my id -->
29     <argument value="5000" />                   <!-- end time -->       
30   </process>
31   <process host="iRMX" function="peer">
32     <argument value="00000007"/>        <!-- my id -->
33     <argument value="5000" />                   <!-- end time -->       
34   </process>
35   <process host="McGee" function="peer">
36     <argument value="00000008"/>        <!-- my id -->
37     <argument value="5000" />                   <!-- end time -->       
38   </process>
39
40 </platform>