[ns] no rule to make error

2007-04-25 Thread Girma Kassa
Hi All, I want to have a simulate a binding update of mobile ip. And I implemented new protocol on ns called mipbu. I have mipbu.cc file and made necessary changes on ns2 but when i try to make, an error no rule to make mipbu.o needed by mipbu display. So any one with the solution please help

Re: [ns] problem in implementing the ricean propagation

2007-04-25 Thread girma
Hi dear friend, I saw that you posted a problem. That you wer facing problem for making ns after you made necessary changes. I also faced the same error no rule to make the target file mipbu.o needed by mipbu.cc Have you got any solution? Please respond me if you have corrected it.

[ns] Regarding ns-simple.tcl script

2007-04-25 Thread Anuradha Sehgal
hello ns users I have a problem in understanding a tcl script, that i downloaded from the web site http://nile.wpi.edu/NS/ its ns-simple.tcl I added two lines in it that are -some code here--- $cbr set packet_data_ hello ---some code here puts Packet

[ns] problem with TCl file

2007-04-25 Thread smita vishwakarma
Hi, I have created my own protocol newProto inside ns-2.30 and I have made all the possible changes in ns ,my make file is running correctly but I am facing problem when I writeAgent/NewProto it is showing the following errors. invalid command name Agent/NewProto while executing

[ns] how to write the packet size and the packet type in a trace file

2007-04-25 Thread Agi
Hi all I calculate throughput,delay and loss rate and write them to separate trace files.I want to write the corresponding packet type and packet size in their respective trace files. how can I do this?.when i included this line puts file name$size_ it showed some error. please suggest me.

[ns] how to access and use datarate in the queue program

2007-04-25 Thread Agi
hi all I want to access the varying bit rate instantaneously and use it in the enqueu function.that is based on the variations in the channel bit rate , the scheduling order should change. is it possible to get the bit rate instantaneously and use them in the queue program.how this can be done?

[ns] Trace file analizes...

2007-04-25 Thread super.ismiti
Hi, Somebody could give an example file to take information of the traces files generated by ns-2 in mobile wireless simulation. Very thanks, Ricardo.

Re: [ns] Problem in making changes

2007-04-25 Thread Timo Reimann
adithya b wrote: My name is adithya, i am working on Routing protocols of Ad hoc wireless networks.. Now i wanted to know, if i want to make any changes in the inbuilt protocols how to do that, and how to reflect the effect of the changes made. The ns2 manual will most likely prove to be

[ns] Help for list of node under ns2

2007-04-25 Thread leticia bela
Hi, how can i declare a list of nodes under NS and how add to this list each visited node. Thanks - Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des

Re: [ns] Validate: Tests fail

2007-04-25 Thread Ja Maasai
On 25/04/07, Ja Maasai [EMAIL PROTECTED] wrote: hello Guys, I am using Cygwin on Win2k professional and after Installing NS-2.31 I got the following message: I have no idea where to debug this problem below. Please kindly assist 1. validate overall report: some tests failed:

[ns] help for comment function in 802.11 mac

2007-04-25 Thread Kan Chen
Hi all, I read the .cc and .h file of 802.11 mac.But I find that the hdr_dst() ,hdr_src() and hdr_type() don't use by other functions, so is there any other file using them? And by the way , I want to know which file initialize the data packet's soure address and dst address. I can' t find any

[ns] conversion of Types under ns2

2007-04-25 Thread leticia bela
Hi all, Please how can i do conversion from nsaddr_t to MobileNode. thanks - Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo!

[ns] TORA Related...

2007-04-25 Thread manpreet grewal
Hello, During my research work,I came across the following link http://www.rpi.edu/~bisnin/bisnik_TORA.pdf This paper seems interesting to me... Can anyone please tell how can the graphs in figures 9,10,11,12,13,14,15,16 can be plotted??? How these X and Y parameters are obtained??? I

[ns] [bug] overloaded RECV

2007-04-25 Thread mukul
[Bug Report] - Category: Installation Failure Package: ns 2.30 OS:Linux Environment Variables: LD_LIBRARY_PATH= TCL_LIBRARY= TK_LIBRARY= - Description: RECV is both an enum in mac/wireless-phy.h and also a #define in

[ns] help Timer...

2007-04-25 Thread [EMAIL PROTECTED]
Hi, I'm using a timer from TimerHandler class, but I can't understand the difference between sched(double) and resched(double) functions. Please someone of you can answer to my question? Thanks in advance, G -- Passa a Infostrada. ADSL e

[ns] dijkstra on NS2- help needed

2007-04-25 Thread rupcee kaur
Hi, If anyone has implemented dijkstra algorithm for sensor networks on NS2.29please it would be great if he/she can send a copy of code... thanks, Rups

[ns] problem in compiling Voronoi.c in obstacle mobility model

2007-04-25 Thread ibrahim koda
hi all Thank you very much for your help. ihave a problem when i compiled Voronoi.c. i have used C++ to compile Voronoi.c and the error after compilation is: C(2) : fatal error C1083: Cannot open include file: 'CGAL/basic.h': No such file or directory Error executing cl.exe. please

[ns] Concunrrent flow on WiFi, WiMAX and UMTS on NIST NS module

2007-04-25 Thread Das Santos Kumar
Dear NS users, I couldn't find any source code for the testing of three interfaces ( WiFi, UMTS and WiMAX) in NIST (Software mobility package for NS-2) module. If anybody have the source code for the above, could please help me. My scenario is like this (No handover): I want to have

[ns] question on NS2 agent.tcl

2007-04-25 Thread Celina Wang
Hi, all: I knew NS2 provided a set of default .tcl files located in /tcl directory. One of them is called ns_agent.tcl. Sometimes we need to add our own defined agent such as OLSR. And we did so already. Then I run ns2 but it complains the error such as : invalid command name Agent/OLSR