Re: [ns] make clean, make depend, make do not take effect

2007-10-26 Thread Usman Ashraf
Hi, Here are my two cents, perhaps one of the following could be the problem: 1. Perhaps you are not executing the make/make clean commands in the right directory, you have to do it in /ns-whatever/ns-2.31 directory or 2. You are not calling the right protocol in your tcl script file e.g.

[ns] catch $self cmd $args ret error means

2007-10-26 Thread poonam mehta
set ns [new Simulator] #Open the nam trace file set nf [open out.nam w] $ns namtrace-all $nf #Open the Trace file set tf [open out.tr w] $ns trace-all $tf #Define a 'finish' procedure proc finish {} { global ns nf tf $ns flush-trace #Close the trace file close

Re: [ns] make clean, make depend, make do not take effect

2007-10-26 Thread dzib1
Hi, try make clean, make, sudo make install from /ns-whatever/ns-2.31 directory Filip Hi, Here are my two cents, perhaps one of the following could be the problem: 1. Perhaps you are not executing the make/make clean commands in the right directory, you have to do it in

[ns] error error when calling class $cls: $args $... , , , , means???

2007-10-26 Thread poonam mehta
set ns [new Simulator] #Open the nam trace file set nf [open out.nam w] $ns namtrace-all $nf #Open the Trace file set tf [open out.tr w] $ns trace-all $tf #Define a 'finish' procedure proc finish {} { global ns nf tf $ns flush-trace #Close the trace file close

[ns] Stop Wait over UDP

2007-10-26 Thread Jamal Toutouh
Hello all, I am trying to develo an Application agent which implements StopWait protocol, and send a packet with a given size. Can someone help me?? Is there some code or example that I could see before starting writing the C++ code?? Thank you

[ns] core network

2007-10-26 Thread Brenda Lindsay Williams
Can you pls help me... I'm working on VoIP core networks... I'm basically connecting 4 WAN models via an edge network to the core... The core consist of only routers whose function is to route voice packets amoongst the WANs... can you pls give me an idea of what my tcl script will look like I

[ns] _o3 cmd configure-ldp-on-all-mpls-nodes error means

2007-10-26 Thread poonam mehta
set ns [new Simulator] #Open the nam trace file set nf [open out.nam w] $ns namtrace-all $nf #Open the Trace file set tf [open out.tr w] $ns trace-all $tf #Define a 'finish' procedure proc finish {} { global ns nf tf $ns flush-trace #Close the trace file close

[ns] urgent help regarding installing ns2.28

2007-10-26 Thread harpreet
  hi i am trying to load ns-allinone-2.28 on my fedora core-4 linux..but this gives me problem while making ns2 shows some file named xpcs something missing or this can't find these files. and then i tried to load this on current version of cygwin this loaded alright gives no

[ns] Question About using evalvid

2007-10-26 Thread panahe pejman
Dear Friends: I have a question about using evalvid pack. After execute ./MP4Box -hint -mtu 1024 -fps 30 -add a01.m4v a01.mp4 command to produce .mp4 file when running ./mp4trace -f -s 192.168.0.2 12346 a01.mp4 st_a01 , to send a hinted mp4-file per RTP/UDP to a specified destination host

Re: [ns] run examples in ns2

2007-10-26 Thread WangYaogong
you should add relevant directories to the environment variables, otherwise bash could not locate where ns is. Date: Fri, 26 Oct 2007 09:32:49 -0700 From: [EMAIL PROTECTED] To: ns-users@ISI.EDU Subject: [ns] run examples in ns2 Hello ns-users, I m installing ns 2.27 on Windows XP. When