mirror of
https://gitlab.com/manzerbredes/loosely-coupled-dss.git
synced 2025-04-25 06:48:33 +00:00
Debug network model
This commit is contained in:
parent
9365501740
commit
c757315893
11 changed files with 32317 additions and 13100 deletions
|
@ -55,12 +55,12 @@ prx=0.16
|
|||
ptx=0.16
|
||||
datasize=1000000 # 1Mb
|
||||
hintsize=8 # Integer
|
||||
latency="0ms"
|
||||
latency=0 # in Seconds
|
||||
bitrate="100kbps"
|
||||
|
||||
run-scenarios() {
|
||||
# Configure number of seed per scenarios
|
||||
nseed=100
|
||||
nseed=200
|
||||
|
||||
# Baseline
|
||||
echo "Baseline..."
|
||||
|
@ -116,7 +116,7 @@ do
|
|||
pon=0.4
|
||||
prx=0.16
|
||||
ptx=0.16
|
||||
latency="0ms"
|
||||
latency=0
|
||||
run-scenarios
|
||||
|
||||
# NbIot
|
||||
|
@ -126,6 +126,6 @@ do
|
|||
pon=0.4
|
||||
prx=0.65
|
||||
ptx=0.65
|
||||
latency="10ms"
|
||||
latency=0.01
|
||||
run-scenarios
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue