[ns] Links State Routing Protocol Probelm - Please HELP

2009-12-02 Thread BilalAKhan
Dear All, I am running Link State Protocol on a very simple three node topology. having designed a topology with three nodes. I have also defined the link cost between all the nodes. (Costs of the links are: n0-n1 : 1.5, n1-n2 : 1.5, n0-n2 : 10). When I run the simulation, according to the

Re: [ns] please help me | OK

2009-12-02 Thread Mohammed AbuHajar
Dear Mr.  Wei, I think yes. This awk script for DSR routing protocol mainly. For other protocols like AODV, Tora you need to do some modification like changing ( $35 ==DSR) to the destination protocol like AODV if you simulate AODV ). To do the correct changes and modifications,  I advise you

[ns] running ns+set enviroment variable

2009-12-02 Thread jeni martin
hi all,   i have some question, (sorry for silly questions, i'm new with ns): 1-why we need to set enviroment variables to execute ns?   2- for simulating, most of the time we run the following command:   ns examle.tcl   but in another protocol that the tcl file is, admr.tcl    ,   it's command

Re: [ns] ns for mobile

2009-12-02 Thread Mohammed AbuHajar
OK, Go ahead. Regards, Mohammed AbuHajar --- On Tue, 12/1/09, Ricardo Sant Ana ricksant2...@yahoo.com.br wrote: From: Ricardo Sant Ana ricksant2...@yahoo.com.br Subject: [ns] ns for mobile To: ns-users@ISI.EDU Date: Tuesday, December 1, 2009, 8:48 PM Hello all I am working on a ns2 script

Re: [ns] Printing out signal strength and delays.

2009-12-02 Thread Alexandros Giagkos
Hello list, I need to ask a couple of things. Firstly, what is the best way to print out the signal strength of a packet (p-txinfo_.RxPr) using printf in C++ code? What is the result's unit? Secondly, can you propose a neat way to measure the propagation delay of links and transmission delays

Re: [ns] running ns+set enviroment variable

2009-12-02 Thread sburiro
Hello, 1. Your command dont know actually that where is the exe file to run the specified script. So you need to set the environment variable to mention the default location for your command executer. 2. This is a programming style. If you set all the parameters as a default in your code file(

[ns] Performance metric

2009-12-02 Thread Mohammed AbuHajar
Good morning, Please find out the attached file. My Regards,Mohammed AbuHajar --- On Wed, 12/2/09, Wei Zhang weizhang...@yahoo.com wrote: From: Wei Zhang weizhang...@yahoo.com Subject: please help me To: mcs...@yahoo.com Date: Wednesday, December 2, 2009, 6:45 PM Dear Mohammed Abu Hajar,

Re: [ns] Makefile.in is newer than Makefile | some hints

2009-12-02 Thread Mohammed AbuHajar
There are some hints as the following: 1- I advise you to work in Linux operating systems not Sygwin and you should be familier with its basics. 2- Login and work as administrator or a root to grant all permission. 2- OS, try install your package in a different operating system or earlier

[ns] Performancs Metric + Awk Files

2009-12-02 Thread Mohammed AbuHajar
Find out the attached files( performance metric + awk files). Regards, Mohammed AbuHajar --- On Thu, 12/3/09, Kannammal Ravi kekr...@gmail.com wrote: From: Kannammal Ravi kekr...@gmail.com Subject: help To: mcs...@yahoo.com Date: Thursday, December 3, 2009, 7:30 AM hii     i am a student

Re: [ns] Printing out signal strength and delays.

2009-12-02 Thread Mohammed AbuHajar
Firstly, what is the best way to print out the signal strength of a packet (p-txinfo_.RxPr) using printf in C++ code? What is the result's unit? I think there are three way for that:(before starting you should be familiar with trace file format for the routing protocol you use). 1- Try use

[ns] Question for radwanbr... Link State Problem in Simulation

2009-12-02 Thread BilalAKhan
Hi, Thankyou very much for the reply. I have exeeded the run time to 10.0 sec but there is no change. Probably I was unable to convey the problem properly. The problem is that if we are using Link State for the routing of traffic, it should opt the path with the least cost. In my simulation the