mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-05 17:46:29 +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
|
||||
implementations:
|
||||
- all node.py
|
||||
arguments: {
|
||||
"0": "sender",
|
||||
"1": "receiver"
|
||||
}
|
||||
arguments:
|
||||
0: "sender"
|
||||
1: "receiver"
|
||||
|
||||
interfaces:
|
||||
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}). &
|
||||
\begin{tabminted}{yaml}
|
||||
arguments: {
|
||||
"all": 2
|
||||
}
|
||||
arguments:
|
||||
all: 2
|
||||
\end{tabminted}
|
||||
\\ \bottomrule
|
||||
\end{tabular}
|
||||
|
|
Loading…
Add table
Reference in a new issue