[ns] Measure utilization of access point transmission buffer

2009-03-31 Thread Amr Ramadan
Dear All I need to know how can i measure the utilization of access point transmission buffer ,as i am simulating voip in wireless lan 802.11 and i need to measure the utilization of the access point transmission buffer and included in the mail the tcl script i use it. BR

[ns] Measure utilization of access point transmission buffer

2009-03-31 Thread Amr Ramadan
Dear All I need to know how can i measure the utilization of access point transmission buffer ,as i am simulating voip in wireless lan 802.11 and i need to measure the utilization of the access point transmission buffer and included in the mail the tcl script i use it. BR

Re: [ns] Measure utilization of access point transmission buffer

2009-03-31 Thread Amr Ramadan
Dear All I need to know how can i measure the utilization of access point transmission buffer ,as i am simulating voip in wireless lan 802.11 and i need to measure the utilization of the access point transmission buffer and included in the mail the tcl script i use it. # vim: syntax=tcl #

Re: [ns] Measure utilization of access point transmission buffer

2009-03-31 Thread Amr Ramadan
Dear All I need to know how can i measure the utilization of access point transmission buffer ,as i am simulating voip in wireless lan 802.11 and i need to measure the utilization of the access point transmission buffer and included in the mail the tcl script i use it. # vim: syntax=tcl #

[ns] Trace queue length of base station on ns2

2009-04-04 Thread Amr Ramadan
Dear All How can i trace the queue length for the base station on ns2 BR

[ns] Measure queue length for base station

2009-04-21 Thread Amr Ramadan
Dear All Can someone help me and tell me how to measure queue length for base station on ns2 during simulation, I have used the instructions of Smallko and I have failed, can you please help me. BR

[ns] Queue length monitor on wireless medium

2009-04-27 Thread Amr Ramadan
Dear All I found someone with a method to monitor queue length on wireless on ns2 but the problem that I can't assign which node number to read the queue length from it so can anybody tell me how to assign the node number to this method and here is the method: 1. Define a variable qlength_ in t

[ns] How to take values from file and use it during simulation

2009-05-16 Thread Amr Ramadan
Dear All How can i use values of parameters to be saved on a file and i use this parameters while it is saved to make if condition for example and use it on simulation Note: those values are stored and called by cc file not my tcl script BR

[ns] How to call variable on mac802.11.cc file to tcl file

2009-05-28 Thread Amr Ramadan
Dear All I need to call variable on the mac_802.11.cc in recvdata class to my tcl script to use it on my simulation what shall I do? This is the function I talk about and the variables index_ and ch->qlength_ are the variables I want to recall them on my tcl script on a variable to use there r