Re: [ns] What's wrong with this code?

2006-08-24 Thread Filippos Kolovos
1.5 "$server_app send 300 #Schedule the finish time $ns at 3.0 "finish" #Run (begin) the simulator $ns run Hope that I have helped Regards, -Fk On 8/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > -- Forwarded message ------ > From: "임

Re: [ns] What's wrong with this code?

2006-08-23 Thread Renata Vidal
who is "agents_(source) "? Why you have twice the same comand? $ns connect $client_tcp $server_tcp $ns connect $server_tcp $client_tcp On 8/22/06, "임인택 (Intaek Lim)" <[EMAIL PROTECTED]> wrote: > > Hello, I just wrote simple tcl script for ns but it did not work. > > - > > set n

[ns] What's wrong with this code?

2006-08-22 Thread 임인택 (Intaek Lim)
Hello, I just wrote simple tcl script for ns but it did not work. - set ns [new Simulator] set client [$ns node] set server [$ns node] $ns duplex-link $client $server 10Mb 10ms DropTail $ns duplex-link-op $client $server queuePos 0.5 set client_tcp [new Agent/TCP/FullTcp] set