Actually, everything worked out well with my colleagues. But I am getting the above said errors while trying to execute the file. I guess its not the problem with 'new' command. To say frankly I dont know TCL but working out my assignment by learning it now. Some of my colleagues succeeded in...
I am not getting what you r asking for. If you r a bit clearer in ur question I will try to let u know. Thats all the script I have been using so far. And I am not a good user either. Any help pls?
It creates a new Simualtor instance and initializes it to ns_ . It works well in my practice. As I am new to TCL I am not quite professional in using it.
Hi,
You can find the task description here at this link: http://www.cs.tut.fi/kurssit/TLT-2756/assignment2.pdf
My task it to plot a graph of Fairness indices against different TCP packet sizes in a wired and wireless network transmission. I am trying to calculate throughput and fairness...
Hi,
This is the procedure.
proc finish {} {
global ns_ tracefd namtracefd myfile
$ns_ flush-trace
close $tracefd
close $namtracefd
close $myfile
exec nam wired-and-wireless.nam &
}
Though I am closing all the data files in the finish procedure still its showing...
Hi Everybody,
I am learning TCL and very new to it. I have been trying to execute some tcl script in a console. It runs the script well in the starting but sometimes it says the following error:
ns: finish:
while executing
"close $namtracefd"
(procedure "finish" line 5)
invoked...
Hello alls,
I am a newbie to Tcl. I am at very beginning stage. In my assignment I have to operate with floating point values.
I have to get an exact division value of a division operation with tcl strings. Can anybody please help me either by showing some material online or writing down...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.