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

2007-10-26 Thread bilge kartal
Hi, I had same problem before. I m using same version but under XP via Cygwin. I m not sure this help. you should be under the ns-2.31 directory. And then ./configure ./make clean ./make Good luck Bilge On 10/25/07, minisivakumar vellore <[EMAIL PROTECTED]> wrote: > > > Hi all > I am using n

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. y

[ns] How to use trace file (e.g. xyz.tr) in NS 2.28 Fedora4

2007-10-26 Thread SuNiL SoNi
Note: forwarded message attached. SuNiL SoNi Lecturer (CE) L.C. Institute of Technology, Bhandu - 384 120. Ta: Visnagar Di: Mehsana Office: +91- 02765- 287145 Ext: 114 Mobile: 98987 51570 Save all your chat conversations. Find them online at http://in.messenger.yahoo.com/webmessengerpr

[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 $n

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-

[ns] ns-slot handler execution

2007-10-26 Thread Ramzi Tka
Hi all, I got the following error while executing a ns simulation with an RSVP agent : --- Classfier::no-slot{} default handler (tcl/lib/ns-lib.tcl) --- _o1586: no target for slot 137660660 _o1586 type: Classifier/Port content dump: classifier _o1586 0 offset 0 shift 2147483

[ns] ns-slot{} procedure execution

2007-10-26 Thread Ramzi Tka
Hi all, I got the following error while executing a ns simulation with an RSVP agent : --- Classfier::no-slot{} default handler (tcl/lib/ns-lib.tcl) --- _o1586: no target for slot 137660660 _o1586 type: Classifier/Port content dump: classifier _o1586 0 offset 0 shift 2147483

[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 $n

[ns] Stop & Wait over UDP

2007-10-26 Thread Jamal Toutouh
Hello all, I am trying to develo an Application agent which implements Stop&Wait 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] run examples in ns2

2007-10-26 Thread Meng Min
Hello ns-users, I m installing ns 2.27 on Windows XP. When i run examples in Xwin, ns example1.tcl, it always says: bash: ns: command not found. Why? Thanks! Best regards, Min Meng

[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 nee

[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 $n

[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 proble

[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 t

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

[ns] How to set the transmission and interference range in ns-2

2007-10-26 Thread Gabrial Monty
Dear all, We all know that to set the the interference and transmission range we use the follwing commands: Phy/WirelessPhy set CSThresh_ 3.1622777e-12 ;# Carrier Sensing threshold Phy/WirelessPhy set RXThresh_ 3.1622777e-11 ;# receiver signal threshold