summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-09-10 19:25:37 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-09-10 19:25:37 +0200
commitc73fc04ddb23b064c6ea30bc738bb852c057a6a5 (patch)
treecad2ff48ff2aaf09bb6e4a0fb688d2eed863776d /example
parent11966e96ee386b1edf7e6e019a3e1715c6849055 (diff)
Improve platform format
Diffstat (limited to 'example')
-rw-r--r--example/platform.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/platform.yaml b/example/platform.yaml
index e122317..62db585 100644
--- a/example/platform.yaml
+++ b/example/platform.yaml
@@ -7,7 +7,7 @@ general:
nodes:
count: 5
implementations:
- - sender.py
+ - all sender.py
interfaces:
wlan0:
@@ -15,7 +15,7 @@ interfaces:
links:
- 0 1Bps 10s 0
txperfs:
- - 1Bps 10s
+ - all 1Bps 10s
eth0:
wireless: no
- links: 5Mbps 10s \ No newline at end of file
+ links: all 5Mbps 10s all \ No newline at end of file