summaryrefslogtreecommitdiff
path: root/manual/assets/platform.yaml
diff options
context:
space:
mode:
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