summaryrefslogtreecommitdiff
path: root/example/simulator.py
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-06-10 18:01:51 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-06-10 18:01:51 +0200
commit94b47ceab5c910a6f17b5a4b69d2e14161be073e (patch)
treee99d352f76c5a164e5284ca85f178a38e5dbe7df /example/simulator.py
parenta8579777024964f40a484f7248d040d1147e6086 (diff)
Use different matrix for wlan0 and eth0
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 9b00887..40a37a8 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(B,L)
+s=esds.Simulator(B,L,B,L)
##### Instantiate nodes
uptime=180 # 180s uptime