- Home Page of ProjectGuideline.com ›
- Forums ›
- Linux Users ›
- hi ns2 problem..enviromental conditions.
I am trying to create simulation in ns2 .Off course i have run a simulation of 802.11 ,but i want to change some parameters of the simulation (maybe inside the files channel.cc,wireless-phy.cc or somewhere else) so as to take different results.i want with other works to changes the outcome of the simulation (delay ,throughput ,jitter) .What can i do? Or else i want to run a simulation in different environmental conditions so as to see the differences at the results ..
Please help ………………..
First you may experiment with tcl level parameters of the protocol (in side your simulation script) and try to create awk scripts for trace analysis (for delay ,throughput ,jitter). After successful results or creation of some graphs, then you may try to alter/improve the c+ level ns2 code.
Is there anyway to modify the already files that exists in ns2 ? except to create awk and my files…just by modifying files like packet .cc ,modulation.cc and others..
Could i find variables to chamge them inside that files?
thanks you alot again..