[ns] Nodes not receiving broadcast message

2008-03-12 Thread Sidney Doria
Hi Mukaka and all, try to add this ch->direction() = hdr_cmn::DOWN; ch->next_hop() = MAC_BROADCAST; Sidney Doria 2008/3/12, Nur Aini Rakhmawati <[EMAIL PROTECTED]>: > > in my protocol code, the addr_type is NS_AF_INET > I define the port number as well > here is my broadcast code

Re: [ns] Extending 802.11

2008-03-12 Thread Mathieu Lacage
hi nuno, On Wed, 2008-03-12 at 15:06 +, Nuno Farias wrote: > 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). cool ! > At this point I have some doubts that maybe someone could give some pointers: > 1. How do

[ns] ZRP source code

2008-03-12 Thread cool
Hi, Can anyone provide me the Zone Routing Protocol (ZRP) source code that support ns2.28 or above?? Thank you. -- View this message in context: http://www.nabble.com/ZRP-source-code-tp16019765p16019765.html Sent from the ns-users mailing list archive at Nabble.com.

[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 ns-allinone-2.32/ns-2.32/Makefil

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] 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

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

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 stat

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/ - Or

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

[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] TRP code

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

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

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