Re: [ns] sir how to add a new field to the route request (RREQ)packet of aodv

2011-08-21 Thread itishi saxena
From: srinivas kanakala srinivaskanak...@gmail.com To: ns-users@ISI.EDU Sent: Sun, 21 August, 2011 4:11:39 PM Subject: [ns] sir how to add a new field to the route request (RREQ)packet of aodv -- Thanking You. best wishes and regards, yours sincerely,

[ns] PROTOCOL STACK

2011-08-21 Thread itishi saxena
Hello frds,   I am facing a problem while working with my project. I have a task to design adaptation method for protocol. Can somebody guide me, how we think about protocol stack, when want to change or add something in traditional approach of communication? here, I am talking about wireless

Re: [ns] i need you expert opinion please ..

2011-09-12 Thread itishi saxena
Hello Frd,   I think you have made some errors in your tcl code. Check for the following errors:   1. Check for the node_0 2. Your connection file is not successfully generated   Hope it works for you.   Ranjana From: zmezm 14 zmez...@yahoo.com To:

Re: [ns] save a copy of AODV

2011-10-13 Thread itishi saxena
Yes, you are right you have to save original AODV before making any change, Its your choice either save in some folder or at the same place rename it.    I hope it works for you.     From: ziralda ledern...@yahoo.fr To: ns-users@ISI.EDU Sent: Thursday, 13 October 2011 8:43 PM Subject: [ns]

[ns] DTN routing

2011-11-10 Thread itishi saxena
Hello frds,   can anyone help me implementing DTN routing in ns2?   any would be appreciated.     Thanks in advance.   Ranjana From: Andres Vazquez vazquezro...@gmail.com To: ns-users@ISI.EDU Sent: Thursday, 10 November 2011 9:36 PM Subject: Re: [ns] how to monitor the queue on a wireless node

Re: [ns] DTN routing

2011-11-16 Thread itishi saxena
, Ranjana From: Mubashir Rehmani mshrehm...@gmail.com To: itishi saxena itish...@yahoo.com Sent: Thursday, 10 November 2011 10:35 PM Subject: Re: [ns] DTN routing here you can find the DTN code for ns2 http://www.illuvatar.nu/ns-dtn/code/ On 10 November 2011 13:28

Re: [ns] Delay tolerant network (DTN) simulation in ns2

2012-01-18 Thread itishi saxena
Thanks, It means dtn can use either tcp or udp?       Yes i am working but still not succeeded in getting simulation done in ns2.   Surely  i'll share with u if found any. From: nish patel nisha...@gmail.com To: itishi saxena itish...@yahoo.com Sent: Wednesday

[ns] how to measure load ...a node is experincing

2012-01-22 Thread itishi saxena
Hi All, Cud anyone pls let me know, how to know load on a node in the the network? Its urgent. .Pls help

[ns] how to know load...a node is experincing

2012-01-22 Thread itishi saxena
Hi All, Cud anyone pls let me know, how to know load on a node in the the network? Its urgent. Pls help

[ns] metrics in the network that can infer or determine load in the node or in the network

2012-01-23 Thread itishi saxena
Hello frd, I am working on gathering those metrics in the network that can infer or determine load in the node or in the network. Also to know capacity of a link? I know it seems very fundamental..but I think you can help me in that. Pls respond me ASAP, I have my assignment due on

[ns] [NS-ANS] Re: Finding the neighbour nodes of a mobile node

2012-05-17 Thread itishi saxena
Dear Msrehmani, I am trying to run the code you have proviede in this link, but it gives error: common/node.cc: In member function ‘void Node::addNeighbor(Node*)’: common/node.cc:267:9: error: invalid use of member (did you forget the ‘’ ?) make: *** [common/node.o] Error 1 Can you please

Re: [ns] The results of your email commands

2012-08-12 Thread itishi saxena
Dear Friends, I would like to know about ns2. Using AODV routing protocol, I want to figure out at which point in the whole code, data received at the destination node? It seems easy but not for me. If you have worked with ns2 and find it interesting then  try to send me suggestions.

Re: [ns] The results of your email commands

2012-08-13 Thread itishi saxena
to control over packet received at destination node(agent node created through tcl script). Do you know how we can identify queue belongs to agent node created in tcl script? Thanks From: Durgesh Kshirsagar durgeshpkshirsa...@gmail.com To: itishi saxena

Re: [ns] The results of your email commands

2012-08-13 Thread itishi saxena
It is not for agent node. From: pedro chaparro pdr...@gmail.com To: itishi saxena itish...@yahoo.com Sent: Monday, 13 August 2012 6:43 PM Subject: Re: [ns] The results of your email commands look inside aodv.cc , the functions AODV::recv and AODV::recvAODV

[ns] [SOLVED] Re: The results of your email commands

2012-08-13 Thread itishi saxena
From: Durgesh Kshirsagar durgeshpkshirsa...@gmail.com To: itishi saxena itish...@yahoo.com Sent: Tuesday, 14 August 2012 2:42 PM Subject: Re: [ns] The results of your email commands Hello itishi, there is a variable named index you can make use of it to get current node. e.g suppose I

[ns] Fw: [SOLVED] Re: Identify agent / destination node at the queue level to control over packets received at destination node

2012-08-13 Thread itishi saxena
- Forwarded Message - From: itishi saxena itish...@yahoo.com To: Durgesh Kshirsagar durgeshpkshirsa...@gmail.com; ns-users@ISI.EDU ns-users@ISI.EDU Sent: Tuesday, 14 August 2012 2:54 PM Subject: [ns] [SOLVED] Re: The results of your email commands Thanks Durgesh, I found

[ns] how to get value from .cc file to tcl script?????

2012-11-26 Thread itishi saxena
Hello Friends, How it is possible to check a value of a parameter in the tcl script from a .cc code? e.g. in AODV i have declared a variable and assigning a value at certain point. I want tcl script can read that value so that I can perform some other operation in tcl script. I know use of

Re: [ns] how to get value from .cc file to tcl script?????

2012-11-27 Thread itishi saxena
. lets assume whenever void AODV::recv() function executed I write value=CURRENT_TIME, Now, how this value can be read through my tcl script? with best Regards. From: behnaz.bostanip...@unil.ch behnaz.bostanip...@unil.ch To: itishi saxena itish

Re: [ns] Getting error when increasing the number of nodes im y tcl script

2012-11-28 Thread itishi saxena
Such errors comes when you have done something wrong while working with memory allocation re check your code may be you are pointing to the place which is already deleted. Or If you are using Packet.free() then comment all of them and try again. hope this will help.

[ns] Solved :::: Re: how to get value from .cc file to tcl script?????

2012-11-30 Thread itishi saxena
Thanks a lot. From: Basma Bejaoui bejaoui.ba...@gmail.com To: itishi saxena itish...@yahoo.com Sent: Friday, 30 November 2012 11:34 PM Subject: Re: [ns] how to get value from .cc file to tcl script? http://mailman.isi.edu/pipermail/ns-users/2006

Re: [ns] Default Channel bandwidth in 802.11?

2012-12-02 Thread itishi saxena
Hi frd, Inside ns-default.tcl you can change the default value or through your tcl script you can assign another value for that. From: behnaz.bostanip...@unil.ch behnaz.bostanip...@unil.ch To: Saravanan Kandasamy svana...@gmail.com; ns-users@ISI.EDU

Re: [ns] Schedule the backoff timer in mac-802_11

2012-12-05 Thread itishi saxena
For each transmission MAC waits for its ack if ack did not receive on time...it retransmit at time assigned by backoff time... in ns-2.34, MAC tries 7 times before declaring link break. I don't know that why is the following highlight line used in * Mac802_11::RetransmitDATA()* function?

Re: [ns] cwnd value calculation of ns2???

2013-01-23 Thread itishi saxena
...@gmail.com To: itishi saxena itish...@yahoo.com Sent: Wednesday, 23 January 2013 1:50 PM Subject: Re: [ns] cwnd value calculation of ns2??? thanx a lot for ur helpdoes SACK tcp has seperate cwnd estimation in ns2?? On Wed, Jan 23, 2013 at 4:03 AM, itishi saxena itish...@yahoo.com wrote

[ns] Fw: Question about assertion failed

2013-01-23 Thread itishi saxena
- Forwarded Message - From: itishi saxena itish...@yahoo.com To: mai ragaei mairagae...@hotmail.com Sent: Thursday, 24 January 2013 10:29 AM Subject: Re: [ns] Question about assertion failed In c++ assertion failed indicates some condition has not been met. May be, in your case

Re: [ns] Regarding Routing

2013-02-04 Thread itishi saxena
Hello Saravanan, I have designed a protocol while rounning various simulations ...sometimes it chrashes due to... terminate called after throwing instance of 'std::bad_alloc' what():bad_alloc As of now from the internet I found this error is due to memory shortage ...means somehoe my

[ns] How to generate AcK

2013-02-21 Thread itishi saxena
Hello frds,   I am struggling to find a way to send ACK when data packet reach to the destination in ns2 ... where I am using aodv protocol.   Please give me any clue for doing so.   In ns2, aodv.cc I can not catch the place where data is handed over to the application, when it reaches to its

Re: [ns] How to generate AcK

2013-02-21 Thread itishi saxena
Please give any suggestin. From: itishi saxena itish...@yahoo.com To: Saravanan Kandasamy svana...@gmail.com; mohit.ni...@yahoo.com mohit.ni...@yahoo.com; ns-users@ISI.EDU ns-users@ISI.EDU Sent: Friday, 22 February 2013 8:41 AM Subject: [ns] How to generate

Re: [ns] [Aodvimpl] Modelling RREQ Flooding attack in AODV

2013-02-25 Thread itishi saxena
Hello Frd, In ns2-aodv, RREQ is raised whenever a packet is added to the rqueue.If you want to send RREQ randomly without looking at your rqueue then you can use recv function and just call RREQ with some condition. I think it will work for you. Itishi

Re: [ns] Segmentation fault problem

2013-03-01 Thread itishi saxena
Hello Mai, Segmentation fault occurs due to missing memory block. You try to trace from all those changes you made. Possibility is you are pointing to something which is not existing at the time of execution.     From: mai ragaei mairagae...@hotmail.com To:

Re: [ns] Segmentation fault problem

2013-03-02 Thread itishi saxena
occurs. It makes easier for the programmer to rectify the problem. From: HiepTran hiepd...@gmail.com To: ns-users@isi.edu Cc: itishi saxena itish...@yahoo.com; mairagae...@hotmail.com Sent: Saturday, 2 March 2013 4:09 PM Subject: Re: [ns] Segmentation fault problem

Re: [ns] node address

2013-04-13 Thread itishi saxena
Go to common/node.cc and print from there.   From: Sailu D dvlrsa...@gmail.com To: ns-users@ISI.EDU Sent: Saturday, 13 April 2013 5:21 PM Subject: [ns] node address can any one tell me how to get address of all the nodes created in the newtork ? thank

Re: [ns] Awk script to calculate energy-left, thruput, delay of every node

2013-04-15 Thread itishi saxena
Hello Frd, Please check link below for your query, http://mohittahiliani.blogspot.com.au/2009/12/awk-script-for-ns2.html From: Sahil Sharma sharmasahil0...@gmail.com To: ns-users@ISI.EDU Sent: Tuesday, 16 April 2013 5:38 AM Subject: [ns] Awk script to

[ns] Request to all NS-users

2013-04-15 Thread itishi saxena
Dear User, Please write mail foramlly. You are asking for help, and it will give impression on the people reading your mail. It seems rude when somebody ask for suggestion and did not write message with proper salutation. You may skip chance of getting solution for your query. So please

Re: [ns] Request to all NS-users

2013-04-15 Thread itishi saxena
Dear User, Please write mail formally. You are asking for help, and it will give impression on the people reading your mail. It seems rude when somebody ask for suggestion and did not write message with proper salutation. You may skip chance of getting solution for your query. So

Re: [ns] Maximum dataRate_

2013-04-17 Thread itishi saxena
Hello Abraham, For getting such information you need to understand trace file. You can check how much packet have been sent in particular time interval. Becasue trace is the output of what is happeing or how protocol is behaving in such settings. I hope it will help you. Itishi

Re: [ns] enabling-disabling hello on the fly in aodv

2013-04-27 Thread itishi saxena
Hi Amarnath,   At the place where this detection is applied...create a conditional check according to your expectation.     I think it'll work for you.     From: AmarNath Patra amarnath.pa...@gmail.com To: ns-users@ISI.EDU Sent: Wednesday, 24 April 2013 6:35

Re: [ns] question regarding queue and ifq in NS-2

2013-04-27 Thread itishi saxena
What you want to say...please describe correctly. From: prince jaideep1...@gmail.com To: ns-users@ISI.EDU Sent: Tuesday, 23 April 2013 6:22 PM Subject: Re: [ns] question regarding queue and ifq in NS-2 because scheduler is used between network and MAC

Re: [ns] AODV_Neighbor* AODV::nb_lookup(nsaddr_t id) ALWAYS RETURNS FALSE

2013-06-12 Thread itishi saxena
Hello Tek, You need to work with AODV_rtable.h / .cc file to add something in neighbour table. Regards. From: Teklay Gebremichael Welegebrael teklish7...@gmail.com To: ns-users ns-users@ISI.EDU Sent: Wednesday, 12 June 2013 9:54 PM Subject: [ns]

Re: [ns] Neighbor table - count of number of entries

2013-06-26 Thread itishi saxena
It not very complecatedgo through the rtable.cc file and try to implement your logic there. From: Vimala Jose vimalajo...@gmail.com To: ns-users@ISI.EDU Sent: Thursday, 27 June 2013 2:17 AM Subject: [ns] Neighbor table - count of number of entries

Re: [ns] Schedule the backoff timer in mac-802_11

2013-07-23 Thread itishi saxena
of complete information, part of the information attached to it? Regards Ranjana From: itishi saxena itish...@yahoo.com To: M Falahati md.falah...@gmail.com Sent: Wednesday, 12 December 2012 10:30 AM Subject: Re: [ns] Schedule the backoff timer in mac-802_11

Re: [ns] question regarding overhearing

2013-08-12 Thread itishi saxena
in recv()function.     From: prince jaideep1...@gmail.com To: ns-users@ISI.EDU Sent: Monday, 12 August 2013 9:50 PM Subject: [ns] question regarding overhearing how to use overhearing concept in manet in ns2...in which function() -- View this

Re: [ns] List of Neighbor

2014-03-18 Thread itishi saxena
Hi All, To get this information.you have to write a method that invokes list of neighbours using a FOR LOOP ...for hints go through method nb_insert defined in AODV.   I hope it will help. Ranjana On Tuesday, 18 March 2014 7:24 PM, Hashim Bukhari hashimbukhar...@gmail.com wrote: Are

Re: [ns] List of Neighbor

2014-03-19 Thread itishi saxena
-nb_addr == index) break;         printf(Neighbor :%d \t,neighbor);     } } Thanks Regards Gajendra On Tue, Mar 18, 2014 at 3:49 PM, itishi saxena [via Network Simulator ns-2] ml-node+s7690n28432...@n7.nabble.com wrote: Hi All, To get this information.you have to write a method