Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge the two wifi platform files
[simgrid.git] / examples / platforms / wifi / 1STA-1LINK-1NODE.xml
diff --git a/examples/platforms/wifi/1STA-1LINK-1NODE.xml b/examples/platforms/wifi/1STA-1LINK-1NODE.xml
deleted file mode 100755 (executable)
index 19991cb..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0'?>
-
-<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
-<platform version="4.1">
-  <zone id="world" routing="Full">
-
-    <!-- WIFI cell -->
-    <zone id="AP1 zone" routing="Cluster">
-      <host id="STA1" speed="100.0Mf,50.0Mf,20.0Mf" />
-      <router id="AP1 router"/>
-
-      <!-- Access Point -->
-      <link id="AP1" sharing_policy="WIFI" bandwidth="54Mbps" latency="0ms" />
-         
-      <host_link id="STA1" up="AP1" down="AP1"/>
-    </zone>
-
-
-    <!-- NODE1 AS -->
-    <zone id="AS1" routing="Full">
-      <host id="NODE1" speed="100.0Mf,50.0Mf,20.0Mf" />
-    </zone>
-    
-
-    <!-- AS Routing -->
-    <link id="LINK1" sharing_policy="SHARED" bandwidth="100Mbps" latency="0ms" />
-    <zoneRoute src="AP1 zone" dst="AS1" gw_src="AP1 router" gw_dst="NODE1">
-      <link_ctn id="LINK1" />
-    </zoneRoute>
-    
-  </zone>
-</platform>