[ns] Help for using GT-ITM topology generator in NS2?

2006-08-25 Thread zhang victor
I am a beginner of ns2, and install the ns-2 version using ns-allinone-2.29.2.tar.gz , there is gt-itm installed already in the ns-2.29 i follow the readme file of the sgb2ns, and calling the create-topology proc in the ts20.tcl, but failed,could anyone tell me the matter ,thanks a lot! the p

[ns] How to let Heartbeat chunk work during data transmission ?

2006-08-25 Thread kerwin
The Heartbeat chunk will work on sender when one path is idle or timeout. If I want to send Heartbeat chunk during data transmission. Which functions on ns2 I should to modify ? Thank for your suggestions. kerwin 改變每一天 從Xuite開始 http://www.xuite.net

[ns] Need Information about IEEE 802.11 Physical Layer

2006-08-25 Thread hamid reza
Dear All, Which Format do NS2 use For PLCP PPDU? Which Modulation used For PLCP preamble and PLCP Header and PSDU Propagation? How can i found how many modulations use in physical layer? Best Regards Hamid Reza __ Do You Yahoo!? Tired of spam? Y

Re: [ns] Help: ns installation failed

2006-08-25 Thread Luqman
> Luqman wanted us to know: > >hello, > >I am trying to install ns2.28 on Ubuntu 6.06 with following components: > >gcc version 3.3.6 >GNU bash, version 3.00.16(1)-release (i386-pc-linux-gnu) >2.6.15-26-386 > Just for the sake of completeness, I did installa ns2 successfull though after seesaw,

[ns] Mobile WiMAX (802.16e)

2006-08-25 Thread Jane Jakimovski
Hi, I'm preparing master thesis for Mobile WiMAX (802.16e) . I'm planning to make ns simulation. I would like to exchange opinions, ns codes (if you already have), usefull materials. If you are working on Mobile WiMAX or know some internet links for ns codes, please contact me. Thanks in advanc

Re: [ns] Access to Agents

2006-08-25 Thread Sampath Ranasinghe
Hi Jana, you can obtain the address of an agent at a particular port using the node address like so $node agent 2 or o_14 agent 2 --- The above commands return the address of the agent attached to port 2 of a node. Hope it helps. Regards, Sampath -- Sampa

[ns] Agents on Particular Ports

2006-08-25 Thread Sampath Ranasinghe
Hi Everyone, I have a question regarding setting up an agent to run on a particular port. I have tried doing this with a UDP agent. Below is a tcl code segment I used. set udp0 [new Agent/UDP/UdpSocket] $ns atta

[ns] NOAH Routing Problem

2006-08-25 Thread lekkie omotayo
ve fixed NOAH's problem, but I notice packets forwarded 2 BS (which are intended for another node) do not get to their destination e.g. if i want to send a packet froma wireless node to a wired node in an hierarchical structure (wired/wireless), if I use NOAH, the packet gets 2 BS, but do not get

Re: [ns] to resolve to recompile ns2 in cygwin

2006-08-25 Thread wosesat
Dear Sir! Is that after opening startxwin.sh and opening the ns directory in my case ns-2.29? or different. Pls help me it is really urgent to me. Best Regards, Wossenu A. - Original Message - From: Matthias Kuhnert <[EMAIL PROTECTED]> Date: Tuesday, August 22, 2006 7:40 pm Subject:

Re: [ns] Recording the time a flow monitor exceeds a specific value

2006-08-25 Thread Pedro Fortuna
> No i actually mean flowmonitor between two nodes. :) Well, that is sort what the LossMonitor is, so my remark is still valid. Look into LossMonitor. It uses the RTP Seq Number field to detect losses. That approach is only suitable for UDP traffic (even if it ain't RTP traffic, NS2 still uses th

[ns] Need Information about IEEE 802.11 Physical Layer

2006-08-25 Thread hamid reza
The short PLCP header is transmitted using the 2 Mbps in 802.11b . But we can not transmit it on NS2.27 because we have not PLCPHeaderRate in its Implementation. Short Preamble: Mac/802_11 set PreambleLength_ 72 Mac/802_11 set PLCPHeaderLength 48 Mac/802_11 set PLCPDataRate 1e6 I found below cod

Re: [ns] Help: scheduler going backwards in time...problem

2006-08-25 Thread xuminglu
Hi, all: I found that on the trace file, only 20.0 seconds id recorded. The program is actually stuck in scheduler.cc file and cann't get out. Is it a timer related problem? Any clue? Have nice weekend! Robin Quoting [EMAIL PROTECTED]: > > Hello: >I made some modification on gpsr routin