[ns] xgraph problem

2006-04-12 Thread mohd hammad
hello alaeddine hoping that u r very well I would like to produce the tracing of xgraph for a scenario of 50 node it dosnt worke but in 3 node as indivisual it works can u help me please mohd hammad __ Do You Yahoo!? Tired of spam? Yahoo! Mail

Re: [ns] Real time Play with NS-2 emulator

2006-04-12 Thread Svilen Ivanov
Hello Mowly, You might want to try the Pcap/BPF Network Object to read a packet trace from a file in tcpdump format. http://www.isi.edu/nsnam/ns/doc/node574.html Best regards, Svilen [EMAIL PROTECTED] wrote: I am just putting this question out there to see if it is possible to implement.

[ns] xgraph problem

2006-04-12 Thread mohd hammad
hello alaeddine hoping that u r very well I would like to produce the tracing of xgraph for a scenario of 50 node it dosnt worke but in 3 node as indivisual it works can u help me please mohd hammad __ Do You Yahoo!? Tired of spam? Yahoo! Mail

[ns] Does DSDV stores the Routing table of its neighbours?????

2006-04-12 Thread jeevesh sharma
HI Friends, Does DSDV stores the Routing table of its neighbours. I was unable to get it from the code of DSDV. And if it doesn't stores the routing table, then how the increamental updates works. Plezzz help. jeevesh kumar.

[ns] Values to be set in the TCL file to make the transmission range 100m

2006-04-12 Thread jeevesh sharma
Hi friends, What are the values to be set in the TCL file to make the transmission range 100m. In some mail i got some pointer for this but i am not getting them clearly. There i have to set Pt_ variable to a fixed value. Is it the only value I have to change? or it need some

Re: [ns] Set address to ns node

2006-04-12 Thread sandoche balakrichenan
Hello all I have a topology like this __n2 / \ Src---n1/ \n4__Dst \___ / n3 From the src the packets are send both

Re: [ns] Values to be set in the TCL file to make the transmission range 100m

2006-04-12 Thread Qasim Raza Iqbal
Hi Jeevash There are two method to do it. Method a) You calculate the RxThreshold using a small program written in C called threshold.cc locayed in the folder ns-2.29/indep-utils/propogation/ compile the file as g++ threshold.cc then run the program /a.out with the required distance you want

Re: [ns] Throughput of CBR over TCP

2006-04-12 Thread Soo-Hyun Choi
Hi, First, in general, CBR is used for UDP traffic, not with TCP. You should be able to tell the specific reason why you use CBR over TCP. And the question you asked is also dependent upon a bottleneck link speed and a bottleneck queue size. If the dely-bandwidth product is larger than the CBR

Re: [ns] Values to be set in the TCL file to make the transmission range 100m

2006-04-12 Thread Sasan Sahraei
transmission range defined internally by distCST_ the transmission range is suppose to be calculated using the parameted below (as you mentioned) and propagation model however by looking at the Wireless Physical code, the propagation model is not implemented yet and thus the result is as -1

Re: [ns] Values to be set in the TCL file to make the transmission range 100m

2006-04-12 Thread Daniel Mahrenholz
Sasan Sahraei schrieb: transmission range defined internally by distCST_ This is only the maximum assumed interference range for a propagation model and will be used to speed up the calculation of packet receivers. the transmission range is suppose to be calculated using the parameted

[ns] Throughput Goodput

2006-04-12 Thread Julien HELMER
Hello, Why the goodput measured by [$sink set bytes_] is greater than the throughput measured with [$tcp set ndatabytes_] ?? This means that the receiver get more data than what the tcp sender has sent ?? Julien

Re: [ns] Bandwidth of wireless channel

2006-04-12 Thread Daniel Mahrenholz
Vinod schrieb: im working in qos routing in mobile adhoc networks. can anyone tell me why the default value of bandwidth is 0 in link layer of type LL (wireless routing simulation). Does that mean its not used or something else? I can see that the delay value is set to 25us by default.

[ns] how to debug memory?

2006-04-12 Thread skipper-com
Hello ns-users, please help Anybody know how to debug memory in ns2? as applied to OTCl objects? I`m use ns-2.29/cygwin(windows) Thanks in advance -- Best regards, skipper-com mailto:[EMAIL PROTECTED]

[ns] generate SIP traffic

2006-04-12 Thread zied-sassi
Thank you for all the people that help me to implement SIP protocol in NS. Especially the guy that gave me the ns-2.27 patch I’m sorry because I delited the e-mail so I forgot his name so thank you guys !! OK my next part of the project is to trace the traffic from the .tr file generated by

[ns] graphical interface problem in ns2.29

2006-04-12 Thread BENMESSAOUD ASMA
Hi every body , i try to use a tcl/tk graphic interface , but when i add ns the program declare an error . ex: in example.tcl when i create only widgets and i execute wish example.tcl it 's run very well , but when i add set ns [new Simulator] at the same program , it doesn't execute .