[ns] Help: creation of clusters in ns-2

2009-03-24 Thread laxmi M
Hi friends, I am new to ns-2 and I want to implement the hybrid routing protocol on ns-2. I need to create topology with two clusters with 4 nodes each. So please any body know how to create cluster in ns-2, please send me sootion or link where I will get the details about it. Thanks in advance L

[ns] hi-- review--

2009-03-24 Thread muralikrishna g
hi how is going your review.. is your HOD sleeping in that review

[ns] reg. wireless scenario; making nodes compete for bandwidth with FTP application

2009-03-24 Thread Karthik Talloju
Hi friends, please help me understand how to proceed conceptually with the following problem : I am trying to simulate the following scenario : There is an access point and multiple nodes in a wireless scenario. The nodes are not mobile. When the number of nodes connected to the access poin

[ns] dsr in wired-cum-wireless scenarios

2009-03-24 Thread Zhang Wen Zhi
I set up a wired-wireless scenario in ns-2.33 : 2 wired nodes ,2 basestation ,and 3 mobilenodes attach to base(0) . wireless mode use DSR routing protocol,This is my script as follows. = ### This simulation is an example of combination of wired and wireless

[ns] zrp compilation on ns-2

2009-03-24 Thread ANSHUL JAIN
while compliling zrp on ns-2 i am getting the following error zrp/zrp_table.h:192: error: extra qualification ‘RoutingTable::’ on member ‘compute_routes’ zrp/zrp_table.h: In member function ‘int RoutingTable::next_hop_to(nsaddr_t)’: with many warnings.i am attaching the snap of the make when ru

[ns] zrp compilation on ns-2

2009-03-24 Thread ANSHUL JAIN
-- Forwarded message -- From: ANSHUL JAIN Date: Tue, Mar 24, 2009 at 2:34 PM Subject: zrp compilation on ns-2 To: ns-users@isi.edu while compliling zrp on ns-2 i am getting the following error zrp/zrp_table.h:192: error: extra qualification ‘RoutingTable::’ on member ‘compute_r

[ns] [bug] zrp impementaion in ns-2

2009-03-24 Thread anshul
[Bug Report] - Category: Other Package: ns ns-2.31 OS:fedora core Environment Variables: LD_LIBRARY_PATH= TCL_LIBRARY= TK_LIBRARY= - Description: while compliling zrp on ns-2 i am getting the following error zrp/zrp_table.h:19

[ns] Help regarding absurd memory usage

2009-03-24 Thread fhg07
I am simulating a protocol which I developed, and I wanted the simulation to end only when all my nodes are dead. Well, that is not really that fast to happen, and before I reach that point my memory ends and I get a bac_alloc error message. And here is the thing: I do alloc lots of packets with

[ns] UMTS-WIFI Handover using NIST module

2009-03-24 Thread Carlos Rodrigues
Hi, I´m working in a project about interoperability between technologies (WIFI,WIMAX,UMTS) and deploying some scripts to test this scenarios in NS (Network Simulator). I'm using ns2.29 with the patch of seamless and secure mobility for testing an example script that is provided in this pat

[ns] UMTS-WIFI Handover using NIST module

2009-03-24 Thread antonioli
Hi, I´m working in a project about interoperability between technologies (WIFI,WIMAX,UMTS) and deploying some scripts to test this scenarios in NS (Network Simulator). I'm using ns2.29 with the patch of seamless and secure mobility for testing an example script that is provided in this patch, but

[ns] RAL route acquisition latency

2009-03-24 Thread sarym binome
hello everybody does anybody know how to calculate the RAL route acquisition latency ?? with awk best regards _ Découvrez tout ce que Windows Live a à vous apporter ! http://www.microsoft.com/windows/windowslive/

[ns] How to change default PI variables in ns-default.tcl

2009-03-24 Thread hakki
Hi, I have been trying to set new PI variables in my .tcl code. How can I change the default variables in default ns variables best hakki -- View this message in context: http://www.nabble.com/How-to-change-default-PI-variables-in-ns-default.tcl-tp22685804p22685804.html Sent from the ns-users

[ns] UMTS Code EURANE Code - Class Simulator Error

2009-03-24 Thread Syed Faraz Hasan
Hi Everyone! With Pats help I managed patching EURANE in NS-2.30 (OS: Linux). I am now trying to run test_tcp.tcl available on EURANE website. It is not executing correctly. I tried running each command of the program one by one to see wheres the error. Everything is OK till I reach... set rn

[ns] ns2 aodv expire time

2009-03-24 Thread Kiran patel
respected sir, i am work on aodv modification in routing table update through fixed expired time .. so i can not understand where i change my aodv.cc code and where i keep fixed expire time in this code.. plz sir give me some reply.. thank u sir regard kiran

[ns] ns2-making changes in aodv

2009-03-24 Thread Kiran patel
respected sir i am work on enhanced aodv through fixed expire time in manet. but i can not understand how to find out shorest path in aodv node and how can calculate distance between to node...and where i change my code for that... plz sir give me some code for that in ns2 so i implement it...

[ns] Re : New protocol added..but error in running tcl script

2009-03-24 Thread Nadine Chen
hi, to solve this problem, after make, you should execute make install , and your protocol will work fine. hope this helps. --- En date de : Mar 24.3.09, Kiraneet sharma a écrit : De: Kiraneet sharma Objet: [ns] New protocol added..but error in running tcl script À: ns-users@ISI.EDU Date: Ma

[ns] New protocol added..but error in running tcl script

2009-03-24 Thread Kiraneet sharma
Hello everyone... I have added a new protocol in ns2,which is an extension of aodv. After making the required changes in all the files,running ./configure and make goes well... But if I run a tcl script using that protocol it shows an error : (_o14 cmd line 1) invoked from within "_o14 cmd

[ns] Using mac 802.11e tkn with mac 802.11

2009-03-24 Thread Angelo Alifano
Hi all, I have installed the TKN package on ns-2.31 and it is working perfectly. I'm asking if it possible to use both mac, 802.11e and 802.11, in the same scenario to have a pair of node in EDCA mode and a pair of node in EDCF mode. A scenario like this will works fine ? # =

Re: [ns] how to get the coordinates of the nodes in evrey period of time

2009-03-24 Thread Mubashir Rehmani
Hi, Try to use timers to get the coordinates of the nodes periodically. See ns2 manual for timers. Regards Mubashir Husain Rehmani 2009/3/24 anas > > Dear users > > how to get the coordinates of the nodes in evrey period of time > > Regards > > Anas > -- Mubashir Husain Rehmani

[ns] wireless DoS attack NS2 simulation

2009-03-24 Thread mm
Hello to all Is it possible to simulate wireless denial of service attacks (continually sending control frame or management frame) in ns2.33? Thank you very much

Re: [ns] Multiple connections to a single agent

2009-03-24 Thread hakki
Hi, I need a help about RED in ns-2. I want to see the results in Hollot Misra Infocom paper. In their paper, they introduced 60 TCP flows and 180 http session. I am so new about ns-2 so I don't know how should I introduce these sources, especially http session. best hakki Pedro Estrela wrote

[ns] RED parameters in Misra Hollot paper

2009-03-24 Thread Estuans Interius
Hi, I am new using ns-2 simulator. To be sure I want to run RED in ns-2 to see the same results of (Hollot, Misra). Is there any written .tcl code for this paper. Moreover, if I want to introduce 40 http session in to the network what should I do? I am sorry for these basic questions best hakki

[ns] how to get the coordinates of the nodes in evrey period of time

2009-03-24 Thread anas
Dear users how to get the coordinates of the nodes in evrey period of time Regards Anas

[ns] How to do GMPLS simulation in ns-2 ???

2009-03-24 Thread lukman_hanif
Hi, Does anybody knows on how to do GMPLS simulation in ns-2 ???

Re: [ns] UMTS on NS-2

2009-03-24 Thread Mats Folke
Hi! Syed Faraz Hasan wrote: > Hello! > > Reference to my previous email about UMTS implementation on NS-2. Can > some one tell me if I need a separate patch for UMTS while working on > NS-2.33? If so, where can I download it from? I have seen > http://eurane.ti-wmc.nl/eurane/, patch available th