[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.

[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

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

[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 .

[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

[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