[ns] Compile error on HP-UX 11.x

2006-02-09 Thread Emanuele Vecchio
Hi to everybody, I'm trying to compile NS (version allinone-2.29) under HP-UX 11.11, but I'm stuck with a strange error while compiling "net-ip.o", because it says: aggregate 'ip_mreq mr' has incomplete type and cannot be defined I've searched the archives and Googled for an expl

Re: [ns] problem in recovering tclscripts

2006-02-18 Thread Emanuele Vecchio
. This script is also available in the sources in ~ns/tcl/ex/simple.tcl.ยป but it means you can find in your _source_package_ under that directory, _not_ in the website. Hope this helps! -- :::: Emanuele Vecchio Happy Debian GNU/Linux User : [EMAIL PROTECTED] ::

Re: [ns] ns-2.28 make problem-undefined reference to tcl

2006-02-20 Thread Emanuele Vecchio
Il giorno lun, 20/02/2006 alle 09.40 +, vishnupriya padmanabhan ha scritto: > well.recently i did few changes and when i tried to > do ./configure,make clean and make the following error occured Does running `make clean` _before_ `./configure` solve the problem? -- Emanuele V

Re: [ns] problem with FullTcp!!!!

2006-02-20 Thread Emanuele Vecchio
eive also other messages) I get a lot of errors . You should put two different agents TCP/FullTcp on both nodes, then attach the sending application to one agent and the listening app to the other agent. I've been stuck with it for a long time ... :-/ Hope this helps! -- :::: Emanuele Vecchio :

[ns] Mailing list Reply-to

2006-02-20 Thread Emanuele Vecchio
st, so that a future search will report the result. Hope to hear some news from you, -- :::: Emanuele Vecchio Happy Debian GNU/Linux User : [EMAIL PROTECTED] ::

Re: [ns] mathematical calculations of droped pcks.

2006-02-27 Thread Emanuele Vecchio
uot;$x[1] $throughput\n"; $clock += $granularity; $sum = 0; } } $throughput = $sum / $granularity; $throughput /= 100; # just for Mbps ... print "$x[1] $throughput\n"; close DATA; exit 0; Hope it helps, -- Emanuele Vecchio Happy Debian GNU/Linux User : [EMAIL PROTECTED] ::

Re: [ns] mathematical calculations of droped pcks.

2006-02-27 Thread Emanuele Vecchio
if you have several type of traffic (TCP, UDP, etc ...) in your simulation my script it's not what you need: write your own. Fourth: RTFS! http://www.catb.org/~esr/jargon/html/R/RTFS.html -- Emanuele Vecchio Happy Debian GNU/Linux User : [EMAIL PROTECTED] ::

Re: [ns] Fwd: wireless emulator

2006-02-27 Thread Emanuele Vecchio
Il giorno lun, 27/02/2006 alle 14.26 +0530, anil reddy ha scritto: >how to calculate no of lost data packets in ns2 mathematically? http://mailman.isi.edu/pipermail/ns-users/2006-February/054151.html http://mailman.isi.edu/pipermail/ns-users/2006-February/054155.html -- :::: Emanu

Re: [ns] using awk with Aodv

2006-02-27 Thread Emanuele Vecchio
ebruary/054151.html http://mailman.isi.edu/pipermail/ns-users/2006-February/054155.html Hope it helps, -- Emanuele Vecchio Happy Debian GNU/Linux User : [EMAIL PROTECTED] ::

Re: [ns] tk8.4.11 make failed!

2006-02-27 Thread Emanuele Vecchio
s and output of ./configure -- Emanuele Vecchio Happy Debian GNU/Linux User : [EMAIL PROTECTED] ::

Re: [ns] Compiling error NS-2 on Solaris 9

2006-02-28 Thread Emanuele Vecchio
or you ... :-) - which compiler are you using? g++ or something else? - is the Makefile correct? I saw some errors which stuck my compiling such as "CFLAGS += $(DEFINE)" - does your system support standard namespace in C++? Try posting the output of ./configure, maybe something went wrong there.

Re: [ns] memory full due to large simulations

2006-02-28 Thread Emanuele Vecchio
data which i can't compromise. Use a Linux live distro, e.g. Knoppix, to boot your computer. Mount (in write mode) the partition in which you have the trace file and delete some of them. Reboot and you should have your Linux running. -- Emanuele Vecchio Happy Debian GNU/Linux User : [EMAIL PROTECTED] ::

Re: [ns] reading trace files

2006-03-03 Thread Emanuele Vecchio
t? Thanks in advance, Best, Nauman Read the manual, or just google for it. Here's what I found: http://k-lug.org/~griswold/NS2/ns2-trace-formats.html -- Emanuele Vecchio Happy Debian GNU/Linux User : [EMAIL PROTECTED] ::