[ns] What's wrong with that code?

2007-01-22 Thread giantpassos
Hi everybody, Could someone show me the errors in this source code. Regards, Diego Passos. # # Define Node Configuration paramaters # set val(chan)

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

2006-08-24 Thread Filippos Kolovos
, -Fk On 8/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: -- Forwarded message -- From: 임인택 (Intaek Lim) [EMAIL PROTECTED] To: ns-users@ISI.EDU Date: Wed, 23 Aug 2006 11:39:44 +0900 Subject: [ns] What's wrong with this code? Hello, I just wrote simple tcl script for ns

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 ns [new

[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