[ns] broadcast message

2011-02-16 Thread Sunil K

[URGENT Help needed] Hi . I have a set of wireless(802.11) nodes in my ns2
and also each node has a unique message (consider it a string of about 20 to
40 characters) . Now I want each node to broadcast its message, and when a
node is within broadcast range of another node , it should receive the
broadcasted message of that node . I will then change the message in each
node and re-broadcast . I do not care about the underlying concepts such as
dividing the message into packets or trasmitting/recieving the packets,
collisions, etc..., for me sending and receiving the message is important, I
just want it to be like a realistic 802.11(wi-fi) broadcast . Is this
possible in NS2 ? If so how ?
Thank you in advance .


[ns] olsr- how to dump all routing tables

2011-02-16 Thread Érico Porto

Hello,

Have anyone sucessfully dumped the routing tables using OLSR?

I see a function for that in the c++ class, but couldn't find how to
use it through NS-2 tcl script.

Thanks in advance.

-- 
Érico V. Porto



[ns] TCP send and receive?

2011-02-16 Thread Mohammed Alenezi

Hi ,

I'm doing research on TCP wired model. Can anyone tell me what is the
function responsible for sending packets in TCP and receiving ?

I found many for sending in TCP.cc file. However, it seems the one
responsible for sending in agent.cc?

Thank you in advance

Regards,
Mohd.


[ns] Routing Problem

2011-02-16 Thread jorge cabrejas

Hello, I have a problem with routing in NS2.29. I need to force the 
communication between two nodes.

I have a configuration like thisBS - node 1 - node 2 - node 3 - node 4. 

I dont care if BS communicates directly with node 1, node 2 or node 4, but i 
want to make it that when node 2 receives signal from BS, it sends the received 
packet to node 3 always.

If I change next_hop in the C++ code, what would happen? Ns2 recalculate the 
route? it will crash or loss the packet? There is a way to make manually this 
transmission between node2-node3  using a DSDV or AODV routing algorithm for 
the 
rest of the transmission? Can I use hierarchical routing just for this step of 
the transmission?
 
Help will be appreciated.

Bye.



  


[ns] Controlling Energy and Session

2011-02-16 Thread Anoop thesis

Dear NS2 users,


Had an urgent question. How can I setup a session in ns2 such that:

If nodes are divided into different energy classes; say E1,E2,E3 and so on
and E1E2E3.

I want to convey the energy class to the neighbors since the logic is key to
enforcing routing decisions. What will I have to do to make this change?

Thanks and Best Regards.

Anoop


[ns] problem with nam trace

2011-02-16 Thread maissa boujelben

Hi,

I'm working on the example of wireless1.tcl on Marc Greis tutorial.
An object trace for nam is already created but not executed !

Can anyone help me to display nam??

Thanks


Re: [ns] Problem with NIST package

2011-02-16 Thread RamiHach


hi,
did you find please how to install NIST on NS2.29 ?
I have some question if yes

sofia insat wrote:
 
 
 hi,
 
 I have to install the nist mobility package to implement vertical handover
 between Wimax and Umts
 I have dowloaded nist package from
 http://w3.antd.nist.gov/cgi-bin/req_mobility.pl
 but when i excecute ./configure i obtain this message:
 Please correct the problem by telling configure where tclcl is
 using the argument --with-tclcl=/path/to/package,
 or the package is not required, disable it with --with-tclcl=no.
 
 how can i resolve this problem and where can i dowload tclcl package and
 install it.
 
 Thank you in advance for your help
 
 
   
 
 

-- 
View this message in context: 
http://old.nabble.com/Problem-with-NIST-package-tp22857860p30937033.html
Sent from the ns-users mailing list archive at Nabble.com.



Re: [ns] TCP send and receive?

2011-02-16 Thread Teerawat@UBC

Hi,

I blogged about TCP transmission in a nutshell below:

http://www.ns2ultimate.com/post/1255914139/tcp-transmitter-in-a-nutshell

This might help you get started.

Best Regards,

Teerawat Issariyakul
http://www.ns2ultimate.com/
http://www.facebook.com/pages/Teerawat-Issariyakul/358240861417
http://twitter.com/T_Bear
http://www.t-issariyakul.blogspot.com
http://www.ece.ubc.ca/~teerawat
On Feb 17, 2011, at 12:46 AM, Mohammed Alenezi wrote:

 
 Hi ,
 
 I'm doing research on TCP wired model. Can anyone tell me what is the
 function responsible for sending packets in TCP and receiving ?
 
 I found many for sending in TCP.cc file. However, it seems the one
 responsible for sending in agent.cc?
 
 Thank you in advance
 
 Regards,
 Mohd.
 



[ns] Scheduling for an event

2011-02-16 Thread lalit isarani

-- Forwarded message --
From: lalit isarani luvlalit2...@gmail.com
Date: Wed, Feb 16, 2011 at 6:09 AM
Subject: Scheduling
To: ns-users@isi.edu


Dear All,

I am working on Online Video Streaming. I want to schedule the algorithm for
the data transmission and want to simulate a scheduling factor?

Can anyone suggest which part of the scheduling code do I need to modify?

Help will be highly appreciated.

Lalit Isarani