diff options
Diffstat (limited to 'example/platform.yaml')
| -rw-r--r-- | example/platform.yaml | 10 |
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 |
