diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-11 15:16:30 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-11 15:16:30 +0200 |
| commit | cb02cc0e0208a0d056a5216f73eb8fef346aad89 (patch) | |
| tree | f6de58a3fe04735c070847d3696a6677781a405a /example/platform.yaml | |
| parent | 918cc9a4481149912027485ea10cc45f55334d1b (diff) | |
Improve platform file
Diffstat (limited to 'example/platform.yaml')
| -rw-r--r-- | example/platform.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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: |
