Re: [ns] Ns-users Digest, Vol 90, Issue 23

2011-06-25 Thread Shaktijeet Mahapatra
Hi, I am using ns-allinone-2.34 with Cygwin. When i run make It shows an error: Makefile: *** commands commence before the first target. Stop I am unable to understand the source of error as the Makefile or Makefile.in has not been changed by me. Please help... -- Shaktijeet Mahapatra

[ns] Error in new protocol addition (ns 2.34 on red hat linux )

2011-06-25 Thread research simulate
Dear all I am using ns 2.34 on red hat linux. All the wireless simulation codes on AODV or existing protocols are working fine. But when I am adding new protocol, I am able to make the simulator fter running ./configure make clean make. But during execution of tcl file with new protocol code I

[ns] _o14 cmd mistake when implementing new routing protocol

2011-06-25 Thread NISCHAY BAHL
Dear all I am using ns 2.34 on red hat linux. All the wireless simulation codes on AODV or existing protocols are working fine. But when I am adding new protocol, I am able to make the simulator after running ./configure amp;amp;gt;amp;amp;gt; make clean amp;amp;gt;amp;amp;gt; make. But during

Re: [ns] Error in new protocol addition (ns 2.34 on red hat linux )

2011-06-25 Thread Ghofrane
Hello To solve this problem, you should execute make clean make make install (as a root) without this third command you won't be able to use your new protocol Hope this help From: research simulate research.simul...@gmail.com To: ns-users@ISI.EDU Sent:

Re: [ns] errors in xgraph

2011-06-25 Thread RamiHach
Dear all I have the following problem with xgraph exec xgraph out1.tr -geometry 800x400 I get these errors: Error in file 'out1.tr' at line 806881:unknown line type Error in file 'out1.tr' at line 806882:unknown line type Error in file 'out1.tr' at line 806883:unknown line type Error in

[ns] MaxHelloInterval and MinHelloInterval function in aodv

2011-06-25 Thread saaidal
Hi all, I just want to ask what does MaxHelloInterval and MinHelloInterval really menas and do in aodv code? It really puzzlaes me thuis code in aodv.cc from line 166 to 173: void HelloTimer::handle(Event*) {agent-sendHello();double interval = MinHelloInterval +