Re: [ns] Is FTP traffic over TCP connection uses always the same route?

2007-02-15 Thread Dr. Mohamed Ben Othman
Hi, Thank you all for your answers. Some asked me which protocol I am using. I am using the default protocol (IP). But what I still not sure about is that: in the reality (in the field) is data has to pass through the same path (route) from src to dst because TCP is a connection oriented

Re: [ns] Ns-users Digest, Vol 38, Issue 10

2007-02-15 Thread Mallesh, Kavuluri \(IE10\)
Hai, I want to implement my own protocol. For this I need to know how to over load a existing class. Can any of you give reference from which I can find some new protocol implementation? -regards Mallesh

[ns] How to implement my own protocol?

2007-02-15 Thread Mallesh, Kavuluri \(IE10\)
Hai , Actually I want to override a existing node class or any class in ns and do some simple manipulation. Later I want to try my own protocol. Can any one help me in overriding any class in ns? =20 -regards, Mallesh

[ns] nam installation problem

2007-02-15 Thread Ritesh Srivastav
i sucssesfully installed ns-2.30 -allinone . but it said install nam separetly because of error. when i tried to install separetly, it is still giving error as X11/Xmu?WinUtil.h file/directory not found. xwd.c:87:30: error: X11/Xmu/WinUtil.h: No such file or directory make: *** [xwd.o] Error 1

Re: [ns] How to implement my own protocol?

2007-02-15 Thread juan manuel gomez garcia
Hi Mallesh: This is a very good thing to read: http://masimum.dif.um.es/nsrt-howto/pdf/nsrt-howto.pdf I hope I help you. From: Mallesh, Kavuluri (IE10) [EMAIL PROTECTED] To: ns-users@ISI.EDU Subject: [ns] How to implement my own protocol? Date: Thu, 15 Feb 2007 17:06:29 +0530 Hai ,

[ns] NAM problem in Cygwin

2007-02-15 Thread Shaili Desai
Hello all In one of the cygwin environments with NS2, following is the error even after setting path environments correctly.nam executable does exist but for the display it gives the following error: [EMAIL PROTECTED] nam-1.11]$ ./nam nam: no display name and no $DISPLAY environment variable

[ns] connect two diferents C++ objects

2007-02-15 Thread juan manuel gomez garcia
Hi ns-users: I'm running a simple tcl script with AODV and mac 802_11 with wireless nodes. I know that I create a AODV object in the AODV code with: static class AODVclass : public TclClass { public: AODVclass() : TclClass(Agent/AODV) {} TclObject* create(int argc, const

[ns] DIRECTED DIFFUSION TO CREATE ADDITIONAL PATH????

2007-02-15 Thread antonis antoniou
Dear all, i read in paper that saying directed diffussion in wireless netwotk can be used to create additional paths. Can anyone help me how to do it??? Please is urgent Any help will be really appreciated THANKS

[ns] Reg: DEACTIVATE A NODE IN WIRELESS SCENARIO

2007-02-15 Thread Dheeraj
Can any one tell me how to deactivate a node in a wireless Scenario. I have created a Scenario having 50 Node after a certain duration i wanted to remove few Nodes i.e to DEACTIVATE few nodes. I have seen how a Node can be DEACTIVATED for a WIRED Scenario, but how can i get it for Wireless

[ns] Segmentation Fault

2007-02-15 Thread N a d e s h
Hi all When i constructed a base station with 3 mobile station based on hierarchical addressing ; it is throwing segmentation fault.. have any one come across this problem.please guide me to construct a cellular network model... Thanks and Regards Nadesh Anna University

[ns] kindly help me

2007-02-15 Thread sachin dahiya
  i m trying to implement selective tcp in ns. my ns2 ver is ns-2.29 on cygwin.the procedure for ns 2.27 on linux is gven by the crator of this code as follows: To run Selective-TCP: 1. Copy the following files in the ~ns-allinone/ns2.27/tcp/ tcp-newreno.cc tcp.h