[ns] regarding my project

2010-01-19 Thread gayathri devi
Hai,     I don't know how to implement an algorithm in ns2.So, please suggest me some guidelines regarding algorithm implementation in ns2. Thank you, Gayathri. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/

[ns] 802.11s part in ns2.29

2010-01-19 Thread meriem bouzouita
Hello, I'm working on WMNs and I'm looking for the 802.11s part that can be added on ns2.29. Please how can I get it and where can I download it? Best regards.

[ns] larger energy or unlimited energy

2010-01-19 Thread Caio Marziale
Hello all, I would like to know if it is possible to set a specific 802.15.4 node to be a larger energy or unlimited energy. Thank you

[ns] tcp trace in a code without tcp agent

2010-01-19 Thread Larissa Lucena
Hi, there! Someone knows why tcp is being traced when a run a code without a single TCP Agent? In trace file, lines like this D 121.001388189 _2_ RTR TTL 0 tcp 0 [0 0 0 0] --- [2:0 -1:0 0 0] [0 0] 0 0 appears, but in my tcl code, you can see it below, there are no TCP agents. Thanks in

[ns] Fwd: How the aodv code sends up?

2010-01-19 Thread Larissa Lucena
-- Forwarded message -- From: Larissa Lucena larissaluc...@gmail.com Date: Tue, Jan 19, 2010 at 11:54 Subject: How the aodv code sends up? To: ns-users ns-users@isi.edu Hi there! I need to know how (or where) the aodv code sends up the package to the transport layer. Anyone

Re: [ns] How the aodv code sends up?

2010-01-19 Thread Larissa Lucena
I tried to use dmux_-recv(p,0), but didn't work, my udp agent don't receive any packet. Larissa On Tue, Jan 19, 2010 at 16:49, Larissa Lucena larissaluc...@gmail.comwrote: -- Forwarded message -- From: Larissa Lucena larissaluc...@gmail.com Date: Tue, Jan 19, 2010 at 11:54

Re: [ns] How the aodv code sends up?

2010-01-19 Thread Larissa Lucena
Verifying the debug now, I realize that when I use dmux_-recv(p,0) the node receives the packet with hdr_cmn-ptype() == PT_AODV, then the aodv processes the packet again and not the agent from upper layer... Larissa On Tue, Jan 19, 2010 at 16:51, Larissa Lucena larissaluc...@gmail.comwrote: I

[ns] How to calculate SNR?

2010-01-19 Thread darshana garach
Hi, I am trying to simulate a transmission scheme in NS-2 which uses the SNR value from the RTS/CTS exchange for decision making. I have referred the tutorial 'Simulate 802.11b channel within NS2' for this but I couldn't calculate the SNR. Can somebody please guide me as to how exactly is one

[ns] How to get node's position in C++ codes?

2010-01-19 Thread Zibo
Hi, all. I am trying to implement an algorithm in ns-2 which needs to get the node's position, say X and Y coordinate values, in C++ codes. Is there anybody can help. Any suggestion will be appreciated. ___ 好玩贺卡等你发,邮箱贺卡全新上线!

[ns] help for analyzing trace file

2010-01-19 Thread Tritva jyothi kiran
Hi friends,i heared the tool named TRACE GRAPH :NS TRACE GRAPH ANALYZER . to download that tool the link tracegraph.com is expired on internet. if any body downloaded , friends please send the tool to me ,bcoz i have a gr8 need of that tool for my project . thanq in advance .. Jyothi Kiran

[ns] how can I simulate a one-hop wireless network in ns2?

2010-01-19 Thread superbigfat
Hello everyone,how can I simulate a one-hop wireless network in ns2? All nodes are in radio range with each other,I don't need to think about routing function, and I only care about mac protocol using 802.11dcf.Can someone give me a tcl file example? Thanks very much!