mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 10:06:28 +02:00
19 lines
No EOL
414 B
YAML
19 lines
No EOL
414 B
YAML
general:
|
|
interferences: on # Turns on interferences
|
|
|
|
nodes:
|
|
count: 2
|
|
implementations:
|
|
- all node.py
|
|
arguments:
|
|
0: "sender"
|
|
1: "receiver"
|
|
|
|
interfaces:
|
|
wlan0:
|
|
type: "wireless"
|
|
nodes: all # All nodes are connected to this network
|
|
links:
|
|
- all 50kbps 0s all # All nodes are reachable by each other
|
|
txperfs:
|
|
- all 50kbps 0s |