[ns] getting error while recompiling ns-2.. help pls!!

2010-11-30 Thread chithra17


Hi friends,

I tried attaching the 802.11e patch (from
http://www.tkn.tu-berlin.de/research/802.11e_ns2/) to ns2.34 version. after
i made the required modification I typed ./configure then make, make
clean am getting the following error.. 

Makefile:66: *** commands commence before first target.  Stop.
 
I don't know where am going wrong. Does this patch works only on ns2.28?? or
can i work with ns2.34 also??
Please help me friends..

Thanks,
Chithra
-- 
View this message in context: 
http://old.nabble.com/getting-error-while-recompiling-ns-2..-help-pls%21%21-tp30338235p30338235.html
Sent from the ns-users mailing list archive at Nabble.com.



[ns] DSDV Routing protocol in Wireless env.

2010-11-30 Thread Hosseini Nezhad

Dear

In wireless environment I have user DSDV as routing algorithm.
I have 2 nodes and I have set Packet Transfer at 1.0 Second of simulation.
But the packet transefer start at(almost) 2.80 second of simulation.

On the other hand when I have use AODV as routing protocol, packet
transfer start on time.

Would you help me on this problem?
-- 
Regards;
Hosseini Nazhad.



Re: [ns] Counting hops

2010-11-30 Thread Dhara Buch

Hello,
I want to do brodcasting for a packet. I am creating node objects of 
Agent/Messagepassing type. I want to keep a variable for storing the number of 
hops a packet passes i.e. I want to store hop count value for each packet. What 
is the appropriate method, where should I write the code for increment 
operation? 

   Thank you,
Dhara Buch



  


[ns] CSThresh_ in ns2.34 (wireless-phyExt.cc )

2010-11-30 Thread vitacai shun

-- Forwarded message --
From: vitacai shun vitacais...@gmail.com
Date: 2010/11/30
Subject: CSThresh_ in ns2.34 (wireless-phyExt.cc )
To: ns-users@isi.edu


Hi,

I want to tune the carrier sense range  to be close to transmission range ,
but  finding that  it has no effect . Anybody has tried ?

# default value :
#Phy/WirelessPhyExt set CSThresh_6.31e-12   ;

#change to:
Phy/WirelessPhyExt set CSThresh_50.31e-12


[ns] does ns2.28 supports 32-bit operating system?

2010-11-30 Thread chithra17


Freinds,

I am using ns2.34 version on ubuntu. To try EDCA patch of TKN berklin I need
to install ns2.28.. MIne is 32-bit system. I couldnt install ns2.28
version.. when i type ./install am getting following error at the end

tcl8.3.2 configuration failed! Exiting ...
Tcl is not part of the ns project.  Please see www.Scriptics.com
to see if they have a fix for your platform.

KIndly help me installing ns2.28 version. 

REgards,
Chithra
-- 
View this message in context: 
http://old.nabble.com/does-ns2.28-supports-32-bit-operating-system--tp30345116p30345116.html
Sent from the ns-users mailing list archive at Nabble.com.



[ns] how to set threshold of packet amount before forwarding ?

2010-11-30 Thread shimizu-hxd

Hi all,

  I want to make a multi-hop wireless network system, in which
  relay nodes store received packets untill size of buffering packet
  reaches fixed thresold. And when buffering size reaches thresold,
  relay nodes starts to send packets to next-hop.
  So, I want to know how to set thresold of buffering packet size
  before forwarding.
  Are there any way to set thresold like queue limit size
  (sentence like $ns queue-limit $n1 $n2 10)
  Or should I extend some modules?

  This may be rudimentary question, but please help.

Regards,
Hideyuki Shimizu