From f7a7af979d89d01928c252e75a57844f710ab928 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 10 Sep 2022 10:06:17 +0200 Subject: Start implementating platform files --- example/platform.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 example/platform.yaml (limited to 'example/platform.yaml') diff --git a/example/platform.yaml b/example/platform.yaml new file mode 100644 index 0000000..b8aa794 --- /dev/null +++ b/example/platform.yaml @@ -0,0 +1,19 @@ +general: + breakpoints: [] + breakpoints_every: 0 + debug: off + interferences: on + +nodes: + count: 5 + implementations: + - file.py + +interfaces: + wlan0: + wireless: yes + links: + - 0: 5-8 => 10MBps + eth0: + wireless: no + links: 5Mbps \ No newline at end of file -- cgit v1.2.3