[ns] extract values from main tcl file > output file to graph it

2014-02-20 Thread Muhammad Imran KHAN
Hi :), I have two variable in main tcl file ( main.tcl), we run this file as "ns main.tcl". I need to save these two variable e.g. " x  y " as an output file, so that i can generate a graph. x and y changes for each run of "ns main.tcl".   How can i do it ? I don't know the sample of code in

[ns] Deadline Extension: IMMM 2014 || July 20 - 24, 2014 - Paris, France

2014-02-20 Thread Cristina Pascual
INVITATION: = Please consider to contribute to and/or forward to the appropriate groups the following opportunity to submit and publish original scientific results to IMMM 2014. The submission deadline is extended to March 12, 2014. Authors of selected papers will be invited t

[ns] Data center workload

2014-02-20 Thread Andreas Andreou
Hey, I am trying to implement a simulation for a data center to compare the TCP, DCTCP and MPTCP protocol and while I am still at the very early stages - I have just finished writing the code to generate the topology which is a clos fat-tree with the number of ports as a variable deciding the

[ns] Data center workload

2014-02-20 Thread Andreas Andreou
Hey, I am trying to implement a simulation for a data center to compare the TCP, DCTCP and MPTCP protocol and while I am still at the very early stages - I have just finished writing the code to generate the topology which is a clos fat-tree with the number of ports as a variable deciding the si

Re: [ns] extract values from main tcl file > output file to graph it

2014-02-20 Thread PhoenixRe
For opening the file set resultfile [open result.txt a] The a option will open it in append mode. set string "" append string $x " " $y puts $resultfile $string -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/extract-values-from-main-tcl-file-output-file-t

[ns] How can I remove all headers and then just re-instate the TCP and IP headers

2014-02-20 Thread PhoenixRe
I am working on a simulation for a data center comparing TCP, DCTCP and MPTCP and a PhD student I was talking about told me that I should tell ns2 to remove all headers and then just re-instate the TCP and IP headers because otherwise the performance sucks. Any idea on how you do that on what exac

[ns] Neighbors List

2014-02-20 Thread gajendra
Hello it possible to collect the information and printing all next hop node from a certain node. I have tried it with rt->rt_nexthop command but it gives only next hop node which are in current path. But i need all one next hop node which are in current communication path -- View this mess

[ns] Neighbors List

2014-02-20 Thread gajendra
Hello it possible to collect the information and printing all next hop node from a certain node. I have tried it with rt->rt_nexthop command but it gives only next hop node which are in current path. But i need all one next hop node which are in current communication path -- View this messa

[ns] Neighbors List

2014-02-20 Thread gajendra
Helloit possible to collect the information and printing all next hop node from acertain node.I have tried it with rt->rt_nexthop command but it gives only next hop nodewhich are in current path.But i need all one next hop node which are in current communication path -- View this message in con