summaryrefslogtreecommitdiff
path: root/example/platform.yaml
diff options
context:
space:
mode:
authorLoïc Guégan <manzerbredes@mailbox.org>2026-02-25 11:54:50 +0100
committerLoïc Guégan <manzerbredes@mailbox.org>2026-02-25 11:54:50 +0100
commitfc3232912367958de38109ca3e652a6897fa0997 (patch)
treede0d1839e857c2b17c9afdeee83c8abc1b5ec840 /example/platform.yaml
parent897f208767c5a877939bf56b40df588f9a2c7cee (diff)
Add node interfaces in debug fileHEADmain
Diffstat (limited to 'example/platform.yaml')
-rw-r--r--example/platform.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/example/platform.yaml b/example/platform.yaml
index 7632e50..589ef62 100644
--- a/example/platform.yaml
+++ b/example/platform.yaml
@@ -3,14 +3,14 @@ general:
# List of timestamps at which the simulator should break
# and call the callback function (cf. the breakpoints_callback entry)
breakpoints: []
- # Same as breakpoints but simulator will break every x second(s)
+ # Same as breakpoints but simulator will break every x second(s)
breakpoints_every: 1000
# Define the callback to call when the simulator reach a breakpoint
breakpoints_callback:
file: "platform_callback.py"
callback: "callback"
# Turn on/off the debugging mode of esds
- debug: off
+ debug: on
# Debug output file (default is ./esds.debug)
debug_file: "./esds.debug"
# Should esds take into account interferences
@@ -21,7 +21,7 @@ nodes:
# Number of nodes to simulate
count: 5
# List of files used as implementation for each node
- # Example:
+ # Example:
# - 0,1,2 sender.py
# - 3-4 receiver.py
# Note that @ will be replaced by the last node id example for 5 nodes:
@@ -60,5 +60,5 @@ interfaces:
eth0:
type: "wired"
nodes: all
- links:
- - all 5Mbps 10s all \ No newline at end of file
+ links:
+ - all 5Mbps 10s all