[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Testbed-admins] how to start an experiment without going through web interface



> We are running "Vers: 4.160 Build: 06/17/2009".  We originally set it
> up last summer.  It's not directly accessible from the internet, but we
> can give you an account if you want to log in and poke around.  We'll
> also be setting up a new development boss and ops pretty soon, so that
> might solve the problem.
> 
> The ns file is pasted below.

> ========================
> set ns [new Simulator]
> ...
> $ns run
> ========================

Ah, you are missing a critical line in your ns file. The very first
line should be:

source tb_compat.tcl

Lbs