Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Factorize s_type and value instr class
[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.1">
4
5   <actor host="node-0.acme.org" function="tracker">
6     <argument value="3000" />
7   </actor>
8
9   <actor 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   </actor>
14   <actor host="node-2.acme.org" function="peer">
15     <argument value="00000003"/>    <!-- my id -->
16     <argument value="5000" />    <!-- end time --> 
17   </actor>
18   <actor host="node-3.acme.org" function="peer">
19     <argument value="00000004"/>    <!-- my id -->
20     <argument value="5000" />    <!-- end time --> 
21   </actor>
22   <actor 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   </actor>
27   <actor host="node-5.acme.org" function="peer">
28     <argument value="00000006"/>    <!-- my id -->
29     <argument value="5000" />    <!-- end time --> 
30   </actor>
31   <actor host="node-6.acme.org" function="peer">
32     <argument value="00000007"/>    <!-- my id -->
33     <argument value="5000" />    <!-- end time --> 
34   </actor>
35   <actor host="node-7.acme.org" function="peer">
36     <argument value="00000008"/>    <!-- my id -->
37     <argument value="5000" />    <!-- end time --> 
38   </actor>
39 </platform>