Update manual

This commit is contained in:
Loic Guegan 2022-09-13 19:19:34 +02:00
parent db5bb401f3
commit 4bb27d9279
3 changed files with 49 additions and 6 deletions

View file

@ -14,4 +14,4 @@ s.create_node("node",args="sender") # Use node.py for the first node with "sende
s.create_node("node",args="receiver") # Now the second node
##### Run the simulation
s.run()
s.run(interferences=True)