mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-07 02:26:28 +02:00
19 lines
No EOL
366 B
YAML
19 lines
No EOL
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 |