Re: [ns] Testing out parameters, enumerating/exhausting parameter space

2009-09-17 Thread Johannes Buchner
Hi again, So with 2 parameters you would do something like for param1 in $(seq 1 10) do for param2 in $(seq 1 100 10) do [ check if this simulation has been run already ] continue # do the simulation, e.g for ns-3 ./waf --run scratch/myfirst \

[ns] help me for 802.11e

2009-09-17 Thread ali bala
hi i installed 802.11e tkn under ns-2.31 and after installation of that i run multi_udpflows.tcl of course i run this example with 1000 sec instead of 1 sec and i get this message : num_nodes is set 5 wired node 0 created wired node 1 created wired node 2 created INITIALIZE THE LIST

[ns] how stop the scheduler?

2009-09-17 Thread pedro chaparro
hi, i wonder how can i stop the scheduler from c++ code? and after stop it , how can i re-start? thanks -- Ing Pedro Alonso Chaparro Valero Ciudad Politecnica de la InnovaciĆ³n iTEAM - Mobile Communications Group Polytechnic University of Valencia C\ Camino de Vera S/N, Edificio 8G 46022

[ns] c++/otcl linkage

2009-09-17 Thread imranuk
Hi, Does anybody knows required process to link in a new module in NS2,particularly required files and location in directories, required locations of file name in the makefile list. Your's Thankfully, Muhammad Imran Khan MSc, Salford

[ns] NIST MOBILITY NS2.29

2009-09-17 Thread El hadi Cherkaoui
hi all, i want to download NIST module (without errors) for NS2.29 . The one provide by : http://w3.antd.nist.gov/seamlessandsecure/pubtool.shtml#tools seams to have error of compilation. Please thank's to send me the good version for NS2.29. Best regards

[ns] Error: after make

2009-09-17 Thread umang singh
hi all please tell me how to come out from this error. umang r...@umang ns-2.33]# make g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINU X_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_ OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H

Re: [ns] how stop the scheduler?

2009-09-17 Thread pedro chaparro
hi, i've been looking out the links u said me, i've seen there is a halted_ variable which control if scheduler is halted or not (i presume) , i wanna see this and i create into scheduler.h a public fucntion to get the value of the protected variable halted_ int pst() {return halted_;} and into