[ns] cluster formation in ns-2.31 and elect head node

2008-05-17 Thread vidhya janakiraman
i am a new user of ns 2.31 i have created nodes can any one tell me how to create clusters and assign a head of the cluster and how nodes can communicate /generate traffic to headnode in a tdma manner thank u vidhya

[ns] SIMUTools'09: Call for papers

2008-05-17 Thread Claudio Cicconetti
(Our apologies if you receive multiple copies of this message) SIMUTools 2009 Second International Conference on Simulation Tools and Techniques March 2-6, 2009 - Rome (Italy) http://www.simutools.org +

Re: [ns] Large ad hoc simulation using FreeSpace propagation model is way too slow

2008-05-17 Thread Daniel Mahrenholz
Hi Ricardo, the obvious answer - the number of events to process is very different. But why? First of all, the different propagation models result in different transmission ranges. And greater transmission range results in a larger number of nodes receiving an event and hence more processing time

[ns] How I distinguish a packet in queue is a multicast packet?

2008-05-17 Thread Sidney Doria
If you can access the packet header, a packet is a multicast packet if #define MULTICAST_ADDRESS 0xE00 p->daddr() >= MULTICAST_ADDRESS Take a look in MAODV code for ns2. It uses this definition in recv() function Sidney Doria 2008/5/17 王远征 <[EMAIL PROTECTED]>: > > > Hi, all: >I'

Re: [ns] measure the consumed power

2008-05-17 Thread Mohd Behzad
Hi, u can calculate the total energy consumption this way: when u include the energy model in ns2 u must be supplying some "initial energy" to each node this multiplied by theno. of nodes gives the total energy supplied to the network. then from the trace file pickup the last trace of eac

[ns] How I distinguish a packet in queue is a multicast packet?

2008-05-17 Thread 王远征
Hi, all: I'm implementing a multicast-related router-protocol. When a packet enques, I need to determine whether it's a multicast packet. how can I do? Best regards. Yuanzheng, Wang

Re: [ns] Ns-users Digest, Vol 53, Issue 16

2008-05-17 Thread muazzam ali
hi dears i still didnt get answer for my error of ns-2.31 with ubuntu On Sat, May 17, 2008 at 5:00 AM, <[EMAIL PROTECTED]> wrote: > Send Ns-users mailing list submissions to >ns-users@isi.edu > > To subscribe or unsubscribe via the World Wide Web, visit >http://mailman.isi.edu/m

[ns] Large ad hoc simulation using FreeSpace propagation model is way too slow

2008-05-17 Thread Ricardo Ulisses
Hi all, I've been doing research on large mobile ad hoc network simulation, so far using Two-Ray Ground radio wave propagation model. I suppose I was achieving a reasonable amount of time to fully complete a simulation run with 10k nodes with 3k connections between them during 300 seconds of simu