diff options
Diffstat (limited to 'example')
| -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: |
