Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / examples / platforms / wifi_energy.xml
1 <?xml version = '1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version = "4.1">
4   <zone id="WIFI zone" routing = "Wifi">
5     <prop id = "access_point" value = "router" />
6
7     <host id = "Station 1" speed = "100.0Mf,50.0Mf,20.0Mf" />
8     <host id = "Station 2" speed = "100.0Mf,50.0Mf,20.0Mf" />
9
10     <router id = "router"/>
11
12     <link id = "AP1" sharing_policy = "WIFI" bandwidth = "54Mbps" latency="0ms">
13       <prop id = "wifi_watt_values" value = "0:1:1:0"/>
14       <prop id = "control_duration" value = "0"/>
15     </link>
16   </zone>
17 </platform>