[ns] Regarding project

2010-04-11 Thread naga jyothi
Hi, I am jyothi,a student I have to extend 802.11MAC Protocol. After writing .cc,.h files,tcl scripts for a MAC Protocol How to interface my MAC Protocol in Ns Please provide us some material of 1) How to execute ieee802.11MAC Protocol 2) How to add My MAC Protocol in Ns Kindly please help me --

[ns] multicast routing protocol in wireless mesh network

2010-04-11 Thread gurudevi patil
dear sir/mam if anybody have implemented multicast routing protocol in wireless mesh network using ns2.plz send me that code. thanks g.m.patil

[ns] Regarding capacity(Bottleneck) bandwidth estimation

2010-04-11 Thread naveen gowda
Hi All, If any one worked or working with estimating bottleneck bandwidth of path pls help me regarding this... I need tcl code of this.. Thankin you -- With regards Navi

[ns] 802.15.4 simulation in ns2

2010-04-11 Thread Jin Woo Kim
How do I simulate 802.15.4 with error model in ns2? like uniformerr { set err_rate ... } $ns_ node-config -mobileIP ON \ -adhocRouting NOAH \ -llType LL \ -macType Mac/802_15_4 \ -ifqType Queue/DropTail/PriQueue \

Re: [ns] Save a value by using recvHello()

2010-04-11 Thread Ghofrane
Hello, You should make a pointer to the message hello that you sent : struct hdr_hello *rp = HDR_HELLO(p); and after that you can get the stored value :  rp->storedValue --- On Sun, 4/11/10, Lyx wrote: From: Lyx Subject: [ns] Save a value by using recvHello() To: ns-users@ISI.EDU Date: Sun

[ns] Save a value by using recvHello()

2010-04-11 Thread Lyx
Dears Ns-users, I use sendHello () to send a value stored in the node n1 to all its neighbors, how can I save this value in the neighboring nodes by using recvHello (). The Best Regards Lyx

[ns] Eugen Muszynski,Dr,

2010-04-11 Thread john peter
http://ornatebd.net/customer/index.php

[ns] Re : Priority Queue for wireless network

2010-04-11 Thread aoufi souhila
Dear ns-users   you need to replace the  Queue/DropTail/PriQueue  with Queue/CMUPriQueue. set val(ifq) CMUPriQueue with the CMUPriQueue the packets will be classified into four queues according to their type (packet of control first, the packet vedio second, audio packets third and the rest of

[ns] Fwd: problem with change the time precision of trace file

2010-04-11 Thread 张亦倩
yeah, I did this. but didn't work. Is there may be other C++ file concerned? and when I make clean all the .o files; the ns command still works, and output the trace. I don't understand. 2010/4/11  : > check TIME_FORMAT in basetrace.h, and set it to %.9f or %.9g? > > > Quoting ??? : > >> >>> Hi a