[ns] How to create a object .o file...???

2007-04-13 Thread Velan
Hi ns-users... I created .cc file for my own packet forma, and also i created the header file for thar particular packet format. Then i don't know how to create the .o (object file) ? . Where i store the .cc file and .h file. Then how to compile it... Thanks and regards... Velan

Re: [ns] compilation error with gcc 3.2.2

2007-04-13 Thread smita vishwakarma
Hi Marcello I have created "newp.h","newp.cc"and compiled it with MAKE .After that I created tcl file newping.tcl and add it in as "Agent/newp" it is showing error as follows. invalid command name "Agent/newp" while executing "Agent/newp instproc recv {from rtt} { $self instvar no

Re: [ns] question on installation NS-2.29 on Linux Ubuntu

2007-04-13 Thread Arturo Servin
I had the same problems in Ubuntu 6.10 and ns-2-31. I had to compile with gcc and g++ 4.0 instead of 4.1 (default in my distro). There are a couple of urls documenting this and how to install ns in ubuntu. http://thesandeep.wordpress.com/2006/12/02/installing-ns2-on-ubuntu-dapper-lts/ htt

[ns] how to computer the Transmission range

2007-04-13 Thread Mohammed Abu Hajar
Hi All, Is there any utility in NS-2 that compute the transmission range of a wireless node like in glomosim simulator you type at the command line: radio_range config.in it's gives the range in m like 375m. Thanks - Ahhh...imagining that irresi

[ns] Lucents WaveLAN propagation model

2007-04-13 Thread Mohammed Abu Hajar
Dear all ns-users, How can I implement(write) Lucent’s WaveLAN propagation model in ns-2 tcl script file?, is it like: set opt(prop) Propagaion/TwoRayGround, or set opt(prop) Propagaion/FreeSpace, or set opt(prop) Propagaion/Shadowing. My Regards to all.

Re: [ns] routing over a fixed path in wireless ad-hoc network?

2007-04-13 Thread Song Luo
Basically, those protocols will find routes for packets automatically, and you cannot determine in advance. But one method may work: you can enable recvRequest function only at nodes you want the packets pass. In your example, you only let node2, 3 and dest receive route requests and reply, and le

[ns] MAODV related,it is urgent,help me

2007-04-13 Thread sankarshan deb
Hi I am working on MAODV.I have ported MAODV in ns-2.26.When I am running the simulation script ns.tcl,I m getting the following error [EMAIL PROTECTED] ex]$ ns ns.tcl 10 30 1 num_nodes is set 50 INITIALIZE THE LIST xListHead Loading connection pattern ... Loading scenarios file... Starting Si

[ns] utility of an associated DCH with HS-DSCH in Eurane?

2007-04-13 Thread neila el héni
Hi I see that Eurane uses preprocessed Matlab files that contain, among others, the CQI variations along several TTIs for each UE. On the other hand, the DCHs associated to the HS-DSCH are normally used in order to report, to the Node B , the CQI and (N)ACK of the served UE. So what is the util

[ns] IEEE 802.11e Draft

2007-04-13 Thread Marcelo Pinheiro
Hello everybody, I hope you all are doing great. Has anyone, by any chance, have the last draft of the IEEE 802.11e just before its publication? If so, could you please send it directly to me? Regards, Marcelo Pinheiro

Re: [ns] question on installation NS-2.29 on Linux Ubuntu

2007-04-13 Thread Timo Reimann
Celina Wang wrote: > 2. I have Gcc/G++ 4.1.1 installed. Try the CC and CXX switches I proposed below then. > On 4/13/07, Timo Reimann <[EMAIL PROTECTED]> wrote: >> >> Celina Wang wrote: >> > I am installing ns-2.29 in Linux Ubuntu 6.06 version. >> > After modified settings of all of configure f

Re: [ns] HELP: installation problems - no display found for nam

2007-04-13 Thread Timo Reimann
Daniel wrote: > I tried to install on my Intel based MacBook Pro the > ns2-allinone-2.29.3-Precompiled-UniversalBinary-Intel-Mac package that I > found here > . > I tried to run a simple tcl example script ( /ns-2.29/tcl/ex/simp

[ns] HELP: installation problems - no display found for nam

2007-04-13 Thread Daniel
Dear all, I tried to install on my Intel based MacBook Pro the ns2-allinone-2.29.3-Precompiled-UniversalBinary-Intel-Mac package that I found here . I tried to run a simple tcl example script ( /ns-2.29/tcl/ex/simple.tcl ), bu

[ns] problem in implement the ricean propagation

2007-04-13 Thread ibrahim koda
Hi all ; I am trying to implement the ricean propagation. After following the instructions below : Makefile.in add mobile/prop_ricean.o to OBJ_CC I get the following problem first I was told to run config I ran ./config then I ran "make" but after a while it has given me this error make:

[ns] HELP: installation problems - no display found for nam

2007-04-13 Thread Dani
Dear all, I tried to install on my Intel based MacBook Pro the ns2-allinone-2.29.3-Precompiled-UniversalBinary-Intel-Mac package that I found here . I tried to run a simple tcl example script ( /ns-2.29/tcl/ex/simple.tcl ), bu

Re: [ns] question on installation NS-2.29 on Linux Ubuntu

2007-04-13 Thread Timo Reimann
Sorry if you receive this post twice. The mailing-list daemon considered me a new user to the list which I am not... Celina Wang wrote: > I am installing ns-2.29 in Linux Ubuntu 6.06 version. > After modified settings of all of configure files, new > problem occurs that linker is not working pro

Re: [ns] Query about errors during running make command

2007-04-13 Thread Timo Reimann
Anuradha Sehgal wrote: > The three errors are: > > error:expected primary-expression before "int". > error:expected ; before "int" > error::non-lvalue in assignment > > why these errors are occuring?? You've been reposting this identically at least twice. This is not going to help you increase yo

[ns] unknown drop reason in new trace format file

2007-04-13 Thread Ramzi Tka
Hi all, could someone explain to me the significance of the "NCO" (after -Nw) drop reason mentioned in this new trace format compliant line. d -t 0.414050318 -Hs 12 -Hd -1 -Ni 12 -Nx 100.00 -Ny 100.00 -Nz 0.00 -Ne -1.00 -Nl MAC -Nw NCO -Ma 0 -Md -Ms 5 -Mt 800 -Is 4196353.0 -Id -1.

[ns] unknown "NCO" flag in ns-2 trace file

2007-04-13 Thread Ramzi Tka
Hi all, could somebody explain to me the following trace line : "D 0.160155230 _13_ MAC NCO 1 udp 128 [0 4 800] --- [16779265:0 -1:0 32 0] " especially the "NCO" in the 5th field. Thanks in advance ramzi

[ns] multicast in Eurane

2007-04-13 Thread neila el héni
Hi Is anyone interested in collaborating (or simply giving me some tips) to implement multicast on Eurane simulator (defining group identities, managing reports of UEs of the same group, etc.)? See you! Neila

[ns] I need to determine values for parameters of the speed type and pause type in waypoint movement model.

2007-04-13 Thread h sh
Hi All, Could someone help me? I need to determine values for parameters of the speed type and pause type in waypoint movement model. ./ setdest –v 2 -n [# nodes] –s [speed type] -m [min speed] –M[max speed] –t [simulation time] –P[pause type] –p[pause time] –x [x ] –y[y] What i

[ns] HELP: installation problems

2007-04-13 Thread Dani
Dear all, I tried to install on my Intel based MacBook Pro the ns2-allinone-2.29.3-Precompiled-UniversalBinary-Intel-Mac package that I found here . I tried to run a simple tcl example script ( /ns-2.29/tcl/ex/simple.tcl ), but

[ns] C compiler cannot create executables(cygwin)(help me!!!!!!!!!!!!!!!!!!!!!!!)

2007-04-13 Thread Amin Irandoost
hi all i have installed gcc compiler on cygwin environment but during install i have received C compiler cannot create executables my version of cygwin is 1.3.12...1.5.21 check for gcc ... ok check for gcc-g++ ... ok I'm waiting for your reply please help me -- Amin Irandoost