- Home Page of ProjectGuideline.com ›
- Forums ›
- Get Help to do your B.E., and M.E., M.Tech., & M.S., Project in Ns2 ›
- SatPEP simulation problem
Hello,
I study on Faculty of informatics and information technologies on Slovak University of Technology.
I write thesis, in which I describe TCP protocol in wireless systems. I must to do experiments like are in paper SaTPEP: a TCP Performance Enhancing Proxy for Satellite Links.
I have a problem with simulation. When I want depict goodput achieved by SaTPEP andf for different Packet loss values, I must change parameter
ns satpep.tcl
In what format should I enter the parameter
Becase I tried use for example 1E-02, 0.01, … and the output of simulation (file all.tr) was totally the same, like when I used 0.
Thank you for your advices.
I just checked the tcl example sctipt given in the site
http://www.netmode.ntua.gr/~dbelen/SaTPEP/
(inside the file http://www.netmode.ntua.gr/~dbelen/SaTPEP/satpep-ns-2.27.tar)
The script is getting the loss as a parameter but it is using the parameter to create a folder with that name for redirecting outputs.
The references to that parameter were commented out and the script is using some other loss parameters irrespective of the given input.
###############################################################################
# Loss configuration
set loss [new ErrorModel/List/Seqno]
$loss droplist 150 155 180
$loss flowid 0
$ln_for insert-linkloss $loss
#set loss [new ErrorModel]
#$loss set rate_ $pk_loss_rate
#$loss unit pkt
#$loss ranvar [new RandomVariable/Uniform]
#$loss drop-target [new Agent/Null]
#
#$ln_for insert-linkloss $loss
###############################################################################
Thanks,
but I don´t know, what I must doing, when I want run simulation with packet loss probability 10^-3.
Can you help me? How can I set the loss to 10^-3?
Thanks in advance.