[ns] adding new protocol

2013-03-30 Thread Khadijeh Arabi
Hi all I added new routing protocol in ns-2.35 in fedora 10. Is it necessary to change these files of NS2 for working new protocol or not? $NS_ROOT/Makefile $NS_ROOT/queue/priqueue.cc $NS_ROOT/common/packet.h $NS_ROOT/trace/cmu-trace.h $NS_ROOT/trace/cmu-trace.cc $NS_ROOT/tcl/lib/ns-packet.tcl $N

[ns] adding new protocol to ns2

2012-04-08 Thread savankiran
i have followed the steps given in the Marc Greis tutorial to the last word and put the renamed ping files into a directory named ns-allinone-2.35/ns2-2.35/eammh/ i've made the necessary changes in files like packet.h etc... my files are eammh.cc and eammh.h after doing make clean,make depend,ma

[ns] adding new protocol

2012-04-07 Thread savan kiran
hi, I'm trying to add the ping protocol as shown in the tutorial provided by Marc Greis. I'm not trying to change anything except for the name as ping already exists in ns-2.35. i am doubtful as to how to 1) modify the ns-packet.tcl 2)Makefile the updates shown in the tutorial are for older versi

Re: [ns] Adding new Protocol to NS2

2011-01-18 Thread Manoj_Kumar
Ghassan Akrem wrote: > > Thanks for replay., but the procedure in this link: > http://elmurod.net/wps/?p=157 > I have many problems as shown in comments below it, and its not solved > yet, I asked the writer but not got any solutions about, specially in > modifying cmu-trace.cc file > I came

Re: [ns] Adding new Protocol to NS2

2011-01-18 Thread Mariam A. Moustafa
Also this pdf is helpful for the protocol implementation and this link is good for configuration with your NS2 good luck On Tue, Jan 18, 2011 at 11:44 AM, Manoj_Kumar wrote: > > > > Ghassan Akrem wrote: > > > > I tried to add new protocol over my NS-2.34/ over Windows XP, I used some > > procedu

Re: [ns] Adding new Protocol to NS2

2011-01-18 Thread Manoj_Kumar
Ghassan Akrem wrote: > > I tried to add new protocol over my NS-2.34/ over Windows XP, I used some > procedures available in Internet search, but got many errors. Any one did > that successfully? > Actually , I want to develop a new cwnd in my new protocol. > This tutorial[1] provides a clear

[ns] Adding new Protocol to NS2

2011-01-18 Thread Ghassan Akrem
Hi all,   I tried to add new protocol over my NS-2.34/ over Windows XP, I used some procedures available in Internet search, but got many errors. Any one did that successfully?   Actually , I want to develop a new cwnd in my new protocol.   Hope to get some interesting in my problem   Regards

[ns] Adding new Protocol to NS-2 ?

2011-01-09 Thread Ghassan Akrem
Hi all,   I tried to add new protocol over my NS-2.34/ over Windows XP, I used some procedures available in Internet search, but got many errors. Any one did that successfully?   Actually , I want to develop a new cwnd in my new protocol.   Hope to get some interesting in my problem   Regards

Re: [ns] adding new protocol gives the error :help needed

2010-11-09 Thread Ghofrane
x27;t typed sudo make install. --- On Thu, 11/4/10, david samuel wrote: From: david samuel Subject: Re: [ns] adding new protocol gives the error :help needed To: "ns2-programer" Date: Thursday, November 4, 2010, 7:19 AM num_nodes is set 20     (_o14 cmd line 1)     invoked from w

Re: [ns] adding new protocol gives the error :help needed

2010-11-04 Thread david samuel
num_nodes is set 20     (_o14 cmd line 1)     invoked from within "_o14 cmd addr"     invoked from within "catch "$self cmd $args" ret"     invoked from within "if [catch "$self cmd $args" ret] { set cls [$self info class] global errorInfo set savedInfo $errorInfo error "error when calling class

Re: [ns] adding new protocol/agent

2009-04-15 Thread Gisane Michelon
you can try this link: http://docs.google.com/gview?a=v&attid=0.1&thid=11e4900e18211c83&mt=application%2Fpdf&pli=1 -- Gisane

[ns] adding new protocol/agent

2009-04-14 Thread Udit Kumar
Hi Friends, I am trying to add new protocol/agent for dummy RAM model but I am not able to do it, I tried as per different example available on internet ( http://www.isi.edu/nsnam/ns/tutorial/nsnew.html) But still I am facing same problem. Please suggest me , What may be the problem