Re: [ns] invalide command name "Agent/myUDP" during using smallkoEvalvid

2009-05-08 Thread anas
as I have searched for many times on the net to get the answer all what I have seen just the same question but I have identified the problem which was in the makefile step actually I add the contents of makefile step as in the Evalvid steps but there are three files with different extensions jus

[ns] invalide command name "Agent/myUDP" during using smallkoEvalvid

2009-05-08 Thread anas
dear NS users, I am working on video traffic over MANET. I downloaded the EvalVid version used for NS. In that they have created new agent called "myUDP" agent. I follwed all the steps given in http://hpds.ee.ncku.edu.tw/~smallko/ns2/Evalvid_in_NS2.htm when I compiled the ns again everything

[ns] Problem in installin ns2.29 (I'm a quite beginner, plz plz help me)

2009-05-08 Thread MohsenN
Hi,everybody I'm beginner, I have a serious problem in installing ns, The following is the error message I got when compling ns-2.29: g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_11 -DHAVE_

[ns] invalide command name "Agent/myUDP" during using smallko Evalvid

2009-05-08 Thread anas
I am working on video traffic over MANET. I downloaded the EvalVid version used for NS. In that they have created new agent called "myUDP" agent. I follwed all the steps given in http://hpds.ee.ncku.edu.tw/~smallko/ns2/Evalvid_in_NS2.htm when I compiled the ns again everything was fine. But w

[ns] how to write the node movement script in tcl

2009-05-08 Thread Sheraz Nadeem
Hi everyone can anybody tell me that how to write a tcl script related to mobile nodes. i mean when this script runs it creates a .nam file, which when opened with nam shows nodes moving randomly. i think it has to do something with the cbrgen.tcl and setdest

[ns] ns2's energy model

2009-05-08 Thread Meeta Gupta
Hi ns users   i would like to use ns2's energy model. there is a function for decrementing the energy upon reception or transmission of a packet. the functions are DecrRcvEnergy() and DecrTxEnergy(). how do i use these two functions in my c++ code?   meeta

[ns] code for Packet Filtering in Mobile IP Communication

2009-05-08 Thread Sohrab Milon
Hello Everyone I want to implement a packet filtering technique in Mobile IP Communication for preventing DoS attack in NS2. I've already implemented Mobile IP communication in NS2, now I want to add a filtering technique(sush as Ingress filtering etc.) with it. If some one can provide me a cod