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 count: 2
implementations: implementations:
- all node.py - all node.py
arguments: { arguments:
"0": "sender", 0: "sender"
"1": "receiver" 1: "receiver"
}
interfaces: interfaces:
wlan0: 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}). & \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} \begin{tabminted}{yaml}
arguments: { arguments:
"all": 2 all: 2
}
\end{tabminted} \end{tabminted}
\\ \bottomrule \\ \bottomrule
\end{tabular} \end{tabular}