[ns] multiple interface multiple channel in WSN

2010-03-04 Thread Prakash Raj Loganathan Sambandamoorthy
Dear Everyone, I am looking for implementation of multiple interface, multiple channel in Wireless/mobile network. Your guidance is highly appreciated. Thanks and Regards.

[ns] Packet Reception Rate?

2010-03-04 Thread Muhammad Asif
Hi All I want to calculate number of packets received per second at a node. Kindly guide me. Regards, Asif

[ns] WiMAX simulation in NS2

2010-03-04 Thread Manoj srivatsav
hi all, if anyone has worked on simulating WiMAX on NS2... please give me some suggestion on how to start.. it would be really helpful. thanks manoj

Re: [ns] Modificating Mac802_11::recv

2010-03-04 Thread Larissa Lucena
Thanks, Lionel! I'll try It now! But (still) if anyone had an example e could send me, I'm very gratefull! Larissa On Thu, Mar 4, 2010 at 04:29, Lionel Bertaux lbert...@laas.fr wrote: Hi, If you take a look at thé recv method, you CAN see that packets are sent up or down depending on

Re: [ns] Modificating Mac802_11::recv

2010-03-04 Thread Larissa Lucena
What I do? Test the kind of packet, and if it might be sent up, call the recv of the mac superclass? I'm seeming kind desperate, no? But I think I really am! LOL Larissa On Thu, Mar 4, 2010 at 09:24, Larissa Lucena larissaluc...@gmail.comwrote: Thanks, Lionel! I'll try It now! But (still)

[ns] AWK Scripts for New Trace Format

2010-03-04 Thread Mohit Tahiliani
Hello, I have uploaded AWK Script for throughput that supports new trace format on the following link: http://mohittahiliani.blogspot.com/2010/03/awk-script-for-ns2-supporting-new-trace.html AWK Scripts for average end-to-end delay, packet delivery fraction, etc that support new trace format

[ns] help for cbrp

2010-03-04 Thread Arun Peri
hello can anyone please help me with implementation of cbrp in ns 2.33 thanks in advance arun _ Fight for the top Test spot http://sports.in.msn.com/cricket/

Re: [ns] Modificating Mac802_11::recv

2010-03-04 Thread Larissa Lucena
Or should I call the Mac::sendUp(Packet* p)? And where I should call it? - before if(tx_active_ hdr-error() == 0) ? - before if(rx_state_ == MAC_IDLE)? - or at the end of the method? The method Mac802_11::recv is copied below. Thanks again! Larissa void Mac802_11::recv(Packet *p,

Re: [ns] Modificating Mac802_11::recv

2010-03-04 Thread Larissa Lucena
I've already put this following code if (hdr-direction() == hdr_cmn::UP hdr-ptype() == PT_SRRP){ sendUp(p); } before if(tx_active_ hdr-error() == 0) and at the end of the method, followed the debbuger, nothing is wrong, but my agent don't receive the packets. Any help else? Thanks!

[ns] Fwd: multimedia packet in wsn

2010-03-04 Thread Shyam Sundar
-- Forwarded message -- From: Shyam Sundar handsomesun...@gmail.com Date: Fri, Mar 5, 2010 at 11:21 AM Subject: multimedia packet in wsn To: ns-users@isi.edu Hi, I need to send multimedia packets (like audio,video traces) through wireless sensor network.If anyone have any

[ns] DSRC [Dedicated Short-Range Communications] in NS2

2010-03-04 Thread 후세인 라쉬드 [RASHEED HUSSAIN]
Dear NS2 Users السلام عليكم/پہ خیرراغلے/Hello/안녕하세요. Has anybody implemented DSRS (Dedicated Short-Range Communications) in NS2? If anyone has, Please give me a reply (i will be waiting for a reply from concerned), i will be much thankful. Thank You in advance -- Rasheed Hussain (후세인 라쉬드)

[ns] Installation on OSX 10.6

2010-03-04 Thread Jacob Lyles
Hello, I am trying to install the all in one NS2 package on Mac OSX 10.6 and the otcl-1.13 will not install. I can get it to compile by adding the following configuration line to the install script: ./configure --x-libraries=/usr/X11/lib --x-includes=/usr/X11/include However, the linker