[ns] ns2.27 installation problem (help)

2007-04-16 Thread ghazale khojaste
Hi all, I have a problem in ns2.27 installation. The error is: tclcl - mappings.h:51: error: incomplete type 'TCL' used in nested name specifier. tclcl - mappings.h:52: error: invalid use of undefined type 'struct Tcl' tclcl - mappings.h:41: error: forward declaration of 'struct

[ns] tcl script for TORA protocol

2007-04-16 Thread prabha devi
hi, i am simulating TORA protocol in ns-2.If anyone know about this plz help me. if any have tcl script of TORA plz mail me. i am in urgent as i hav to sumitt my MTEch report in the earliest. Thanks all!! Send a FREE SMS to your friend's mobile from Yahoo! Messenger. Get it now at

[ns] RE : Packet Drop due to Collision

2007-04-16 Thread siad lamri
dear there; first you should enable MAC trace and then from trace file you can mesure the number of packet dropped because of collision by testing the fifth column of each row of this file. when a collision is made the fifth column is set to COL. So you should calculate the

[ns] simulation IEEE802.11

2007-04-16 Thread chiraz benkhelfa
Je suis étudiante et je cherche à simuler un réseau wifi : la norme IEEE802.11 (mode infrastructure) aven le network simulator (NS2).mon problème est comment créer le trafic entre une station de base et les stations wireless. En outre comment déterminer la zone de couverture d’une cellule ?

Re: [ns] help me with the dsr segmentation problem

2007-04-16 Thread Bryan Hogan
Change set val(ifq) Queue/DropTail/PriQueue to CMUPriQueue Regards, Bryan Bryan's Dynamic Source Routing FAQ - http://www.geocities.com/b_j_hogan/ On Wed, 28 Feb 2007, sandeep v wrote: hi. this is my tcl script to simulate for 3 nodes using dsr routing protocol. it s givin as

Re: [ns] DSR and Segmentation Fault

2007-04-16 Thread Bryan Hogan
Hello, Segementation faults can be difficult to track down. I once had a seg fault occurring in a class that is not even called by DSR, I finally tracked it back to a an array that i had set to size 3 but I was filling it with 15 elements or more...took me 12 hours to find the problem. So,

Re: [ns] DSR FRAGMENTATION ERROR

2007-04-16 Thread Bryan Hogan
hello, You'll have to provide a little more information than that. Regards, Bryan Bryan's Dynamic Source Routing FAQ - http://www.geocities.com/b_j_hogan/ On Tue, 6 Mar 2007, antonis antoniou wrote: hi all, I use dsr and i have fragmentation error when cbr traffic is more than

Re: [ns] How to run script(AODV,DSR,DSDV) in ns-allinone-2.30?

2007-04-16 Thread Bryan Hogan
You should read the tutorial provided by Marc Greis www.isi.edu/nsnam/ns/tutorial/ Regards, Bryan Bryan's Dynamic Source Routing FAQ - http://www.geocities.com/b_j_hogan/ On Thu, 15 Mar 2007, vava vvava wrote: Hello, I'm new user for ns2 and I've ns-allinone-2.30 running on Ubuntu 6.06.. I

Re: [ns] Segmentation fault in DSR Routing protocol

2007-04-16 Thread Bryan Hogan
Hello Shailesh, Are you using Queue/DropTail/PriQueue in your TCL file? if so, change to CMUPriQueue. Regards, Bryan Bryan's Dynamic Source Routing FAQ - http://www.geocities.com/b_j_hogan/ On Wed, 28 Mar 2007, Shailesh Gamit wrote: I have a problem with the DSR protocol in ns2.29 when i

Re: [ns] DSR Packets

2007-04-16 Thread Bryan Hogan
Hello, Take a look at the code in the recv function, you'll see how a packet with a valid DSR header is handled - else if (srh-valid() == 1) Bryan Bryan's Dynamic Source Routing FAQ - http://www.geocities.com/b_j_hogan/ On Sat, 7 Apr 2007, Jezabel Miriam Molina Gil wrote: Hello, I am

[ns] problems with wired-cum-wireless with ns-2.31

2007-04-16 Thread JOAO FILIPE MARQUES SILVA
Hi, i'm using ns-2.31 to simulate a wired-cum-wireless and its giving the following error: Error!! str2addr:Address 7239534 outside range of address field length 2048 Does anyone know why this error appears? I used the Marc Greis Tutorial to implement the wired-cum-wireless simulation.

[ns] tracegraph problem with Eurane trace files

2007-04-16 Thread neila el héni
Hello, I am using the EURANE (Enhanced UMTS ...) patch for NS 2.30. While trying to open a trace file using trace graph I have an error message saying wired format detected ERROR: Cannot read the file! Trouble reading integer from file (row 25, field 8) == 0 7.0 2.0 0 0 0\n File '0 7.0 2.0 0 0

[ns] TORA Related....

2007-04-16 Thread manpreet grewal
Hello all, I am trying to modify tora_dest.cc Can anyone please tell me which is basic function that TORA_Dest Class uses?? Thanks in advance... Manpreet...

[ns] TcpApp + Mobile Nodes

2007-04-16 Thread M.F. Caetano
Hi Folks, I'm looking for the same functionality found in the TcpApp class for wired network to mobile environment. Reading the ns2 source code, I've verified that TcpApp class is found in the application layer, and needs the FullTcp Agent to transfer ADU (Application Level Data Unit)

[ns] TcpApp + Mobile Nodes

2007-04-16 Thread M.F. Caetano
Hi Folks, I'm looking for the same functionality found in the TcpApp class for wired network to mobile environment. Reading the ns2 source code, I've verified that TcpApp class is found in the application layer, and needs the FullTcp Agent to transfer ADU (Application Level Data Unit)

[ns] NS for Milti-interface of different radio technology.

2007-04-16 Thread Das Santos Kumar
Dear NS users, patch file/ns-extension Please advise me for the following simulation. 1. I need to simulate a multi-interface based mobile network. The interface are of different types such as WiFi, WiMAX, Bluetooth, UMTS and WLAN. 2. Is there any patch file/ns-extension for the above