PDR end to end aodv.??

69 views
Skip to first unread message

May Medhat

unread,
Jan 29, 2016, 5:22:43 PM1/29/16
to OMNeT++ Users

Now i have the PDR 53% approximately  for AODV network anyone can know what i should change to enhance this ratio with UDP Settings or if it is good , number of nodes at this test is 40 nodes source and destinations selected randomly with no mobility? 



**.host[*].numUdpApps = 1
**.host[*].udpApp[*].typename = "UDPBasicBurst"

**.udpApp[0].destAddresses =  moduleListByNedType("inet.node.aodv.AODVRouter")
**.udpApp[0].localPort = 1234
**.udpApp[0].destPort = 1234
**.udpApp[0].messageLength = 512B  #
#**.udpApp[0].messageLength = 2000B  #
#**.udpApp[0].sendInterval = 0.2s + uniform(-0.001s,0.001s)
**.udpApp[0].sendInterval = 0.2s + uniform(-0.001s,0.001s)
**.udpApp[0].burstDuration = 0.1s
**.udpApp[0].chooseDestAddrMode = "perBurst"
**.udpApp[0].sleepDuration = 1s
**.udpApp[0].startTime = 10s+uniform(-1s,1s)
**.udpApp[0].delayLimit = 20s
**.udpApp[0].destAddrRNG = 0

Also i  have the end to end delay for each node min max count mean which one i should calculate to get the to total end to end delay of network

Alfonso Ariza Quintana

unread,
Feb 1, 2016, 4:12:17 AM2/1/16
to omn...@googlegroups.com

If all nodes are transmitting at the same time, it is possible to have a low PDR because there are a lot of collisions


Date: Fri, 29 Jan 2016 14:22:43 -0800
From: maymed...@gmail.com
To: omn...@googlegroups.com
Subject: [Omnetpp-l] PDR end to end aodv.??
--
You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+u...@googlegroups.com.
Visit this group at https://groups.google.com/group/omnetpp.
For more options, visit https://groups.google.com/d/optout.

May Medhat

unread,
Feb 1, 2016, 4:52:10 AM2/1/16
to OMNeT++ Users, aari...@hotmail.com
Thanks Alfonso so oo much for ur help , but plz how i can calculate the total end to end delay for a network i have the count column same as received but after checking the results i found that count represents number of samples and when i plot it it i have min max mean ?? should i sum the mean then divide by  the total number of packets received by all nodes

Alfonso Ariza Quintana

unread,
Feb 1, 2016, 5:07:28 AM2/1/16
to omn...@googlegroups.com
check the histogram, the information is mean, variance and number of samples.


Date: Mon, 1 Feb 2016 01:52:10 -0800
From: maymed...@gmail.com
To: omn...@googlegroups.com
CC: aari...@hotmail.com
Subject: Re: [Omnetpp-l] PDR end to end aodv.??

May Medhat

unread,
Feb 1, 2016, 9:11:35 AM2/1/16
to omn...@googlegroups.com, aari...@hotmail.com
IT IS CORRECT WHEN I MADE an only one connection from one src to one desti PDR=99%
it seems that really multiple connection at the same time  make PDR decrease so much thanks so much for ur help 
can i set a a maximum number of random connections for UDP

Pearl D'Silva

unread,
Feb 1, 2016, 10:18:41 AM2/1/16
to OMNeT++ Users, aari...@hotmail.com
I am working on a WSN project. I have been able to set up a Random Network. I am now trying to get each node communicate ie, send messages to its neighbor nodes. I have tried using the TicToc tutorials to meet my requirement but have not been successful. Would really like some assistance.
      Thank you. 

May Medhat

unread,
Feb 2, 2016, 4:00:02 AM2/2/16
to OMNeT++ Users, aari...@hotmail.com
Hi Pearl , what i have done using UDPBasiBurst and making source node and destination node random i don't know usingTicToc tutorials i hope anyone can  help

Pearl D'Silva

unread,
Feb 2, 2016, 12:22:30 PM2/2/16
to OMNeT++ Users, aari...@hotmail.com
Thank you. I'll try implementing my logic using the INET- UDPBasicBurst files. However though, Im new to omnet++ and its really difficult to understand the flow of control.
I would really like some help and guidance in achieving the desired result. 
Reply all
Reply to author
Forward
0 new messages