Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
modernize these platform files
[simgrid.git] / examples / platforms / wifi / 2STA.xml
1 <?xml version='1.0'?>
2
3 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
4 <platform version="4.1">
5     <zone id="world" routing="Cluster">
6         <!-- Access Point -->
7         <link id="AP1" sharing_policy="WIFI" bandwidth="54Mbps" latency="0ms" />
8
9         <host id="STA1" speed="100.0Mf,50.0Mf,20.0Mf" />
10         <host_link id="STA1" up="AP1" down="AP1"/>
11
12         <host id="STA2" speed="100.0Mf,50.0Mf,20.0Mf" />
13         <host_link id="STA2" up="AP1" down="AP1"/>
14     </zone>
15 </platform>