Update manual

This commit is contained in:
Loic Guegan 2023-03-30 16:47:51 +02:00
parent 059ccc84e1
commit e95d50d0ff
3 changed files with 5 additions and 7 deletions

View file

@ -5,10 +5,9 @@ nodes:
count: 2
implementations:
- all node.py
arguments: {
"0": "sender",
"1": "receiver"
}
arguments:
0: "sender"
1: "receiver"
interfaces:
wlan0:

Binary file not shown.

View file

@ -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}