Re: [ns] what is problem with my tcl

2005-12-28 Thread Filippos Kolovos
I think that now the problem lies in the gcc compiler that you're using. There are known problems when trying to compile older versions of NS (and some newer) with gcc >= 3.4. The version you have downloaded is for gcc 3.2 version while your version is gcc 3.4.2 and because of certain incompatibil

[ns] Makefile:233: *** commands commence before first target. Stop.

2005-12-28 Thread Amita Singh
Hi all! when I execute "make" in ns-2.26 in order to implement the paper "Implementing a new manet unicast routing protocol using ns2" I get the following error: Makefile:233: *** commands commence before first target. Stop. What should I do to remove this error? Please help. Amita

Re: [ns] instl of gt-itm and sgb2ns

2005-12-28 Thread Filippos Kolovos
Yes, you're right. As far as I remember, there is not a configure file to execute when bulding gt-itm. What you will have to do is switch in your gt-itm/src directory and from there execute "make all". However, for the other error that you report below, please note that there is a version availab

[ns] compute jitter, delay, througput from .tr file in Enhaced DCF simulations

2005-12-28 Thread Rudrashetty shetty
sir/madam ! I have simulated Enhaced DCF and got trace file (.tr), is in new wireless format. i need to take Quality of Service Paramters (Delay, Throughput, jitter from it). i have to find over all delay, throughput, jitter by varying the number of nodes. kindly give steps to co

Re: [ns] about using RIP or OSPF

2005-12-28 Thread Vincent Nauwelaers
I'm also working on a protocol which will use OSPF I spent a lot of time discovering the workings of NS-2, there is indeed a map ./ns-2/linkstate which implements a LS routing algo, yet if this includes all features of OSPF is a question to which I still need an answer. sincerely - Original

Re: [ns] run Dijkstr on Ns2

2005-12-28 Thread Vincent Nauwelaers
In the manual (Chapters on routing) I found that the default static routing algorithm uses Dijkstra to calculate the routing. So it might be used already by NS, yet I can not garantee, I suggest you read the routing chapters, I've never used that file. sincerely -- Vincent - Original Messag

Re: [ns] Makefile:233: *** commands commence before first target. Stop.

2005-12-28 Thread Kamal Gakhar
though not familiar with this paper's detail or code it seems to me a configuration problem. check out path etc. and also source code (whether written for earlier or later versions). did you need to install their piece of code, if yes, then using it directly on an ns already on ur system might not

Re: [ns] Random cross-traffic generation

2005-12-28 Thread Kamal Gakhar
using "random" utilities in ns2, try to alternate traffic at different times. also plz let me know what do you mean by term "cross-traffic"?? thanks On 12/28/05, Amit Mondal <[EMAIL PROTECTED]> wrote: > > > Hi All, > Any idea about how to generate random cross traffic in ns-2. For my > simulation

Re: [ns] compute jitter, delay, througput from .tr file in Enhaced DCF simulations

2005-12-28 Thread Kamal Gakhar
try some utilities avaliable on "Eitan Altman" ns2 home page. obviously you might need to change depending upon traffic type. here is a link: http://www-sop.inria.fr/mistral/personnel/Eitan.Altman/ns.htm regards On 12/28/05, Rudrashetty shetty <[EMAIL PROTECTED]> wrote: > > > sir/madam ! >

[ns] Q] how to implement an agent (traffic generator) on top of MAC

2005-12-28 Thread Myung-Ah Park
I want to build an agent which is a Poisson traffic generator on top of MAC layer. I do not need any routing module since traffic in my simulation is local, meaning that the destination of a packet is one of neighbors of a given node. (random traffic per packet basis) With my little knowledge,

[ns] Abnormal CBR traffic characteristics

2005-12-28 Thread Mohammad Zubair Ahmad
Hi everyone, I have been simulating a wireless ad-hoc scenario for 8 nodes with some changes made to the IEEE 802.11 protocol. I used setdest to generate node movements and cbrgen for traffic patterns. My simulations run fine with TCP traffic but when i generate traffic files for CBR traffic u

[ns] Emulate multitask using two wireless networks

2005-12-28 Thread Roldan Perez
Hello, I am trying to simulate two wireless networks, such as 802.15.4 or 802.15.3 using intel code, but I do not know how to emulate forwarding between them. How can I implement multitasking (or emulate) for this scenario? Any tip? Thank you very much Roldán