[ns] how to check incoming packet flow id..

2009-03-28 Thread muralikrishna g
hi to all.. here i am in need to check the incoming packet flow_id in recv function in classifier.cc please help me regarding this..

[ns] plz help me urgent how to send a packet from a node to another one node

2009-03-28 Thread muralikrishna g
hi to all... here i am in need to send a message from node to a another one particular node say (from node2 to node8) how to do it please help me regarding this.. i was suggested with flooding.tcl.. but here the peroblem is it sends message to all the nodes in the network... i was in need to send

Re: [ns] Problem while executing example script wireless.tcl (directory: ~ns/tcl/ex/simple-wireless.tcl) on NS-2.33

2009-03-28 Thread Sarvar Bakhramovich Musabekov
Dear All, When I tried to execute wireless.tcl from ...ns-2.33/tcl/ex/ directory it worked fine. BR, Sarvar On 3/15/09, Sarvar Bakhramovich Musabekov wrote: > > Dear All, > > I have installed NS-2.33 on VM RHat Linux 4 and tried to run exp script > wireless.tcl and got following error: > > co

[ns] ns-OBS Simulator

2009-03-28 Thread COULIBALY Yaya
Hi all, Anyone working with ns-OBS Simulator? Please I need some clarifications, why ns-OBS does not execute properly under Redhat Entreprise 5. I am using ns-2.33 and it works fine. COULIBALY Yahaya PhD Candidate Faculty of Computer Science & Information Systems Departm

[ns] how to send message to a node using send_massage

2009-03-28 Thread muralikrishna g
hi to all... i have a send a message from one node to a another particular node not for all the nodes in the network.. one of our friend suggested me to see flood.tcl.. in this the message goes to every node... but i am in need of only from one node to another one node please help me regarding t

[ns] How a 802.11 node communicate with a 802.16 node?

2009-03-28 Thread simayeji
Hi to all, In the nist-wimax patch to ns2, i want to create a scenario in which 802.11 nodes should communicate with 802.16 nodes. But i found that neither direct communication nor forwarding packets between nodes of different types is OK. Does anyone know how to do it, under nist-wimax patch

[ns] Tcp rate

2009-03-28 Thread Spyros Marinis
Hi all! Does anybody know how I can change the rate a TCP agent transmits data?? I mean the agent now sends many packets one after another, but I want to reduce that rate so that it sends less packets, one by one. How can I do that?? Should I change the window or the congestion window of the ag

[ns] need help regarding how to create and send our packets

2009-03-28 Thread muralikrishna g
hi to all... i have to create a packet which carrys a integer value from one node to another node.. how to make it possible pls help me in detail...