Re: [ns] How to turn off trace

2006-01-03 Thread Filippos Kolovos
You simply do not include in your script any of the commands trace-all, or namtrace-all, nor trace-queue. This will disable any tracing in your simulation -Fk On 1/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > -- Forwarded message -- > From: Myung-Ah Park <[EMAIL PROTE

Re: [ns] random-motion parameter of a wireless node

2006-01-03 Thread Sita S. Krishnakumar
Peyman, Thanks for the reply. I figured out my problem - I was not calling start after enabling random-motion. I now see movement in NAM. -Sita > Hi Sita, > Mobile node can moves randomly by default. If you set random-motion value > the mobile node won't move randomly, but still you can move it

Re: [ns] new wiki for nsnam project

2006-01-03 Thread Lee Begg
> > We are discussing the licensing of wiki contributions on the > > ns-developers list, but expect the wiki text to be covered by > > GNU GPL or > > other free documentation license. > > The Creative Commons License is the non-code version of the GPL. More > information can be found here: > >

[ns] Calling Connector::drop(Packet* p, const char* s) doesn't generate trace entries, why?

2006-01-03 Thread Fuad Abinader Jr
Hi all, I'm using an Raw/Agent which at certain moment drops packets, by calling the drop(Packet* p, const char* s). Since it extends Agent, which extends Connector, and since the method is only defined at Connector and never overridden, I suppose that when I call drop() from my class which de

Re: [ns] How to use two version of NS2?

2006-01-03 Thread Thomas Michael Bohnert
Another solution for the same issue. One more, an alias could work too. On Wednesday 04 January 2006 00:08, you wrote: > I think you should change the configurations in .bashrc. > > Just use .install in two versions directory, then change the .bashrc. > > On 1/3/06, Thomas Michael Bohnert <[E

[ns] Help edcf implementation,last touch!!

2006-01-03 Thread michael dahis
I m trying to implement the edcf function and using the site http://mailman.isi.edu/pipermail/ns-users/2005-June/050531.html i copied the file needed to installation,but in the 2 instruction in the parafrath it is said to copy some file 80211e_EDCF_CFB.tgz ??? where can i get thise file? _

Re: [ns] Movement of a mobile node within a radius

2006-01-03 Thread Kamal Gakhar
Hi, I think A node movement file should do. Take a look in ns2~/tcl/mobility. On 1/2/06, Sita S. Krishnakumar <[EMAIL PROTECTED]> wrote: > > > Hello, > I would like to have some mobile nodes in a topography move within a > prescribed radius (with starting point as center). I would like for them >

Re: [ns] new wiki for nsnam project

2006-01-03 Thread Tom Henderson
>It's helpfull to write a page that illustrate instruction to install ns2 >on varius linux distribution. > >Can I make in "Install_ns" section ? > >Thanks. > >Salvo. > I agree that installation help that users contribute will be very useful to add. There is already some initial text there at:

Re: [ns] How to use two version of NS2?

2006-01-03 Thread Thomas Michael Bohnert
just change the name in the make file. Example: Makefile.in - snip - NS = ns-old - snip - run "./configure && make install" again and you are done. Thomas On Tuesday 03 January 2006 11:44, Guy Israeli wrote: > Hi all, > > I would like to use two version of NS2, and old version and a new ve

Re: [ns] new wiki for nsnam project

2006-01-03 Thread Bob McConnell
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tom Henderson > Sent: Monday, January 02, 2006 7:52 PM > To: ns-developers; ns-users@ISI.EDU > Subject: [ns] new wiki for nsnam project > > > All, > We've started a wiki for ns-2 and nam: > http://ns

[ns] HELP EDCF IMPLEMENTATION!!!!!

2006-01-03 Thread michael dahis
Hello to everyone!! Me and my partners are trying without any succes to implement EDCF and HCF protocol in NS-2.28, we r doing this in order to simulate WLAN networks has anybody did it! If someone did thise i will be thery happy to get one:) p.s Wassim thank u i m trying to get another versio

[ns] How to use two version of NS2?

2006-01-03 Thread Guy Israeli
Hi all, I would like to use two version of NS2, and old version and a new version. I know how to install 1 version of ns. what i would like to do is, for instance to call each ns version like this in terminal/bash > ns-old example.tcl and for the new >ns-new example.tcl thus running example.t

[ns] Movement traces

2006-01-03 Thread karim zerioh
Hi, Is there any traces publicaly available of movement traces of users of a location aware application such as a city guide for example? Thanks ___ To help you stay safe and secure online, we've developed the all new Y

Re: [ns] random-motion parameter of a wireless node

2006-01-03 Thread Peyman Behbahani
Hi Sita, Mobile node can moves randomly by default. If you set random-motion value the mobile node won't move randomly, but still you can move it by changing the coordinates either in your tcl or scenario files. Hope it helps, Peyman -Original Message- From: [EMAIL PROTECTED] [mailto:[E

[ns] packet transmission by C code

2006-01-03 Thread Christos Antonopoulos
Hello everybody and happy New Year I want to be able to initiate the transmission of a single packet from one node to another through C++ code (something like a notification packet). Can someone give me some guide-lines about how can I do it ? Thanks Christos