- Home Page of ProjectGuideline.com ›
- Forums ›
- Get Help and Guidance on Cygwin and ns2 ›
- Calculate traffic load at Access Point
I have a wired-cum-wireless topology. if a wireless node in the topology wants to get information about the traffic load of an AP, is there a way to do that?
Does anybody knows the .cc file in which the access points are implemented?
Thanks, Angelina
There is no need to do any special kind of measurement for AP node. There are standard ways to do this kind of measurements through trace analysis.
Learn trace analysis of ns2 trace file.
Read the turorial called “NS by Example” by Jae Chung and Mark Claypool which is available at the following link.
http://nile.wpi.edu/NS/
http://nile.wpi.edu/NS/analysis.html
It will give you brief introduction to what is trace analysis.
You may lean much from similar online tutorials/web pages.
i want to make load balancing at each AP so i need the c++ file which the AP is implemented..
Any help?