[ns] Please help me to implement Multipath Source Routing (MSR)Protocol in NS2

2012-04-08 Thread Khushboo Jain
hello, I want to implement a new protocol Multipath Source Routing (MSR) is an extension of DSR (Dynamic Source Routing) that incorporates the multipath mechanism into DSR. MSR is an adaptive routing for ad hoc networks. It considers the two fundamental issues in its design. MSR may adapt to

[ns] Please help me

2011-10-16 Thread m ali
Dear All, I am using ns-2.34 and have written some c++ codes and added them under the ns-2.34 sub-directory. I did make clear, but when I did make to re-compile, the following error (see below) occur. Can anyone help me. Thanks alot. M.A.

[ns] Please help me (Most urgent)

2011-08-20 Thread m ali
Hi all WSN user Please tell me how different queues are implemented for heterogeneous traffic in sensor nodes, so that each data send to his proper queue. Bundle of thanks Best reguards Moazzam

[ns] Please help me about mannasim patch

2011-08-12 Thread m ali
Hi I am using mannasim framework. I wants that some node generate carbon data generator and some node generate temperature data. How to implement this in create common node procedure. Thanks in advance Best regards Moazzam

[ns] Please help me with this error

2011-06-03 Thread N_F
Hi all, I have an agent implemented in ns which used to work properly before, but now when I am trying to run different tcl files I m getting the same error as below: ns: [code omitted because of length] : invalid command name Agent/hoperaa while executing Agent/hoperaa set packetSize_ 40

Re: [ns] Please help me with this error

2011-06-03 Thread Ghofrane
Hi, After adding a new protocol, you should type make than you should type make install as a root. If you do so, you won't have this error. From: N_F negin1...@gmail.com To: ns-users@ISI.EDU Sent: Friday, June 3, 2011 10:24 AM Subject: [ns] Please help me

[ns] please help me in FSK Modulation (NRZ)

2010-08-08 Thread ali bala
Dear all I can't find the related files to FSK Modulation (NRZ) in NS2.34. How can I find (or probably implement) this propagation model. i found bpsk in Modulation.h but i can't find fsk. I am looking forward to receiving your comments related codes for NS2. Thanks in advance, Kind

[ns] please.. help me to simulate Wireless mesh Networks using ns-2 ..only few days left over for my finalyr proj

2010-02-14 Thread rpavan
Hi, Iam doing proj on WMN's For Simulation of WMNs after googled i got patch Ns2mesh80216(Wimax),it patched successfully but on re-installing of ns-2.33 it failed wimax.Please help me to Simulate WMNs..Sample Tcl scripts Tutorial for Simulation. this my 3rd post till know i didn't get one

Re: [ns] please help me | OK

2009-12-02 Thread Mohammed AbuHajar
Dear Mr.  Wei, I think yes. This awk script for DSR routing protocol mainly. For other protocols like AODV, Tora you need to do some modification like changing ( $35 ==DSR) to the destination protocol like AODV if you simulate AODV ). To do the correct changes and modifications,  I advise you

Re: [ns] please help me

2009-12-01 Thread Mohammed AbuHajar
Its very easy. just learn how to draw graph in MatLab. It's will take 15 minutes only, try to learn how to plot more than graph in the same graph. http://web.cecs.pdx.edu/~gerry/MATLAB/plotting/linePlots.html http://www.mathworks.com/access/helpdesk/help/techdoc/ref/plot.html

[ns] please help me

2009-08-24 Thread Andhika Perdana Faisal
I have some problem with my NS Can you tell me about zrp.path in NS,,, I very need your help Thanks

[ns] please help me fo installing 802.11etkn

2009-08-12 Thread ali bala
 mr.ali.balador homepage:www.balador.org - Forwarded Message From: ali bala mrbala...@yahoo.com To: Maggi. chandra.ma...@gmail.com Sent: Wednesday, August 12, 2009 12:47:22 PM Subject: Re: please help me fo installing 802.11etkn hi i have a same problem i installed ns-2.33

[ns] Please help me, how to access C++ variable using tcl.

2009-07-15 Thread tan cam
Hi, I have a variable in Trace class (trace.h). That named ntcCount_ I want to access this variable using tcl: I use bind(ntcCount_, ntcCount_); and in tcl file: set mytrace [new Trace] and get value of this variable: puts value = [$mytrace set ntcCount_] But I Can't. Some error occur. Please

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] Please help me, I want to count the number of packet, that the intermediate node recieved.

2009-06-10 Thread tan cam
Hello Ubaid, Hello everyone, I want to count the number of packet that is received (forwarded) on the intermediate node. Node0_Node3___Node4 / / / / Node2_/ I want to count on node3, when I

[ns] Please help me print the path that packet go through.

2009-06-10 Thread tan cam
Hello everyone, I have a topology: Node2___Node3 / \ / \ node0Node1 Node5__Node6 \ / \_Node4___/ (Node0 link

[ns] Please help me, I want to count the number of packet, that the intermediate node recieved.

2009-05-26 Thread tan cam
Hi everyone, I have the problem when I try to count the number of packet, that the intermediate node received. I have a topology, that have 4 nodes (following figure): node1_Node3___Node4 / / / / node2__/ That

[ns] Please help me: initial energy of a node

2009-05-06 Thread Caio Marziale
Hello all, I have tried to collect the information of initial energy of a node using the trace information s 0.000665000 _19_ MAC --- 0 AODV 55 [0 13 800] [energy *0.04*ei 0.000 es 0.000 et 0.000 er 0.000] --- [19:255 -1:255 30 0] [0x2 1 1 [6 0] [19 4]] (REQUEST) or N -t

[ns] please help me with this problem

2009-04-28 Thread pavan potru
 i'm new user to NS2, i have installed the NS2 ns-allinone-2.31 package  under the shell of Cygwin over windows xp and there is no problem appeared  in the installation  but when i try to run a ns program this error appear  $ nam:  [code omitted because of length]  no event type or button # or

Re: [ns] Please help me to solve my issue in ns2

2008-10-18 Thread Daniel Dekst
Hi, I don't think you want to classify packets in mac layer. Instead, you want your packets to be submitted to aodv. Thus, in aodv.cc, you need to identify your packets in AODV::recv(Packet *p). In fact, as you know, all packets first arrive at such a recv function in any layer. So if

[ns] please help me multi-channel multi-interface [ns-2.29]

2008-04-24 Thread ByungJoon Oh
Hello respect NS-users, when I simulated followed this website: http://www.cse.msu.edu/~wangbo1/ns2/ (Bo Wang's website), But, I got the error messages since implemented $ns twoflows-1channel.tcl: invalid command name if{0}{ while executing if{[info exists channel2_]}{ (procedure _o3 line 45)

[ns] Please help me emergency!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2007-11-17 Thread Amin Irandoost
Hi all In wireless scenario that picture of this show at below Node 0 is sender and node 24 is receiver I want to use UDP agent for this nodes I use follow code for this purpose Please tell me is the following file correct and suitable? Why the CBR interval has not effect on time when the

Re: [ns] please help me to install IEEE 802.11e HCCA.

2007-08-15 Thread jorbustos1
Hi BJ To make the number 4 of process you should make the following: you should save the patch in a file archive for example into the /home and then you go to the terminal and executing the following command: cd /home/ns-allinone-2.29/ns-2.29 when you make this, you enter to working

[ns] please help me to install IEEE 802.11e HCCA.

2007-08-10 Thread ByungJoon Oh
Dear All NS-users, I try to install ns2hcca source code decribed with website: http://info.iet.unipi.it/~cng/ns2hcca/ However, I can't install about that. As described this website, I have followed the precedure of installation. But, I can't make sense of Number 4 of process. (attached by pic

[ns] Please help me about H.264 video transmission over IEEE 802.11e.

2007-08-09 Thread ByungJoon Oh
Dear All users, I like to test H.264 video transmission over IEEE 802.11e EDCA. However, I have got some error that is segmentation dump error. I don't know what is happening. If someone know where the performing test tcl file is, please teach me about that. otherwise, one who figure out this

[ns] please help me about hierarchical routing

2007-07-13 Thread edns
Hello everyone, I am a student doing my project about routing with different address scheme. Now I have encountered some problems when I try to implement DV routing protocol in a network with hierarchical addresses: 1. The protocol can only be implemented on some nodes, rather than

[ns] Please help me: A problem when I get Instance of Routing Agent AODV????

2007-07-11 Thread etudiante usthb
HELLO, I want to reach a memeber variable in aodv to modify in Mac. For this reason I get instance of Routing Agent AODV as explain in website Veiled how I recovered this variable: In file mac_802-11.h I added: #include aodv/aodv.h In file mac_802-11.cc I added: void

[ns] Please help me: A problem when I get Instance of Routing Agent AODV????

2007-07-11 Thread etudiante usthb
HELLO, I want to reach a member variable of the class AODV and to modify it in MAC_802-11. For this reason I get instance of Routing Agent AODV as explain in website Veiled how I recovered this variable: In file mac_802-11.h I added: #include aodv/aodv.h In file mac_802-11.cc I

Re: [ns] please help me , i m getting error when i introduce new packet, have tried all possibilities

2007-05-30 Thread sri_seeta_ram
modify cmutrace.cc mahi kapoor wrote: hello everyone i have introduced a new packet checkloop in maodv but when i run a tcl script regarding maodv getting error format_aodv:invalid AODV packet type also i have done a little change in mact pkt. format. i m attaching two

[ns] please help me , i m getting error when i introduce new packet, have tried all possibilities

2007-04-10 Thread mahi kapoor
hello everyone i have introduced a new packet checkloop in maodv but when i run a tcl script regarding maodv getting error format_aodv:invalid AODV packet type also i have done a little change in mact pkt. format. i m attaching two files related to it. please help me regards mahi

[ns] Please help me debug the error in wireless1.tcl and wireless.tcl (Error messages Attached)

2007-03-22 Thread Vijay Kumar c
Hi ns users, I am facing problems when i try to exceute wireless.tcl,wireless1.tcl and wireless2.tcl can anyone tell what the problem may be and provide a solution. I got the error message when i tried to excecute wireless.tcl found in ns-2.30/tcl/ex/wireless.tcl directory can anyone help

[ns] Please help me (emergency) (emergency)

2007-03-21 Thread Amin Irandoost
hi dear friends when i run my tcl code i get Following error. what is your idea about this error? I'm waiting for your reply Thanks in advance ns: MobileDeployment 5 5 10 20: can't schedule command in past (_o5 cmd line 1) invoked from within _o5 cmd at 0.0 {_o135 start-dsdv}

[ns] Please help me (emergency) about reading variable value

2007-03-20 Thread Amin Irandoost
hi dear friends how to read variable value of C++ in OTCL?? for example a partial of code are class test:public TclObject{ public: int i; test(); . . .}; test::test(){ bind(i_,i); } in Tcl write this: set te [new test] set x [$te $i???] ?? -- Amin Irandoost

Re: [ns] Please help me

2007-03-20 Thread Pedro Vale Estrela
Março de 2007 22:14 To: ns-users@ISI.EDU Subject: [ns] Please help me hi all in general how to capture return value of c++ function in tcl? -- Amin Irandoost

[ns] Please help me to use the PCF NS2 code given by Anders Lindgren

2007-03-05 Thread taraka praveen
Hi sir/madam, I have to simulate NS2 code for 802.11 MAC PCF . I downloaded code from this site http://www.sm.luth.se/%7Edugdale/index/software.shtml and tried to patch it to ns-2.1b8 .But its not at all patching to NS .I have followed the same procedure given in the READ file.

Re: [ns] Please help me with IDE

2006-07-05 Thread Hai Nam
On 7/5/06, Antonella Santovito [EMAIL PROTECTED] wrote: Hello, I'm new to use ns2, so I'm using Eclipse IDE with CDT plugin in order to have a graphical support for writing the code(I have find another faq about this topic), but I'm not able to create a project because I don't know which

[ns] please help me

2006-05-16 Thread Yahia saleh
hi, guys I need to know the way for computing pause time, since i read many publication using it, i guess some one of you know about it your help very appreciated saleh

[ns] Please help me!About sctp multihoming on wireless

2006-04-17 Thread robbin
Hi I tried to simulate sctp on ns-2.28. I have readed the paper on http://www.lib.ncsu.edu/theses/available/etd-05162005-094333/. According to The FAQS of the paper , I modified two parts. 1.$ns_ node-config -wiredRouting OFF 2.commented out the line //Tcl::instance().evalf(\%s no-slot

[ns] please help me to simulate attacks on the Ad-hoc networks

2006-01-11 Thread Ashutosh Srivastava
Note: forwarded message attached. Send instant messages to your online friends http://in.messenger.yahoo.com

[ns] please help me to simulate attacks on the Ad-hoc networks

2006-01-11 Thread Ashutosh Srivastava
Note: forwarded message attached. Send instant messages to your online friends http://in.messenger.yahoo.com

[ns] please help me to simulate attacks on the Ad-hoc networks

2006-01-11 Thread Ashutosh Srivastava
Note: forwarded message attached. Send instant messages to your online friends http://in.messenger.yahoo.com

[ns] please help me to simulate attacks on the Ad-hoc networks

2006-01-09 Thread Ashutosh Srivastava
Dear all , For a project I need immediate help . Actually I have to simulate some attacks(on ns-2 )possible in the Ad-hoc networks: 1) sink-hole 2) worm-hole 3) Sybil attack 4) Rushing attack 5) Denial-of-Service and Flooding 6) Black Hole What these