summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-09-10 13:51:16 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-09-10 13:51:16 +0200
commit42a497566571302e87a9828f3857ab6b1801325e (patch)
treeb027d88c4b25299d483cdf0ab9003bf7ecee9af5 /example
parentf7a7af979d89d01928c252e75a57844f710ab928 (diff)
Update network platform parser
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 b8aa794..f29ebd2 100644
--- a/example/platform.yaml
+++ b/example/platform.yaml
@@ -7,13 +7,13 @@ general:
nodes:
count: 5
implementations:
- - file.py
+ - sender.py
interfaces:
wlan0:
wireless: yes
links:
- - 0: 5-8 => 10MBps
+ - 0 1Bps 10s 0
eth0:
wireless: no
- links: 5Mbps \ No newline at end of file
+ links: 5Mbps 10s \ No newline at end of file