Re: [ns] configure ns problem

2007-03-26 Thread Luqman
s not work / or additioally, you can try make clean make Regards, -- Luqman

[ns] problems after tampering with the queue

2007-02-02 Thread Luqman
just took a packet from the queue, changed the retransmission counter and put that packet back on the queue at the same place. Nothing else was changed. Any ideas? -- Luqman

Re: [ns] How to disable all the trace outputs

2007-01-18 Thread Luqman
dy know how can I turn off tracing completely? Maybe you can provide (part of) your code. This would help understand the mistake. Regards, -- Luqman

Re: [ns] random number not really random in my script [SOLVED]

2007-01-12 Thread Luqman
hi all, for the sake of completion. > Luqman wanted us to know: > >Though errors are inserted in the received packets these errors occur at >the same place during every run of simulation. > >I think this is not intended so. Random variable should contain >different numb

[ns] how to override default value?

2006-12-05 Thread Luqman
warning during simulation run but then I have correct value for that variable. I can live with that if the solution is not easily found. Hopefully there are no bad side effects when I ignore the warning. Your views are much appreciated. /Luqman -- Luqman

[ns] problem accessing c++ variable from ns-2 sim code (bind issue?)

2006-12-04 Thread Luqman
VideoTrace()); } } class_video_trace; VideoTrace::VideoTrace() : status_(0) { video_size_ = ; bind("video_size_", &video_size_); } Your comments are very much appreciated. If you think there is another and/or better way, please share it with me. Regards, -- Luqman

[ns] LL implementation in ns-2 RFC conformant?

2006-11-22 Thread Luqman
frame. After a timer is expired, this frame is marked as missing. This is how standard (RFC) says. I do not know whether something like is enabled in current version of ns2? Your thoughts are much appreciated. Regards, -- Luqman

Re: [ns] How to exclude the droped packet from trace file

2006-11-22 Thread Luqman
ore, "NS simulator for beginners" describes how to reduce size of trace files with gawk, perl, grep etc. under unix-based operating systems. Good luck. Regards, -- Luqman

Re: [ns] Installing ns-2.26 in FC5!

2006-11-17 Thread Luqman
ted edition 2005). It comes with gcc-3.4.3 and installation of ns2.28 and ns2.30 worked fine on it. Cheers, -- Luqman

Re: [ns] Installation problem Linux x86_64

2006-08-31 Thread Luqman
> ivan guardiola wanted us to know: > >Checking for XOpenDisplay in -X11 . no > >Can't find X library > Please have a look in mailarchives before posting. You probably need x development files. -- Luqman

Re: [ns] what I\'m interested in is interface queue

2006-08-28 Thread Luqman
Please adjust maximum line size to less than 70 characters. Regards, Luqman

Re: [ns] validate: some tests in ./test-all-webcache failed

2006-08-28 Thread Luqman
#x27;t know what else to try I would like to have a go with it. But I don't know where to use that option. I used allinone package. Any ideas? -- Luqman

[ns] validate: some tests in ./test-all-webcache failed

2006-08-28 Thread Luqman
ation result is not tampered by these faults. Thus I would be grateful for any ideas. Cheers, -- Luqman

Re: [ns] ns 2 allinone installation error in Xgraph and TK

2006-08-28 Thread Luqman
1/cursorfont.h: No such file or directory > In file included from xgraph.c:32: Please install XFree86 development libraries. Cheers, -- Luqman

Re: [ns] installation problem Linux X86_64

2006-08-28 Thread Luqman
>Checking for XOpenDisplay in -lX11. no > >Can't find X library I would install XFree86 development libraries. -- Luqman

Re: [ns] Help: ns installation failed

2006-08-25 Thread Luqman
> Luqman wanted us to know: > >hello, > >I am trying to install ns2.28 on Ubuntu 6.06 with following components: > >gcc version 3.3.6 >GNU bash, version 3.00.16(1)-release (i386-pc-linux-gnu) >2.6.15-26-386 > Just for the sake of completeness, I did installa ns2 s

[ns] Help: ns installation failed

2006-08-22 Thread Luqman
[ns] Fehler 1 (engl: error 1) Ns make failed! See http://www.isi.edu/nsnam/ns/ns-problems.html for problems I have tried a lot of different combinations of gcc/bash and distros. The above mentioned combination has brought me closest. Can anyone give me a hint, please? Regards, -- Luqman

[ns] A simple umts scenario

2006-07-12 Thread Luqman Munawar
in anticipation. cheers, Luqman . #Create a simulator object set ns [new Simulator] #Open the nam trace file set nf [open out.nam w] $ns namtrace-all $nf #Define a 'finish' procedure proc finish {} { global ns nf $ns f