I would like to simulate voip in a wimax network. What I would like to measure are the QoS parameters such as IPTD, IPDV and IPLR. I am new to the ns-3 simulator and I can't find anything about QoS measurment. I've already searched in google and it seems that there is nothing like QoS library? If I am correct, how to measure these parameters in this simulation tool? If not, could please someone give me some advice where I can find such library?
How to measure QoS parameters in the ns-3 simulation
1.2k Views Asked by fragon At
1
There are 1 best solutions below
Related Questions in SIMULATION
- Issues in Migration of RISCV Test Harness from VCS to Questasim Simulator
- Queue Scenario Help Getting Started
- Writing a simulation program in Python
- Java Card applet EEPROM vs RAM testing
- Simulate the use of a website with a client
- Verilog simulation x's in output
- Time step independence of Molecular Dynamics code
- How to code a arrival generator with a varying intensity rate
- Is it possible to build a heatmap from point data at 60 times per second?
- Verilog Testbench constant exp and pram compilation and simulation errors
- Evaluation / Simulation of existing python program
- Pause and resume threads that are sleeping Java
- Simultaneous object interaction in javascript
- Faster alternative to populating a pre-allocated data frame using a for-loop
- Simulating a game where each player has a different probability of winning?
Related Questions in VOIP
- How to keep an Android Service always running?
- Implementing VOIP over udp, what is the approach to take when the player cannot cope up with received packet's speed
- Convert voip audio to text for debugging
- setKeepAliveTimeout is deprecated in iOS9
- VoIP Setup with Softphones and Twilio backend
- Twilio: pro-actively initiate daily, pre-scheduled conference calls?
- Different ways to integrate web phone/softphone/VOIP in asp.net web site
- Customize incoming fax header Asterisk
- Possible to Query Asterisk CEL info directly from the database? (PostgreSQL)
- Android.net.rtp - AudioStream.join() - java.lang.NullPointerException
- How to get audio samples in linphone to pass to other interface or to save them?
- SIP protocol / call waiting
- App not relaunch from background but delegate is called didReceiveIncomingConnection twilio in ios
- Looking for the hangouts custom URL scheme on IOS
- How to do some task after Asterisk ReceiveFax function calling?
Related Questions in NS-3
- Input string from ostream buffer
- Simulation of Sockets in Network Simulator
- NS-3 build fails due to g++ compiler error
- video streaming simulation ns3 using onoff application
- Propagation Loss Models ns-3
- Error while creating C++ array
- Creating topology with routers in ns-3
- How to create an array of smart pointers?
- Network simulator - reading packets from file
- Why are number of instructions non-deterministic in Linux performance counters
- ns3 packet failed
- Prevent indirect communication
- Unused variable warning when optimization is set
- OnOffApplication with TCP retransmission
- Send packet to multiple out ports in a switch with NS3
Related Questions in QOS
- Alternative to the mod_qos module for Apache 2.4
- What is skb->priority in linux? When is it used?
- MQTT QoS2 why use 4 packets?
- Using ThreadPools to process M tasks of N users on K threads (N*M >> K) in Java
- Is DispatchQueue.global(qos: .userInteractive).async same as DispatchQueue.main.async
- Linux: HTB + PRIO qdisc: sometimes empty PRIO 1 queue
- Limit concurrent connection per user. [ Source IP same for all users ]
- MQTT reliability from producer to broker
- Generate traffic and measure qos parameters in custom mininet topology using Ryu Controller
- DSCP Precedence
- Usage of RX interface in LTE and QCI
- How do I tune ARM Socrates NIC QoS Address Latency Target Registers to get balanced bandwidth between two AXI Initiators?
- yahoo messenger QoS application type
- Windows Permissions/Policy required to use qWAVE
- Clarification on Kubernetes QoS relation to scheduling
Related Questions in WIMAX
- how to use MediaTek MT7118 WiMAX USB Card with Tp Link Wireless Router?
- How to tell if handset is on WiMAX
- Mac OSX Lion:making a wimax modem driver(device:greenpacket UH 235)
- How to measure QoS parameters in the ns-3 simulation
- wimax client can not ping the base station
- WiMax/4G on Android API (2.3.3)
- OS X Yosemite 10.10 keeps crashing on usb WiMax eject/unplug
- How to login a Webpage and retrieve data to a Java Application?
- how to measure latency and jitter for Wimax in matlab
- Android 3G Tethering
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
From my short experience,
Generally you need to use the flowMonitor helper class to get the statistics. Refer below. http://www.nsnam.org/doxygen/classns3_1_1_flow_monitor_helper.html
If it is just the basic statistics like bytes received, sent etc, you have already functions in the packet class that can be used to get the values. Else you need to define them and write methods to do the calculations.
I am not an expert in wireless world, but you can find an example here http://personal.ee.surrey.ac.uk/Personal/K.Katsaros/media/ns3lab-sol/lab-5-solved.cc