Use different matrix for wlan0 and eth0

This commit is contained in:
Loic Guegan 2022-06-10 18:01:51 +02:00
parent a857977702
commit 94b47ceab5
26 changed files with 71 additions and 57 deletions

View file

@ -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