summaryrefslogtreecommitdiff
path: root/manual/assets/platform.yaml
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-09-12 13:22:46 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-09-12 13:22:46 +0200
commit47c71c85c9d018fc42a7182fc7f6265e3a4e5388 (patch)
treedc1f0a2860349e8bfe85f4f6f9cce202fbbe604d /manual/assets/platform.yaml
parentc75fbe854de2a0a881045fbd19a79eb8dcc898e2 (diff)
Update manual
Diffstat (limited to 'manual/assets/platform.yaml')
-rw-r--r--manual/assets/platform.yaml19
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