[ns] how to add secod interface to node

2006-08-27 Thread Przemysław Krekora


Hello,

I want to create a node with two or three interfaces. Could you tell me how to 
add the second interface to node

Best regards
Przemyslaw Krekora



[ns] Tracegraph: How to convert trace file ...???

2006-08-27 Thread sara MA

Hello all:

I don't know how I can convert my tracefile to load it to tracegraph.
my file is around 6000Kbwhat does it mean load it slowly?...the
converter converts only 32 Kb and dump.tr.ip 1000 lines.

After I converted( that I don't know how can I do it), how can I load both
trace file and ip file to the TG together, do I need t do anything by myself
or it will be done automatically. then using .cfg file getting noip.tr then
load it again to TG...???

I'm using old wireless trace format and trgraph 2.02.

I really appriciate if somebody can help me to use this graph.

Thanks a lot.
Sara

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



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

2006-08-27 Thread sundara lakshmi

Hi
   
  When i try to install ns2 allinone under linux, i got the error as 
   
  xgraph.h:10:21: X11/Xos.h: No such file or directory
  xgraph.h:11:22: X11/Xlib.h: No such file or directory
  xgraph.h:12:23: X11/Xutil.h: No such file or directory
  xgraph.h:13:28: X11/cursorfont.h: No such file or directory
  In file included from xgraph.c:32:
  ...
  ...
  and more
   
  what is the reason and what should i do recover it?
   
  Regards
  Sundaralakshmi


-
Get your email and more, right on the  new Yahoo.com 


[ns] installation problem Linux X86_64

2006-08-27 Thread ivan guardiola

I am currently installing  the ns-allinone-2.29.3.tar.gz after unpacking the
file and running the ./install in the appropriate directory. I obtain the
following error:

Checking for XOpenDisplay in -lX11. no

Can't find X library 

tclcl-1.17 configuration failed! Exiting...

 

I am would appreciate if anyone could tell me how to fix this problem.
Thanks and hope hear from someone soon.

 

 

Ivan G. Guardiola

Research Assistant

Dept. of Industrial Engineering

Texas Tech University

email: [EMAIL PROTECTED]

 



Re: [ns] measuring various parameters in ns

2006-08-27 Thread Giorgis Georgakoudis

You have to parse the trace file. Use awk or perl and you can google for some 
scripts.

ggeorgak

On Sunday 27 August 2006 21:48, Aritra Das wrote:
> hi
>
> i am simulating an wireless scenario in ns. i want to get the packet
> delivery ratio, total number of routing packets transmiited, total number
> of data packets transmitted, end to end delay at the ned of the simulation,
> preferably printed to a file. can anyone please help me how to get these.
>
> thanks in advance
>
> Aritra Das



[ns] measuring various parameters in ns

2006-08-27 Thread Aritra Das

hi

i am simulating an wireless scenario in ns. i want to get the packet
delivery ratio, total number of routing packets transmiited, total number of
data packets transmitted, end to end delay at the ned of the simulation,
preferably printed to a file. can anyone please help me how to get these.

thanks in advance

Aritra Das


Re: [ns] ns installation

2006-08-27 Thread Mohadig Rousstia

hallo Ray,
  
  my suggestion, write these in your cygwin terminal:
  
tar xzvf ns-allinone-2.28-cygwin-binaries.zip
  
  then go into the ns-allinone ... directory
  
  then type 
  
  ./install
  
  Regards
  
  Mohadig Widha
medhabi ray <[EMAIL PROTECTED]> wrote:  
i have installed cygwin in c drive.. i had downloaded  
ns-allinone-2.28-cygwin-binaries.zip... then i extracted its contents  into my 
cygwin folder.. then i cant understand how to install ns...  please help..
 
-
 Here's a new way to find what you're looking for - Yahoo! Answers 
 Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it 
NOW



-
Stay in the know. Pulse on the new Yahoo.com.  Check it out. 


[ns] Error building nam in Ubuntu Breezy Badger

2006-08-27 Thread Dani Camps

Hi, 
 
I am a newbye in NS2, I want to give it a try so I
downloaded the 2.29 allinone version. Everything
installed perfect except nam. The error that says
when
compiling nam is the following:
 
=
xwd.c:87:29: error: X11/Xmu/WinUtil.h: No such file
or
directory
make: *** [xwd.o] Error 1
=

It's in the file xwd.c in the include:
#include 
 
I don't know if that include makes reference to my
'/usr/X11R6/X11' directory or the
'/ns-allinone-2.29/tk8.4.11/xlib/X11/' directory but
in any of them I have this 'WinUtil.h' file.

So what component am I missing to install to get
this
WinUtil.h file and proceed with the nam installation
?

Best Regards

Dani 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Re: [ns] I have tried to put queue-monitor on the wireless node

2006-08-27 Thread Filippos Kolovos

-
I also have the same problem and after some searching in the architecture (
i.e. NS-manual)
of NS, I noticed that the monitor objects as they are now, upon their
initialization
are getting attached to a link object, not a node. This will not work for
wireless networks,
since there is no physical link from the start to attach a node to, but it
is created on demand.

One solution would be to attach (manually - by changing the tcl code of the
wireless node
creation) the monitor objects directly to the wireless node and from thereon
to monitor
every packet that is inserted, queued and dropped directly at the node.
Check chapter 16 about
wireless node creation and then chapter 25 "Trace and monitoring support"
and specifically
the section about the monitor objects, to see how they are attached to the
link object of a wired node. The code is in TCL, so any changes will be
quick and easy to implement. Afterwards we can combine the techniques from
the 2 chapters and create a new "init-monitor " that gets attached to a
wireless node "per se" and not to a link.

Unfortunately, currently there is no straightforward method of implementing
this.
When I'll have it ready, I'll post it up. Or you maybe...

Regards,

-Fk


On 8/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> -- Forwarded message --
> From: "Amita Singh" <[EMAIL PROTECTED]>
> To: 
> Date: 26 Aug 2006 10:18:33 -
> Subject: [ns] I have tried to put queue-monitor on the wireless node
> Hi all,I have tried to put queue-monitor on the wireless node, but I got
> an error about link.Is it possible to use queue-monitor on wireless
> node.If possible, is there any example of how to use it. Othervise any
> other method to get interface queue length.Thanks in advance.
>
>

-- 
Filippos N Kolovos

Software Systems Analyst & Engineer
M.Sc. (Eng.) in Data Communications

Automation & Networking Department
University of Macedonia Library
Egnatia 156, P.O.Box 1591
540 06 Thessaloniki, Greece

E-Mail: [EMAIL PROTECTED],
   [EMAIL PROTECTED]
--