mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 10:06:28 +02:00
Update manual
This commit is contained in:
parent
059ccc84e1
commit
e95d50d0ff
3 changed files with 5 additions and 7 deletions
|
@ -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.
|
@ -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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue