[ns] Compilation Error

2009-09-03 Thread Amina Hayat
Hi Everyone I am trying to compile GT-ITM tool on Debian Linux. As per instructions in the Readme file i issued the following commands but got errors on the second one(make all). Can anybody please help remove these errors? 1. make veryclean \rm -f *.o \rm -f ../bin/* 2. make all gcc -I../incl

Re: [ns] Compilation Error

2009-09-03 Thread Mazurek Marcin
Hi, Check makefile in main directory. If you need file that is missing - eval.cc, you have to get it from somewhere. If not - just remove line that refers to this file (eval.o) from make file. regards 2009/9/3 Amina Hayat : > > Hi Everyone > I am trying to compile GT-ITM tool on Debian Linux. A

[ns] AODV neighbor list

2009-09-03 Thread Nadilma Nunes
Can anyone tell me what neighbor lookup function (AODV_Neighbor* nb_lookup(nsaddr_t id)) does? I used to think that nb_lookup informed wich neighbors of any node on the network, but now I'm confused about this because I read RFC and I understood that the nb_lookup ONLY exhibit wich nodes neighbors

[ns] how do I write a applicatin agant?

2009-09-03 Thread soheila rahmani
Hi evrey body I want to write a simple application on my agent. I want my application send a packet in sometimes. can any one help me and give me an example how do I strat to wite? thanks alot