Re: [ns] Changing individual node transmission range

2008-04-01 Thread v.vinay.k
Hi ofcourse if you use that command it will affects all the nodes in your topology.So for each node to have diffent characteristics you just need to use the required command with required argument before that particular set of nodes creation.And for others to have different values just chan

Re: [ns] Changing individual node transmission range

2008-04-01 Thread v.vinay.k
Hi ofcourse if you use that command it will affects all the nodes in your topology.So for each node to have diffent characteristics you just need to use the required command with required argument before that particular set of nodes creation.And for others to have different values just chan

[ns] problem with compilaion of make

2008-04-01 Thread rakesh chouhan
hi all ns-users when i do some changes in some c++ file ,or add a new C++ file, and like if we add a C++ file (ex-linkage.cc) in ns-2.31, do changes in makefile by writing ex-linkage.o in OBJ_CC. and when we recompile this by writing make depend there is a message: *Makefile:159: *** commands com

[ns] Drop-Tail Queue

2008-04-01 Thread amjad ali
Assalam-O-Alaiqum i am working on ns-2, in my assignment i have to change the "dequeue" method of Drop-Tail queue from dropfront to droptail. suppose in queue the packets are enqueued as fallow. p1 p2 p3 p4 in droptail queue "dequeue" method it dequeue them in the same order as

Re: [ns] A Centralized Protocol

2008-04-01 Thread Yasser Toor
Hi all, I have to implement a centralized wireless routing protocol. The idea is that one central object will decide how a packet will be routed. So for example, if a wireless node transmits a packet, whether it is forwarded or dropped by each of its neighbors, will be decided by this centralize g

[ns] Buffer size aodv

2008-04-01 Thread Imranullah Mohammed
Hi everyone, Is there a way I would be able to print the amount of data or number of packets that are available in a node. That is the current buffer occupancy. In aodv. Thanks in advance Imranullah Mohammed

[ns] Buffer size aodv

2008-04-01 Thread Imranullah Mohammed
Hi everyone, Is there a way I would be able to print the amount of data or number of packets that are available in a node. That is the current buffer occupancy. In aodv. Thanks in advance Imranullah Mohammed

[ns] Buffer size aodv

2008-04-01 Thread md_imranullah
Hi everyone, Is there a way I would be able to print the amount of data or number of packets that are available in a node. That is the current buffer occupancy. In aodv. Thanks in advance Imranullah Mohammed -- View this message in context: http://www.nabble.com/Buffer-size-

Re: [ns] How to choose a particular path if there is more than one path

2008-04-01 Thread Song Luo
check out directory ns/src_rtg, you need this manual source routing module. The readme file provided a good example. On Mon, Mar 24, 2008 at 6:29 AM, adimulam srikanth <[EMAIL PROTECTED]> wrote: > Hi, > Thanks for replying. I found not much regarding Manual routing. > > My problem is say I hav

Re: [ns] large trace file size>2G

2008-04-01 Thread Song Luo
It's not a bug of ns2, it's a limit set by your operating system. you have to enable large file support option, and then compile the kernal again. do a google search you will find many articles on it. 2008/3/25 Zhao Junmin <[EMAIL PROTECTED]>: > > when I run a simulation which last 1000s, It pro

Re: [ns] re garding 802.11e

2008-04-01 Thread SACHIE
Hi have an errror that say invalid command name 802_11e, when run the tcl script , but if i find some thing for your problem and can you send me a reply to this from sachie bachelor in South Africa <[EMAIL PROTECTED]> -- View this message in context: http://www.nabble.com/regarding-802.1

Re: [ns] analyze the trace file

2008-04-01 Thread srupesh
hi, check out this link--www.tracegraph.com Regards Rupesh rakesh chouhan-2 wrote: > > > hi all ns users > i am using ns2 on windows platform, > please tell me how we can calculate throughput of a network from the trace > file(.tr) . > thankx in advance > > -- View this message in c

[ns] Implementing ns2 modules!

2008-04-01 Thread blerina
Can anyone suggest some good tutorials on where to start for implementing ns2 modules? :) thnx. to anyone who replies, B You rock. That's why Blockbuster's offering you one month of Blockbuster Total

[ns] about 802.11e

2008-04-01 Thread SACHIE
Hi i have saw that some time ago you had the same problem, about mac 802.11e , i have an error that say invalid command mac802.11e and this error i find it in example give with this patch your help will be appreciated from sachie Bachelor <[EMAIL PROTECTED]> from South Africa -- View thi

Re: [ns] C++ and tcl linkage

2008-04-01 Thread SACHIE
Hi i have a problem some time ago and i been trying to install ns in windows but i have failled to do that i what to know what steps did you do. i currenly using ns2.29 in the office and at home ns2.31 using linux. how did you link the c++ code with tcl script . The most problem that i have

Re: [ns] ns2 and 802.11e

2008-04-01 Thread SACHIE
Hi i have a problem some time ago and i have done all the steps in setting up using the patch from EDCA. i currenly using ns2.29 in the office and at home ns2.31 using linux. The most problem that i have is that i have an error for script which say invalid command mac802.11e after geting the

Re: [ns] problem with compilaion of make

2008-04-01 Thread srupesh
hi rakesh, Are you running "configure" before doin make?? and u should do ur changes in ~/ns*/Makefile.in rakesh chouhan-2 wrote: > > > hi all ns-users > when i do some changes in some c++ file ,or add a new C++ file, > and like if we add a C++ file (ex-linkage.cc) in ns-2.3