summaryrefslogtreecommitdiff
path: root/example/simulator.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/simulator.py')
-rwxr-xr-xexample/simulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/simulator.py b/example/simulator.py
index fb1b94f..f70c294 100755
--- a/example/simulator.py
+++ b/example/simulator.py
@@ -26,7 +26,7 @@ B=np.full((n,n),5) # 5Mbps
L=np.full((n,n),0) # 0s
##### Create the simulator
-s=esds.Simulator({"wlan0":{"bandwidth":B, "latency":L},"eth0":{"bandwidth":B, "latency":L}})
+s=esds.Simulator({"wlan0":{"bandwidth":B, "latency":L, "is_wired":False},"eth0":{"bandwidth":B, "latency":L, "is_wired":True}})
##### Instantiate nodes
uptime=180 # 180s uptime