[ns] are there any TCP traffic models or generators on ns2?

2008-10-29 Thread e f
Hello, my question is...Are there any TCP traffic models or generatos in ns2? How can i create my own traffic model ? ___ Χρησιμοποιείτε Yahoo!; Βαρεθήκατε τα ενοχλητικά μηνύματα (spam); Το Yahoo! Mail διαθέτει την καλύτερη

[ns] Fwd: simulation problems on 802.11 infrastructure mode

2008-10-29 Thread 王辉
-- Forwarded message -- From: 王辉 [EMAIL PROTECTED] Date: 2008/10/29 Subject: simulation problems on 802.11 infrastructure mode To: ns-users@isi.edu Dear all, I'm doing some simulations on 802.11 infrastructure mode in ns2 using Phy/WirelessPhy Mac/802_11 implementations within

Re: [ns] Generating packets on queue events

2008-10-29 Thread Teerawat Issariyakul
Hi, In NS2, generating a new packet is not that complicated. Class Packet has a function alloc() which returns a pointer to the created packet. You may find the detail in file ~/ns/common/packet.h. At the receiving end, you may process the packet in the function recv(p,h), where p is a pointer

Re: [ns] are there any TCP traffic models or generators on ns2?

2008-10-29 Thread Teerawat Issariyakul
Hi, TCP itself cannot generated traffic. It receives a demand for data transmission from a user. For example, you may use FTP and indicate that a user has infinite demand to transfer data. TCP then takes that demand and keep transmitting packets (practically forever). If you want to create

[ns] how to change Pt_

2008-10-29 Thread Dasha Stepanova
Hi everybody, I've found that I can change node range by this parameter Phy/WirelessPhy set Pt_ but I do not understand how to recalculate 500m to something like 0.2818 and I can not find anything about it, probably somebody know where I can find some information. Thank you in advance

[ns] How can I avoid the shortest path

2008-10-29 Thread J S
Hello Does any one know that how can I direct the packets of a particular flow through a specific path? Basically I would like to avoid the default shortest path behavior and direct packets from a specific flow through a different link. Thanks JS

[ns] how to replace a line in the routing table

2008-10-29 Thread Davide
i'm using manual routing but if i use the delete-route command the packet addressed to the $dst will be dropped by the $nullagent how to solve this problem? Davide

[ns] How to measure rate of the traffic

2008-10-29 Thread J S
Hello - I am using pareto distribution to send UDP packets between two nodes. I am wondering how would I measure the rate of the UDP packets sent between the two nodes. Thanks

[ns] Fwd: MIMO with ns2

2008-10-29 Thread Lochan Verma
Dear ns2 Users, I am a newbie to ns2 and recently started working with it. I want to experiment some things which require MIMO support. Just wondering if there is some ns2 code which supports MIMO? Could anybody please share some thoughts on this. Regards, Lochan.

Re: [ns] how to change Pt_

2008-10-29 Thread Carlos Alberto Quiroz-Perez
Pt_ = (7.2 X 10^-11) * d^4 d= 500m Hi everybody, I've found that I can change node range by this parameter Phy/WirelessPhy set Pt_ but I do not understand how to recalculate 500m to something like 0.2818 and I can not find anything about it, probably somebody know where I can find

[ns] help - no debugging symbols found when debugging ns code

2008-10-29 Thread Zhang Shangying
Hi all, I try to debug ns2 code (ns-2.33) by using gdb under cygwin. I have entered the following command under the path (ns-allinone-2.33\ns-2.33): ./configure --enable-debug make clean make depend make gdb ns.exe By the way, I have also tried added -g in the