How to set up ThruputMeter for a UDPSink in Omnet++.

24 views
Skip to first unread message

Hải Nguyễn Hồ Bá

unread,
Oct 30, 2014, 11:50:26 AM10/30/14
to omn...@googlegroups.com
Dear expert,

In my simulation, I set up for a host to send UDP flow to a RSU as below:

**.host[60].numUdpApps = 1
**.host[60].udpApp[*].typename = "UDPBasicApp"
**.host[60].udpApp[*].destAddresses = "rsu[0]"
**.host[60].udpApp[*].localPort = 9001
**.host[60].udpApp[*].destPort = 9001
**.host[60].udpApp[*].messageLength = 100B
**.host[60].udpApp[*].startTime = uniform(1s, 5s)
**.host[60].udpApp[*].sendInterval = 0.1s
**.host[60].udpApp[*].receiveBroadcast = true

**.rsu[0].udpApp[*].typename = "UDPSink"
**.rsu[0].numUdpApps = 1
**.rsu[0].udpApp[*].localPort = 9001

Please help me how can I set up ThruputMeter to measure throughput at RSU.

Thanks,
Hai Nguyen
Reply all
Reply to author
Forward
0 new messages