[ns] query regarding EDF(Earliest Deadline first)..........

2014-09-06 Thread prince
hi, Anybody has the EDF(Earliest Deadline algorithm) algorithm ,so that i can use it .i am not able to put the EDF algorithm in queue.h/.cc,please help thanks -- View this message in context:

[ns] regarding ifqlen variable in tcl file

2014-06-20 Thread prince
hi To which c++ file ifqlen variable is connected , in ns2.35. thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/regarding-ifqlen-variable-in-tcl-file-tp28900.html Sent from the ns-users mailing list archive at Nabble.com.

Re: [ns] Doubts about IFQ

2014-06-20 Thread prince
Hi anu, pls reply me if you got the answer i have same problem about the ifqlen in ns2.35 thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/Doubts-about-IFQ-tp6635p28903.html Sent from the ns-users mailing list archive at Nabble.com.

[ns] diffserv with aodv

2014-06-17 Thread prince
hi when i use diffserv with aodv it shows segmentation fault .when i changed all things in aodv from priQueue to difserv even then also it shows segmentation fault how it can be removed pls help thanks -- View this message in context:

[ns] query regarding struct

2014-06-13 Thread prince
Hi, when i make struct(having two int variable) in mac802-11.h and when i access struct variable in mac.cc segmentation fault occur ,when i see the struct reference declared in mac802-11.cc i got it is NULL... how can i access struct in ns2. thanks -- View this message in context:

[ns] question regarding overhearing in ns2.35

2014-06-09 Thread prince
In ns-2.35 i need to overhear packets in mac-802.11.cc i am able to do that at recv_timer() function in if(dst != (u_int32_t)index_ dst != MAC_BROADCAST) { /* * We don't want to log this event, so we just free * the packet instead of calling the drop routine. */

[ns] urgent----how to get neighbor table in mac layer

2014-06-06 Thread prince
Hi, i have to get the neighbor table from aodv in mac802-11.cc file, how it can be done in ns2.35.awaiting the answers its urgent thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/urgent-how-to-get-neighbor-table-in-mac-layer-tp28827.html Sent from

[ns] question regarding overhearing

2014-04-12 Thread prince
Hi, at which layer overhearing is implemented in wireless network for udp packets and in ns2 at which function i should used for overhearing ? -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/question-regarding-overhearing-tp28564.html Sent from the ns-users

[ns] question regarding RTR IFQ and MAC IFQ

2014-04-03 Thread prince
what is difference between DROP RTR IFQ and DROP MAC IFQ -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/question-regarding-RTR-IFQ-and-MAC-IFQ-tp28523.html Sent from the ns-users mailing list archive at Nabble.com.

[ns] how to find the node id

2014-03-22 Thread prince
hi how can i find the node id in queue.cc if i am using index_ it doesn't work i want to monitor the queue of particular node ,how can i do it thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/how-to-find-the-node-id-tp28465.html Sent from the ns-users

[ns] how to find the node id

2014-03-06 Thread prince
when i want to get the node id in dsred.cc file i add these lines and include mobilenode.h and node.h in dsred.h MobileNode *thisnode = (MobileNode *) ((Node::get_node_by_address(id))); printf(%d\n,thisnode-address()); i got segmentation fault core dumped how can i solve it thanks -- View

[ns] question regarding rate control in wireless node

2014-03-05 Thread prince
hello friends, if i have to reduce the rate of intermediate wireless node (which is not source node) then i have to reduce which rate ,cbr rate or data rate (of mac layer) pls help thanks -- View this message in context:

Re: [ns] diffserv question for wireless network in NS-2

2014-02-09 Thread prince
any body has the answer pls reply thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/diffserv-question-for-wireless-network-in-NS-2-tp28183p28192.html Sent from the ns-users mailing list archive at Nabble.com.

[ns] diffserv question for wireless network in NS-2

2014-02-06 Thread prince
hi, is there anybody have example of tcl for diffserv in wireless network not for wired network ? thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/diffserv-question-for-wireless-network-in-NS-2-tp28183.html Sent from the ns-users mailing list archive

[ns] how to make queue

2014-02-04 Thread prince
hi pls tell if i want to create queue in network layer and packet should be held in it then after it should go to IFQ how it can be done pls help thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/how-to-make-queue-tp28176.html Sent from the ns-users

[ns] how to set the deadline forad hoc network

2014-01-30 Thread prince
hi, how can i set the deadline for application in ad hoc network . is it dependent on application ,it can be any thing which is applicable or feasible in network thanks -- View this message in context:

[ns] how to find end to end delay

2014-01-27 Thread prince
hello, how to find end to end delay during run time of simulation thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/how-to-find-end-to-end-delay-tp28148.html Sent from the ns-users mailing list archive at Nabble.com.

[ns] question regarding EWMA

2014-01-24 Thread prince
hello how can i calculate Buffer incoming rate and Buffer outgoing rate with the help of EWMA in ad hoc networkin NS-2 thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/question-regarding-EWMA-tp28128.html Sent from the ns-users mailing list archive at

[ns] question regarding setdest

2014-01-16 Thread prince
when i generate the scenario using setdest and i want to generate the scenario for fixed node in Ad hoc Network then if i do pause time equals to simulation time then node should not move, i did all these things but in nam editor when run this scenario file i see all the nodes on one point and

[ns] question regarding sensor network

2014-01-14 Thread prince
how can i use multiple class of traffic in sensor network ,where i should or in which file traffics class are assigned, in NS-2 thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/question-regarding-sensor-network-tp28073.html Sent from the ns-users

Re: [ns] Fwd: Required Help to resolve some error in NS2

2014-01-14 Thread prince
this is not an error! you can move further... -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/Fwd-Required-Help-to-resolve-some-error-in-NS2-tp28076p28077.html Sent from the ns-users mailing list archive at Nabble.com.

[ns] regarding packet header question

2014-01-12 Thread prince
if i want to add application specific value in packet,where i have to add or in which file i have to add, in adhoc network in NS-2 thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/regarding-packet-header-question-tp28064.html Sent from the ns-users

[ns] regarding num of hops to destination

2014-01-09 Thread prince
hi, in aodv protocol and DSR protocol from which file in NS-2 ,we find the number of hops to destination thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/regarding-num-of-hops-to-destination-tp28059.html Sent from the ns-users mailing list archive at

[ns] hierarchial routing questions

2014-01-07 Thread prince
if i have to make tree topology in ad hoc network then i have to use hierarchial routing or scenario generator? thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/hierarchial-routing-questions-tp28048.html Sent from the ns-users mailing list archive at

Re: [ns] regarding topology generator

2014-01-06 Thread prince
ok i saw it but if i have to make aomdv routing protocol then how can i use it because it doesn't have AOMDV routing protocol thanks On Mon, Jan 6, 2014 at 2:28 PM, Aman [via Network Simulator ns-2] ml-node+s7690n28041...@n7.nabble.com wrote: Try using NSG topology generator. Refer :-

[ns] query regarding XCP(explicit control protocol)

2014-01-01 Thread prince
i am working on xcp protocol but i am not able to understand working of residual feed back in xcp protocol that it is static type value or independent for each packet pls help thanks -- View this message in context:

[ns] question regarding application and transport layer

2013-08-21 Thread prince
these lines are done by application layer or transport layer in NS2 $cbr_(0) set packetSize_ 512 $cbr_(0) set interval_ 0.25 thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/question-regarding-application-and-transport-layer-tp27528.html Sent from the

[ns] rate control in transport layer

2013-08-17 Thread prince
Hello admin in NS2 in which .cc file , rate control at transport layer can be done dynamically pls tell thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/rate-control-in-transport-layer-tp27506.html Sent from the ns-users mailing list archive at

[ns] how to change cbr rate

2013-08-14 Thread prince
hello friends anybody knows how to change cbr rate dynamically from .cc files,where i have to change the code and in which .cc file. thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/how-to-change-cbr-rate-tp27497.html Sent from the ns-users mailing

[ns] question regarding overhearing

2013-08-12 Thread prince
how to use overhearing concept in manet in ns2...in which function() -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/question-regarding-overhearing-tp27482.html Sent from the ns-users mailing list archive at Nabble.com.

[ns] question regarding printf

2013-08-01 Thread prince
how to add simple printf statement in any .cc file so that it is display on the terminal i am doing so in aodv.cc but didnt display any thing on terminal pls help thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/question-regarding-printf-tp27415.html

Re: [ns] debugging by printf statement

2013-08-01 Thread prince
did u get any answer for that regarding printf statement how can we use printf statement in ns2 -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/debugging-by-printf-statement-tp26703p27416.html Sent from the ns-users mailing list archive at Nabble.com.

[ns] question regarding transmission rate

2013-07-27 Thread prince
hello admin/users how can i reduce/increase transmission rate in transport layer and data link layer i.e. in which file and function i have to change so that on the buffer overflow of next hop, i can change the sending rate of sensder... thanks -- View this message in context:

[ns] question regarding IFQ in ns-2

2013-07-19 Thread prince
Does the interface queue of a node hold all the packets that arrive at the mac up to the routing layer and vice versa (i.e. the packets that arrive at the routing layer down to the mac). in other words, does it holds all the packets that are waiting for transmission inlcuding the packets that are

[ns] query regardind packet dropped ....

2013-07-16 Thread prince
i am using scenario of 30 nodes and cbr traffic is packet generating rate is 0.25 and queue length is 50 but when i reduce the queue length packets are not dropped and when i reduce packet sending rate t dropped from node it self (means sender is dropping at same )but not drooped from other node

[ns] question regarding changing of sening rate of sensor node

2013-07-16 Thread prince
how can i increase or decrease the sensor node's sending rate of cbr packet means from which function in ns2? thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/question-regarding-changing-of-sening-rate-of-sensor-node-tp27333.html Sent from the ns-users

[ns] problem in mannasim generated tcl

2013-07-15 Thread prince
i am having the error when i mannsim generated tcl file Initializing MannaSim Script... Setting up mica 2 mote with Antenna/OmniAntenna and range = 100 invalid command name Node/MobileNode/SensorNode while executing Node/MobileNode/SensorNode set sensingPower_ 0.015 (procedure setup_mica2 line

Re: [ns] problem regarding tcl files given

2013-07-15 Thread prince
i have compiled as per given instructions and it is also creating the tcl script but not able to run theses tcl files what should i do..? thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/problem-regarding-tcl-files-given-tp27316p27319.html Sent

[ns] problem regarding mannasim patch for ns-2.35

2013-07-14 Thread prince
i have ubuntu 12.10 and ns2.35 installed on system but when i add patch of mannasim in ns2.35 . i do ./configure then it works fine but when i run clean command i see errors like '/usr/bin/ld :i386 : x86-64 architecture of input file ' mannasim/commonnodeAPP.o..' is incompatible with i386

Re: [ns] problem regarding mannasim patch for ns-2.35

2013-07-14 Thread prince
when i did uname - Enter it shows 686 ./configure is fine but when i do make it shows errors -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/problem-regarding-mannasim-patch-for-ns-2-35-tp27301p27306.html Sent from the ns-users mailing list archive at

[ns] problem regarding ubuntu 12.10 with mannasim

2013-07-14 Thread prince
when i installing mannasim for ns-2.35 after doing ./configure it is fine but when i do make it shows i am having error collect2: error : ld returned 1 exit status make: ***[ns] error 1 -- View this message in context:

[ns] Question regarding tree like topology

2013-07-14 Thread prince
anybody has the sample tcl for wsn in which one sink and all the sources(say 100) randomly deployed and say 10 nodes are communicating node so how we will set the tcl such that packets should reach at the destination node(sink) pls help thanks -- View this message in context:

[ns] question regarding mannasim

2013-07-14 Thread prince
i have successfully installed mannasim on ns-2.35 but not able to run tcl files mannasim-rede-plana.tcl and mannasim-rede-hierarquica.tcl any clues.. -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/question-regarding-mannasim-tp27314.html Sent from the

[ns] problem regarding tcl files given

2013-07-14 Thread prince
when i run tcl files given on mannasim site one of them is mannasim-rede-hierarquica.tcl then it gives error warning: Please use -channel as shown in tcl/ex/wireless-mitf.tcl INITIALIZE THE LIST xListHead invalid command name EnergyModel/Battery while executing EnergyModel/Battery create

[ns] regarding mannasim patch for ns-2.35

2013-07-13 Thread prince
hi anybody have the patch for mannasim in ns-2.35... pls share thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/regarding-mannasim-patch-for-ns-2-35-tp27297.html Sent from the ns-users mailing list archive at Nabble.com.

[ns] Question regarding TCP packet size.........

2013-05-23 Thread prince
when i see that sender is sending TCP packet of size 1040 bytes at AGT in trace file while it is of 1060 bytes at receiver why it is so pls help thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/Question-regarding-TCP-packet-size-tp26987.html Sent from

[ns] nam file is not running.......

2013-05-17 Thread prince
i am running tcl file named simple-wireless.tcl in which .nam is not included and i am including ot it but in .nam animator node is not visible and data transfer is not visible file is here # # simple-wireless.tcl # A simple example for wireless simulation #

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

2013-05-03 Thread prince
pls tell if u know where in or in which file i should write code so that i can create multiple queues and then data is transferred in round robin manner from each queue to interface queue. pls help thanks -- View this message in context:

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

2013-04-27 Thread prince
where the multiple queues are placed if i have to use multiple queues for different priority...in between MAC and LL layer or somewhere else like between Network layer and LL layer or in between LL an MAC layer or at the Network layer.. thanks -- View this message

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

2013-04-23 Thread prince
hello forum i want to use multiple queue in ns-2 but i am confused that these multiple queues should where be placed, because IFQ is placed between LL and MAC layer... so multiple queues should also be between LL and MAC or somewhere else. pls help thanks -- View this message in

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

2013-04-23 Thread prince
because scheduler is used between network and MAC layer so scheduler is also where placed for accessing these multiple queues. pls help thanks -- View this message in context:

[ns] query regarding CBR in AODV at RTR of Destination node

2013-04-05 Thread prince
i am having two nodes in ad hoc network. AODV routing protocol but when the cbr packet is sent in trace file it shows s 0.5 _0_ AGT --- 0 cbr 512 [0 0 0 0] --- [0:0 1:0 32 0] [0] 0 0 r 0.5 _0_ RTR --- 0 cbr 512 [0 0 0 0] --- [0:0 1:0 32 0] [0] 0 0 s 0.5 _0_ RTR

Re: [ns] how can i increase sensor node range

2013-03-07 Thread prince
my NS version is ns-2.35 i am taking the values are # NOTE: This is an example of the older version of diffusion. For example scripts of the newer version, see tcl/ex/diffusion3. And see ~ns/diffusion3 for the implementation. #

Re: [ns] sample wsn tcl script

2013-03-04 Thread prince
Since i am beginner ,can u tell me that in sensor network only directed diffusion protocol is there in NS-2 or any other option is also available, pls reply thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/sample-wsn-tcl-script-tp26338p26347.html Sent

[ns] [bug] bash:command not found

2013-02-19 Thread prince
[Bug Report] - Category: Other Package: ns ns 2.35 OS:win7 Environment Variables: LD_LIBRARY_PATH= TCL_LIBRARY= TK_LIBRARY= - Description: Description of Problem: hello, i am having windows7 ,using cygwin 1.7 and ns 2.35

Re: [ns] NS2 basic execution

2010-06-22 Thread Prince George
in the following file: ns-2.35/ns_tclsh.cc Best Wishes, Teerawat Issariyakul http://www.ns2ultimate.com/ http://www.ece.ubc.ca/~teerawat http://www.t-issariyakul.blogspot.com http://www.facebook.com/pages/Teerawat-Issariyakul/358240861417 http://twitter.com/T_Bear On 6/19/2010, Prince

[ns] NS2 basic execution

2010-06-18 Thread Prince George
hello.i want to know in NS2 where is the main() function which is required to compile and obtain the executables for the backend C++ codes.I am unable to search and find the main() function in NS2 which is the starting point of execution.

[ns] Need help : compute instant free space in a RED queue

2009-06-18 Thread Prince Kaweta
Hi all, I have a problem to compute instant free space in a RED queue. I'm making a simulation for a ethernet lan using optical like physical layer. I've 5 nodes in my network and I want to visualize instant free space in queue between nodes 1 and lannode. My script is below Simulate

Re: [ns] Please help me I want tio monitor queue size on lan

2009-06-11 Thread Prince Kaweta
Hi all, I am trying to measure the average queue delays over all the nodes in an ethernet setup under ns. Since the ethernet setup is not a typical link to link setup but a shared medium one, how should I be measuring the queue delays ? thanks for any help, Prince

[ns] Fwd: Please help me I want tio monitor queue size on lan

2009-06-11 Thread Prince Kaweta
-- Forwarded message -- From: Prince Kaweta prince.kaw...@gmail.com Date: 2009/6/11 Subject: Re: Please help me I want tio monitor queue size on lan To: ns-users@isi.edu Hi all, I am trying to measure the average queue delays over all the nodes in an ethernet setup under ns