[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 ^

[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 ^

[ns] how to generate nam and xgraph

2015-04-30 Thread alok kumar
hello sir, how to generate ns(nam) and xgraph for below .tcl file --mkc-T1-heterogeneous.tcl-- # create scheduler set ns [new Simulator] # turn tracing on #set ns_f [open HeteroFlow.tr w] #$ns trace-all $ns_f

[ns] how to generate nam file and xgraph

2015-05-01 Thread alok kumar
sir, I am not understand how to generate nam file and xgraph for below .tcl file.Plz send me solution according to below .tcl file. ---mkc-T1-heterogeneous.tcl-- # create scheduler set ns [new

[ns] error in validate

2015-05-10 Thread alok kumar
sir, I am getting error on validation time: validate overall report: some tests failed: ./test-all-tcpLinux how to erro thank you

[ns] error in tcl file

2015-05-11 Thread alok kumar
when i am trying to generate nam file it gives error : Flow 1 starts at time 0.00 Segmentation fault (core dumped) plz give me solution how to solve this problem mkc.tcl---

[ns] problem in generating nam file

2015-05-16 Thread alok kumar
sir, I am running below tcl script but it give error:Flow 1 starts at time 0.00 Segmentation fault (core dumped) mkc.tcl--- # create scheduler set ns [new Simulator] # turn tracing on set f [open

[ns] nam problem in ns2 it is urgent

2015-05-15 Thread alok kumar
sir, I am getting error when I am entered in root then type nam it gives error: root@HP:/home/alok# nam Segmentation fault (core dumped) plz solve this problem thank you

[ns] tcl script problem in ns2 it is urgent

2015-05-15 Thread alok kumar
when I am running below tcl file it gives again error :Flow 1 starts at time 0.00 Segmentation fault (core dumped) --mkc.tcl--- # create scheduler set ns [new Simulator] set f [open out.tr w]

[ns] nam problem in ns2

2015-05-14 Thread alok kumar
sir, i am getting nam error : Segmentation fault (core dumped) in ns2 while i am already try nam_1.15-10_i386.deb package.But its give again this above error. thank you

[ns] problem in tcl script

2015-05-20 Thread alok kumar
sir, I am running below tcl script it gives the error: Flow 1 starts at time 0.00 --- Classfier::no-slot{} default handler (tcl/lib/ns-lib.tcl) --- _o12: no target for slot 4294967295 _o12 type: Classifier/Hash/Dest content dump: classifier _o12 0 offset

[ns] error in tcl script

2015-05-16 Thread alok kumar
sir, When i am running below tcl script it gives error:Flow 1 starts at time 0.00 Segmentation fault (core dumped) but in other tcl script is work better than below tcl script... I am not understand what error in below tcl script

[ns] problem in generating xgraph its urgent

2015-06-07 Thread alok kumar
sir, I am using below tcl code to generate xgraph but it give the following error: can't read n0: no such variable while executing $ns attach-agent $n0 $udp0 (procedure attach-expoo-traffic line 6) invoked from within attach-expoo-traffic $n4 $Sink0 200 2s 1s 100k

[ns] error found in source file

2015-06-17 Thread alok kumar
sir, when i am running tcl file it give the below error : Segmentation fault (core dumped) now, below .cc,.h and .tcl file is:-- -blue.cc--- #include math.h #include stdlib.h

[ns] problem in generating xgraph

2015-05-31 Thread alok kumar
sir, when i am using to generate nam file its properly work in ns2.35 but when I am using to generate xgraph we modify nam file it gives the following error: invalid command name Agent/TCPSink/Sack1/DeAck while executing Agent/TCPSink/Sack1/DeAck create _o108 invoked from

[ns] problem in .cc file and .h file

2015-05-27 Thread alok kumar
sir, I am working on Max-min kelly control but in which mkc-queue.cc file and mkc-queue.h does not work properly .In which something missing but i am not understand where is the fault in this file.

[ns] implementation problem

2015-07-02 Thread alok kumar
sir, I am not understand how to implement EMKC(EXPONENTIAL MAX-MIN KELLY CONTROL) . so plz help me to implement EMKC. thank you

[ns] problem in schedule the events in tcl script

2015-05-21 Thread alok kumar
sir I have proble in below tcl script when schedule event part is running plz tell me how tosolve error. I have attached related document of mkc to help in generate tcl script ---mkc.tcl- #