[ns] help!!! Adding new protocol in NS2

2010-02-23 Thread manoop talasila
Hello NS Users, I installed ns2.34 allinone in ubuntu 9.10. And first time, I am trying to add a new protocol in NS2. I followed the steps at: http://masimum.inf.um.es/nsrt-howto/pdf/nsrt-howto.pdf After applying changes, I did: $ make clean $ make When I run my tcl script then it gives below

Re: [ns] MPEG4 video trace TCL script for ns-2 (Shahrudin bin Awang Nor)

2010-02-23 Thread lukman_hanif
Message: 2 Date: Mon, 22 Feb 2010 11:23:31 +0800 From: Shahrudin bin Awang Nor s...@uum.edu.my Subject: [ns] MPEG4 video trace TCL script for ns-2 To: ns-users@ISI.EDU ns-users@ISI.EDU Message-ID: d484116988e2d24ea8dd591a1f4efdc5010d7af7f...@exchange.staf.ad.uum Content-Type: text/plain;

[ns] why FullTcp agent unable to call done {} method after completed a connection ???

2010-02-23 Thread lukman_hanif
Hi everybody, I try to simulate FullTcp agent with many connections. other TCP agent will call the done {} method after completed a connection... However, when I try the FullTcp agent, it seems that the (Agent/TCP or Agent/TCP/FullTcp) instproc done {} not called after each connection

[ns] how to get link utilization info

2010-02-23 Thread waqar haq
hi to all i have implented a routing algo and i want to get information about how much the link is utilized and further more can anyone tell me how an you tell me how to get bandwith of a link i tried the following scheme but its not working set ns_ [Simulator instance] set link_

[ns] Ovrhead Packets

2010-02-23 Thread Lyx
Dear ns-users   Please  , I do not understand exactly waht is the difference between Ovrhead Packects and Traffic Packet ?   The Best Regards

[ns] Simple Broadcast Example

2010-02-23 Thread 후세인 라쉬드 [RASHEED HUSSAIN]
Dear NS users السلام عليكم/پہ خیرراغلے/Hello/안녕하세요. Could anyone provide me with a simple example of 2 mobile nodes moving and broadcasting beacon messages and receiving them when they are in the transmission range? Any help will be higly appreciated. Thank You in advance. Rasheed

[ns] function(in C++) to define the neighbors of a node in ns2

2010-02-23 Thread Nguyen Thanh
Hello, I am new in ns2. Could anybody please tell me: Which function(in C++) to define that node i is the neighbor of node j? and Which function(in C++) to define the neighbors of node i? Thanks in advance. Nguyen Địa chỉ email mới sẵn có trên Yahoo! Chọn ngay một tên truy nhập

[ns] Ns2 installation on windows

2010-02-23 Thread vedhu sama
Hi iwas trying to install ns-allinone-2.33 as i need this version for for my project after typing ./install i am getting this error plz help me….. ‘ Creating library file: libns.dll.a g++ -DNSLIBNAME = \”libns.dll\” -Wl, -export-dynamic -o ns common/mai-modular.cc -ldl

[ns] traffic pattern generato for vanet

2010-02-23 Thread ali bala
Hi all I going to simulate vanet network and i generate mobility of vehciles with MOVE but about generating data trraffic pattern on the network i have a problem and i don't know i can generate traffic pattern the same as manet with cbrgen or not? please guide me and if i can't do that with

[ns] how to integrate an algorithm with a protocol in NS2

2010-02-23 Thread maimoon begum
I have integrated an algorithm with the routing protocol AODV, but the integration is unsuccessful. If you have any ideas regarding this.. lend your help. it will be very much useful to me...     Thanks in advance. The INTERNET now has a personality. YOURS! See your Yahoo!

[ns] error: NS : code omitted because of length

2010-02-23 Thread ashish tiwari
hello all I am adding a new protocol in NS2 and I have added some line in ns-agent.tcl Agent/EHWMP instproc init args { $self next $args } Agent/EHWMP set sport_ 0 Agent/EHWMP set dport_ 0 Now when I am typing ns it is giving following error.Could anyone help me for this.