Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by munnadee

  1. munnadee

    Error while running tcl script in Linux, pls help

    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...
  2. munnadee

    Error while running tcl script in Linux, pls help

    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?
  3. munnadee

    Error while running tcl script in Linux, pls help

    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.
  4. munnadee

    Error while running tcl script in Linux, pls help

    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...
  5. munnadee

    Error while running tcl script in Linux, pls help

    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...
  6. munnadee

    Error while running tcl script in Linux, pls help

    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...
  7. munnadee

    floating point representation

    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...

Part and Inventory Search

Back
Top