[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] compiling changed files in /tcl/lib directory
I tried your link, it works fine
-Ya
Here is the page:
Re: [ns] Read input variable in tcl file
To: Kim <[email protected]>
Subject: Re: [ns] Read input variable in tcl file
From: Lloyd Wood <[email protected]>
Date: Sat, 22 Apr 2000 23:54:01 +0100 (BST)
cc: [email protected]
In-Reply-To:
<Pine.LNX.4.10.10004221322300.6739-100000@server.gigabitwireless.com>
Organization: speaking for none
Reply-To: [email protected]
Sender: [email protected]
Been there, done that, even posted the code to the ns-users mailing
list. (not that it's in the lossy archives, which need fixing).
Read:
http://www-mash.cs.berkeley.edu/dist/archive/ns-users/0002/0361.html
L.
would someone please regenerate the list archives from the complete
mailboxes?
<[email protected]>PGP<http://www.ee.surrey.ac.uk/Personal/L.Wood/>
On Sat, 22 Apr 2000, Kim wrote:
> Date: Sat, 22 Apr 2000 13:37:05 -0700 (PDT)
> From: Kim <[email protected]>
> To: [email protected]
> Subject: [ns] Read input variable in tcl file
>
> Hi NS-users.
>
> Actually I have one file.tcl and I would like to
> collect simulation results by keeping the execution file
> and just modifying input
> parameters from outside.
>
> Let me give you an example.
> Here is file.tcl code which get input parameters from
> outside. (link_speed, link_delay alike)
>
> If we make it with C code only not NS,
> ...a.out 1(Mbps) 1(sec)... and before the execution
> we should make some reading blocks inside C code.
>
> How can I make it with NS. I want to be able to do it
> inside tcl code.
> Here is my imagination. It can be false.
> ... ns file.tcl 1(Mbps) 1(sec)...
> we need some coding in file.tcl for the above execution.
>
> Thanks in advance.
>
> Sincerely Yours,
> Tai Suk Kim
Follow-Ups:
[ns] Compiling the tcl files
From: Wael Noureddine <[email protected]>
References:
[ns] Read input variable in tcl file
From: Kim <[email protected]>
Prev by Date: [ns] Read input variable in tcl file
Next by Date: [ns] a correction to configure TCL DEBUG
Prev by thread: [ns] Read input variable in tcl file
Next by thread: [ns] Compiling the tcl files
Index(es):
Date
Thread
On Fri, 26 Oct 2001, Onno Kievit wrote:
> Dear ns-users,
>
> If I change a tcl file in the /tcl/lib directory (e.g.
> ns-default.tcl) and recompile ns nothing happens. I read the
> archives where I found a pointer to the solution of this
> problem
> (http://www.isi.edu/nsnam/archive/ns-users/webarch/2000/msg01923.html).
>
> However the pointer doesn't work anymore. Can anyone please
> give me the solution?
>
> Thanks,
>
> Onno
>
>