Re: [ns] plz help me to solve this error is urgent

2015-04-30 Thread alok9408
hi, thank you sir( or brother) its wok>packet.h -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/plz-help-me-to-solve-this-error-is-urgent-tp29945p29974.html Sent from the ns-users mailing list archive at Nabble.com.

Re: [ns] plz help me to solve this error is urgent

2015-04-29 Thread knudfl
> @alok9408 > MKC The function "Upload a file" can also be used for packet.h . I.e. it is suggested that you edit your posts : Delete the two times faulty 'packet.h' texts, and then instead upload the files. The patch "mkc_ns235.patch" shows (in the first 40 lines) how to edit packet.h . Link h

Re: [ns] plz help me to solve this error is urgent

2015-04-28 Thread alok9408
hi , I am using this method to implement Max-Min kelly control: p307-zhang.pdf -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/plz-help-me-to-solve-this-error-is-urgent-tp

Re: [ns] plz help me to solve this error is urgent

2015-04-28 Thread knudfl
> @alok9408 > Max-Min kelly control, congestion minimization ( MKC ) OK, then please show some links to the information you are using. ... And please use an original "ns-2.35/common/packet.h" file. ( If you are using ns-2.35.) No usable lines were added in your wrecked "packet.h" ? - --

Re: [ns] plz help me to solve this error is urgent

2015-04-27 Thread alok9408
I am trying to implement Max-Min kelly control :congestion minimization in network algorithm that is added extra feature in packet..so plz help to implement this algorithm, thank you -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/plz-help-me-to

Re: [ns] plz help me to solve this error is urgent

2015-04-27 Thread knudfl
> @alok kumar > common/packet.h The "header" you show is mostly like ns-2.35/common/packet.h . And then some section(s) from a style "ns-2.31 packet.h" has been added. Which means you have two times package definitions in two different ways of coding. ? What's the idea with that ?What are y

[ns] plz help me to solve this error is urgent

2015-04-25 Thread alok kumar
sir, when i run make command then it give the following error given below: common/packet.h:387:3: error: stray ‘\’ in program return ( (type) == PT_MKC || \ //hi ^ common/packet.h:388:5: error: stray ‘\’ in program (type) == PT_MKC_ACK || \ //hi ack ^ common/pack

[ns] plz help me to solve this error is urgent

2015-04-25 Thread alok kumar
sir, when i run make command then it give the following error given below: common/packet.h:387:3: error: stray ‘\’ in program return ( (type) == PT_MKC || \ //hi ^ common/packet.h:388:5: error: stray ‘\’ in program (type) == PT_MKC_ACK || \ //hi ack ^ common/pack

[ns] plz help me to debug the following error

2012-09-27 Thread abinaya rajendhiran
hi i get an following error during running make command ,how can i debug this??? common/packet.cc:44: error: conflicting declaration ‘char** p_info::name_’ common/packet.h:278: error: ‘p_info::name_’ has a previous declaration as ‘char* p_info::name_ [60]’ common/packet.cc:44: error: declaration

[ns] plz help me

2011-10-02 Thread Hoydoona Allyzyzoona
am trying to setup ns-allinone-2.27 but have proplem in setup after try setup 2.29 after setup succusfully try to setup network coding module but within setup found this proplem trace/trace.cc eroor plz help me drory

[ns] plz , help me with this issue ..

2011-08-30 Thread Sandy Haff
hi everyone i want to generate a movement scenario pattern using cmu-scen-gen , ./setdest  , for 200 MNs, moving at speed 30 m/s  but i want The position of MNs and its movement are set randomly. can anyone just show me how , i really need this urgentlly ..

[ns] plz help me to wite a new queue that cache data

2009-10-03 Thread soheila rahmani
Hi I tried to write a new queue that cache some data which has frametype=1 in an array, and when a nack packe income to queue search array if there is send the stored packe in cache. but I use AODV in simulation TCl and have segmentation fault can you help me? void DtRrQueue::enque(Packet* p) {

[ns] plz help me ragarding how to start traffic from classifier.cc

2009-04-01 Thread muralikrishna g
hi to all.. here i have to start a traffic source from classifier.. after a condition satisfies like if( ready==1 &&stop==1) { from here i have to start the traffic source how to make this plz help me.. } is there any other way to start traffic source script in tcl from classifier.cc please

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

2009-03-30 Thread lukman_hanif
> 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 n

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

2009-03-29 Thread mmpire miao
do u want to send a packet from MAC layer? if so, look into "ns-allinone-2.31\ns-2.31\mac". e.g. in mac-tdma.cc you can add a filtering condition in Sendup(), furthermore, u can modify the packet format by adding a source indicator to "struct hdr_cmn " in packet.h i hope it helps 2009/3/29 murali

[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] Plz Help me (((Emergency)))

2007-02-03 Thread Scott Ricketts
One option is to use message passing with destination address -1 for broadcasting. I think there is an example Otcl script somewhere in ns/tcl/ex where message passing is extended for flooding. I hope that helps. Scott On 2/3/07, Amin Irandoost <[EMAIL PROTECTED]> wrote: > > Hi > Please tell me

[ns] Plz Help me (((Emergency)))

2007-02-03 Thread Amin Irandoost
Hi Please tell me : In NS, how can a mobile node broadcast its address in sensor network? Please, send to me a sample code for doing this task. I test too many ways but i don't get a reliable result thanks a lot in advance I'm waiting for your reply IMPATIENTLY -- Amin Irandoost