mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-19 03:59:45 +00:00
Use different matrix for wlan0 and eth0
This commit is contained in:
parent
a857977702
commit
94b47ceab5
26 changed files with 71 additions and 57 deletions
|
@ -9,7 +9,7 @@ import numpy as np
|
|||
n=2
|
||||
B=np.full((2,2),n)
|
||||
L=np.full((2,2),0)
|
||||
s=esds.Simulator(B,L)
|
||||
s=esds.Simulator(B,L,B,L)
|
||||
|
||||
s.create_node("node")
|
||||
s.create_node("node")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue