mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 10:06:28 +02:00
22 lines
No EOL
342 B
YAML
22 lines
No EOL
342 B
YAML
general:
|
|
breakpoints_every: 3.3
|
|
breakpoints_callback:
|
|
file: "callback.py"
|
|
callback: "callback"
|
|
|
|
nodes:
|
|
count: 2
|
|
implementations:
|
|
- all node.py
|
|
|
|
interfaces:
|
|
wlan0:
|
|
type: "wireless"
|
|
links:
|
|
- all 2bps 0s all
|
|
txperfs:
|
|
- all 2bps 0s
|
|
eth0:
|
|
type: "wired"
|
|
links:
|
|
- all 2bps 0s all |