mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-09 14:55:22 +00:00
19 lines
366 B
YAML
19 lines
366 B
YAML
![]() |
general:
|
||
|
interferences: on # Turns on interferences
|
||
|
|
||
|
nodes:
|
||
|
count: 2
|
||
|
implementations:
|
||
|
- all node.py
|
||
|
arguments: {
|
||
|
"0": "sender",
|
||
|
"1": "receiver"
|
||
|
}
|
||
|
|
||
|
interfaces:
|
||
|
wlan0:
|
||
|
type: "wireless"
|
||
|
links:
|
||
|
- all 50kbps 0s all # All nodes are reachable by each other
|
||
|
txperfs:
|
||
|
- all 50kbps 0s
|