[ns] How can i install zrp into my ns2?

2010-05-17 Thread tiongsquare
i only manage to find ZRP for an older version of NS (NS2.1b9), i'm currently using allinone-2.34, how do i install the zrp in? i'm quite new to ns2 but i need it for my final yr project, thanks! -- View this message in context:

[ns] Calculate Call Setup Delay on SIP signalling

2010-05-17 Thread eman eman
Dear All, I'm doing project on SIP over DCCP using ns2 2.34, and in Mr. Masataka Ohta (Kanagawa University Japan) paper: Performance Comparisons of Transport Protocols for Session Initiation Protocol Signaling there is a formula to calculate call setup delay, and I want to know how to do it

[ns] Nam is not working and no documentation is found for the error.

2010-05-17 Thread sumit maheshwari
While running nam of ns2.33 in ubuntu 9.04, follwing error is seen. nam: [code omitted because of length] : no event type or button # or keysym while executing bind Listbox MouseWheel { %W yview scroll [expr {- (%D / 120) * 4}] units } invoked from within if {[tk windowingsystem] eq

[ns] Hello shardul thaker

2010-05-17 Thread shardul thaker
http://sale-likeviagra.ehoco.com

[ns] Changing the sources file

2010-05-17 Thread Syed Faraz Hasan
Hi NS2 Users, I am trying to make some changes in the NS2 source files, attempting to modify the scan procedure in the 802.11 network simulations. I added an extra printf command in the mac/mac-802_11.cc and saved the changes. When I am running the tcl code for 802.11 infrastructure networks,

Re: [ns] Changing the sources file

2010-05-17 Thread Mubashir Rehmani
Hi Faraz, You need to recompile ns2, so that the changes taken into effect by using make clean make sudo make install Moreover, it may happen that the printf that you inserted may not be encountered by the program pointer. I mean, you need to put prinft in the appropriate position of the mac

[ns] Data rate for Mac/802_11

2010-05-17 Thread Mucktar Pakpahan
Hello every one Can you help me?.How to set data rate of Mac/802_11 to 54Mbps? Thanks Mucktar

Re: [ns] Data rate for Mac/802_11

2010-05-17 Thread Mubashir Rehmani
Hi Mucktar, Use this command in your tcl script (vary the datarate as per your requirement) Mac/802_11 set dataRate_ 11Mb Mac/802_11 set basicRate_ 2Mb For more help: http://www.joshuarobinson.net/docs/ns-802_11b.html

Re: [ns] ns2 and netbeans or eclipse

2010-05-17 Thread tiongsquare
Hi, on the site tutorial u post, below there's a note: Add those files to your cvsignore, respectively delete them from your patchfile after creating it, just wondering where is this patchfile? thanks! Volker Richter wrote: Hello, I'm using the eclipse IDE to make changes in the ns-2

Re: [ns] Problem compiling ns-2.34 with eclipse Galileo under ubuntu

2010-05-17 Thread tiongsquare
Hi, im having the same problem as you now, did you manage to solve the problem? Albane Delos wrote: Hi all, I am currently trying to make ns-2.34 work in Eclipse Galileo. Without Eclipse it works and compiles just fine but in Eclipse I have the following errors: make all

Re: [ns] Adding static routes

2010-05-17 Thread Sidney Doria
Alexandre, The original is a big TCL. This excerpt can help you. Enjoy! Sidney Doria UFCG / BRAZIL Thanks to Priscila Doria (UFCG), who created this scenario script. Thanks to somebody who created the two special routines. # Create six nodes (some of them are routers) set x [$ns

[ns] ns2 aodv instruction

2010-05-17 Thread etudiant etudiant
hi somebody can explain that this instruction means ? if (rt (rt-rt_hops != INFINITY2) thanks

[ns] ns2 aodv instruction

2010-05-17 Thread etudiant etudiant
hi somebody can explain that this instruction means ? if (rt (rt-rt_hops != INFINITY2) thanks

[ns] asking about variable in RREP of AODV

2010-05-17 Thread Irvan Supradana
Hello all Im irvan student from Indonesia. i want to make modification in aodv especially in RREP process. I got a confused what is exactly mean of rp_src, rp_dst. My first assumption rp_src is IP address of node which broadcast RREQ and rp_dst is IP address of node replying RREP. But when i

[ns] Support for Ethernet Switch module in Ns-2

2010-05-17 Thread Mayank Sharma
Hello, My configuration is : ns2 version : ns-2.33 Operating sys : Ubuntu 8.04 - The Hardy Heron I have to simulate a LAN with Ethernet switches in a multi hop setup. I was wondering if ns-2.33 release had the libraries and required support for switches which do not use the CSMA/CD protocol

Re: [ns] ns2 and netbeans or eclipse

2010-05-17 Thread urashu06
HI, sometime back I have used eclipse to debug NS-2 but got so many errors and I need to build a newer version of ns-2. It converts all the warning messages in errors. tiongsquare wrote: Hi, on the site tutorial u post, below there's a note: Add those files to your cvsignore, respectively