From cb02cc0e0208a0d056a5216f73eb8fef346aad89 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 11 Sep 2022 15:16:30 +0200 Subject: Improve platform file --- example/platform.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'example/platform.yaml') diff --git a/example/platform.yaml b/example/platform.yaml index 1f9eae5..911daa1 100644 --- a/example/platform.yaml +++ b/example/platform.yaml @@ -28,6 +28,12 @@ nodes: # 0-@ receiver.py is equivalent to 0-4 receiver.py implementations: - all sender.py + # Node implementations arguments + # arguments is a dictionary where key isrange of node the value is the arguments for + # this specific node range + arguments: { + "all": 2 + } ##### Interfaces Section ##### interfaces: -- cgit v1.2.3