summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-03-30 16:47:51 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-03-30 16:47:51 +0200
commite95d50d0ff8465988841a319efb3829109c154d1 (patch)
tree19fae7d15a7adc1cd2ac6e0b112acfbc91ddfc96
parent059ccc84e12ce044e06e50d8bb1abff04f47e264 (diff)
Update manual
-rw-r--r--manual/assets/platform.yaml7
-rw-r--r--manual/manual.pdfbin357724 -> 356896 bytes
-rw-r--r--manual/manual.tex5
3 files changed, 5 insertions, 7 deletions
diff --git a/manual/assets/platform.yaml b/manual/assets/platform.yaml
index ca5cd91..420565b 100644
--- a/manual/assets/platform.yaml
+++ b/manual/assets/platform.yaml
@@ -5,10 +5,9 @@ nodes:
count: 2
implementations:
- all node.py
- arguments: {
- "0": "sender",
- "1": "receiver"
- }
+ arguments:
+ 0: "sender"
+ 1: "receiver"
interfaces:
wlan0:
diff --git a/manual/manual.pdf b/manual/manual.pdf
index b074a24..a9395cb 100644
--- a/manual/manual.pdf
+++ b/manual/manual.pdf
Binary files differ
diff --git a/manual/manual.tex b/manual/manual.tex
index b37be7c..cb0024d 100644
--- a/manual/manual.tex
+++ b/manual/manual.tex
@@ -202,9 +202,8 @@ implementations:
\textbf{arguments} & Define the arguments that will be passed to each node implementation (keys of each element uses \textbf{the range syntax}). &
\begin{tabminted}{yaml}
-arguments: {
- "all": 2
-}
+arguments:
+ all: 2
\end{tabminted}
\\ \bottomrule
\end{tabular}