mirror of
https://gitlab.com/manzerbredes/loosely-coupled-dss.git
synced 2025-04-25 06:48:33 +00:00
Debug
This commit is contained in:
parent
f7c6f8ad56
commit
390984c255
7 changed files with 9528 additions and 28712 deletions
|
@ -21,7 +21,7 @@ run-simulation () {
|
|||
[ $gen_log -eq 1 ] && echo -e "* seed=$seed simtime=$simtime wakeupevery=$wakeupevery wakeupfor=$wakeupfor n_nodes=$n_nodes extended=$extended hint=$hint poff=$poff pon=$pon prx=$prx ptx=$ptx datasize=$datasize bitrate=$bitrate \n" >> "${log_file}"
|
||||
|
||||
# Run simulations
|
||||
if [ -e "$results" ]
|
||||
if [ -e "$results" ]
|
||||
then
|
||||
# Create new result file
|
||||
if [ $gen_log -eq 1 ]
|
||||
|
@ -58,9 +58,11 @@ hintsize=8 # Integer
|
|||
latency=0 # in Seconds
|
||||
bitrate="100kbps"
|
||||
|
||||
|
||||
|
||||
run-scenarios() {
|
||||
# Configure number of seed per scenarios
|
||||
nseed=200
|
||||
nseed=100
|
||||
|
||||
# Baseline
|
||||
echo "Baseline..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue