[ns] Multichannel single interface MAC simulation help

2008-03-12 Thread Basil Thomas
hi, Can anyone help me to simulate multi channel single interface mac for wireless network.Is there any patch or modification available. basil

[ns] Underwater module install problem!

2008-03-12 Thread Jeffy
Dear all, I failed to install the latest underwater module under NS2. I added .o files, modified ns-default file as the instruction. I put the underwaterchannel.cc and underwaterchannel.h in mobile dir. The rest are put into mac dir. That was all about. Help me please! The following are the

[ns] aw k script for new trace format

2008-03-12 Thread cool
Hi, Anyone can provide me the awk / perl script for end-to-end delay, throughput, jitter and packet loss for new trace format? Thank you. -- View this message in context: http://www.nabble.com/awk-script-for-new-trace-format-tp16000970p16000970.html Sent from the ns-users mailing list

[ns] TRP code

2008-03-12 Thread mj
hi all , can anybody provide me coding for Token routing protocol please. thanks -- mk

[ns] packets generated number

2008-03-12 Thread amel ksentini
hi ns users! is there anyone can tell i there is a command to return number of packets generated by a source? thanks.

[ns] Extending 802.11

2008-03-12 Thread Nuno Farias
Hi, I've been studying NS3. My goal is to create a 802.11s module by extending 802.11 code (recently added by Mathieu Lacage). I've been looking to NS3 architecture and in particular, the 802.11 code and supplied wifi examples: main-adhoc-wifi.cc and main-ap-wifi.cc. At this point I have some

Re: [ns] Nodes not receiving broadcast message

2008-03-12 Thread Nur Aini Rakhmawati
in my protocol code, the addr_type is NS_AF_INET I define the port number as well here is my broadcast code : http://nuraini.net/2007/09/16/unicast-and-broadcat-packet-on-ns2/ it works for me :) --- Nur Aini Rakhmawati Touch the sky, Down to the earth http://nuraini.net/ -

Re: [ns] packets generated number

2008-03-12 Thread Madhava N
Not sure of built in commands but you can call in TCL like disp_count and in command function call a function and display. For this maintain array of countpkt[n] where n is no of nodes. Keep incrementing for every timer expiry of Hello + forward() function + send functions. Better have it as

[ns] Transmitting packets without using AODV in 802.15.4

2008-03-12 Thread George Ef
Dear friends, First of all, i would like to apologise if this is a duplicated post. I had some problems with the ns-users mailing list. I would greatly appreciate some information, or an example script, on how to sent packets without using AODV. I want to set up a CBR and directly send down

[ns] how can i change BER of the link

2008-03-12 Thread Semra YILMAZ
Hello all ns users, With which command in tcl i can deteriorate the wireless link characteristics, such as changing the BER (bit error rate)? Regards, Semra ## Dikkat: Bu elektronik posta mesaji kisisel ve ozeldir. Eger size

Re: [ns] about usage fo thorughput.awk file

2008-03-12 Thread caijie
It has nothing to do with the USAGE of the awk file. Check the algorithm in your awk file, especially the denominators. Seems you used a 0-value counter as a denominator. good luck! -- 此致 敬礼 蔡杰

[ns] install works but make on its own produces errors on powerpc-apple-darwin8.11.0.

2008-03-12 Thread NS
Hi I am having a very odd problem I am installing ns-2 on powerpc-apple-darwin8.11.0. I have not changed the makefile or any other files yet but... If I use the install /ns-2/allinone/install,v 1.31 it installs and runs fine. However soon as I go to remake it from