diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-12 13:22:46 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-12 13:22:46 +0200 |
| commit | 47c71c85c9d018fc42a7182fc7f6265e3a4e5388 (patch) | |
| tree | dc1f0a2860349e8bfe85f4f6f9cce202fbbe604d /manual/assets/platform.yaml | |
| parent | c75fbe854de2a0a881045fbd19a79eb8dcc898e2 (diff) | |
Update manual
Diffstat (limited to 'manual/assets/platform.yaml')
| -rw-r--r-- | manual/assets/platform.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/manual/assets/platform.yaml b/manual/assets/platform.yaml new file mode 100644 index 0000000..ca5cd91 --- /dev/null +++ b/manual/assets/platform.yaml @@ -0,0 +1,19 @@ +general: + interferences: on # Turns on interferences + +nodes: + count: 2 + implementations: + - all node.py + arguments: { + "0": "sender", + "1": "receiver" + } + +interfaces: + wlan0: + type: "wireless" + links: + - all 50kbps 0s all # All nodes are reachable by each other + txperfs: + - all 50kbps 0s
\ No newline at end of file |
