[ns] Stack several agents in the same node

2008-06-30 Thread Mats Folke
-users/2005-July/050874.html I use ns-2.33 on Linux. Best wishes, -- Mats Folke, M.Sc., Tech.lic Research Engineer Ericsson AB Office: +46 8 7571385 Ericsson Research Fax: +46 920 99621 P.O. Box 920Mobile: +46 76 1271385 SE-971 28 Luleå

Re: [ns] installation problem (.\install) [resent]

2008-08-20 Thread Mats Folke
Hi! Try "./install" not ".\install". Best wishes, Mats Folke Nour wrote: > - Message d'origine > De : Nour <[EMAIL PROTECTED]> > À : ns-users@isi.edu > Envoyé le : Mercredi, 20 Août 2008, 9h33mn 07s > Objet : installation problem (.\i

Re: [ns] TCP's packet size does not vary with the FTP's packetsize.

2008-09-25 Thread Mats Folke
perfect realization of the real world. There is a parameter Agent/TCP set packetSize_ 1000 # packet size used by sender (bytes); at http://www.isi.edu/nsnam/ns/doc/node396.html. Perhaps that may help you? Many wishes, Mats Folke Mayur wrote: > Tatiana Polishchuk wrote: >> Did y

Re: [ns] tracing on the User-equipement in UMTS network

2008-10-31 Thread Mats Folke
-existence of transmission opportunities? Lots of questions. Good hunting, Mats Folke Imen HEDFI wrote: > Hi, > > When simulating a traffic over an UMTS network, I obtain a trace > format containing the following lines (an extract of the trace file)) > > + 11.319203 0 1 AM_

Re: [ns] tracing on the User-equipement in UMTS network

2008-11-03 Thread Mats Folke
hat the first node created will get node id 0, the second 1 and so on. Check your script and look for the order of creation among the nodes. Since you don't get any packets to node 2 (according to your trace, which is why you must be certain you are tracing correctly) there must be

Re: [ns] simulation of UMTS in NS2

2008-11-09 Thread Mats Folke
Hi! The 5th Framework project SEACORN developed EURANE which is a UMTS extension to ns-2. There are patch files for ns-2.30 and corresponding manuals. HSDPA is also included. http://eurane.ti-wmc.nl/eurane/ Best wishes, Mats Folke esmat shoja wrote: > Hi to all Ns_users, > Does a

Re: [ns] Questions are never answered

2009-02-17 Thread Mats Folke
his might be useful for people (like myself) not using English as their mother tounge. Take care, -- Mats Folke, M.Sc., Lic.Eng. Research Engineer Ericsson AB Office: +46 10 7171385 Ericsson Research Fax: +46 920 99621 P.O. Box 920Mobile: +

Re: [ns] Graph plotting problem with tracegraph n NS visual traceanalyzer?

2009-02-20 Thread Mats Folke
, Mats Folke Syed Faraz Hasan wrote: > Hi everyone! > > I am using tracegraph and NS2 Visual Trace Analyzer to plot results > of NS-2.33 simulations. When I simulated wired-wireless scenarios > last time, both softwares failed to plot its graph. I wrote to NS2 > Visual Trace Analyz

Re: [ns] Graph plotting problem with tracegraph n NS visual trace analyzer?

2009-02-20 Thread Mats Folke
Hi! Look at chapter 3 in http://www-sop.inria.fr/maestro/personnel/Eitan.Altman/COURS-NS/n3.pdf Best wishes, Mats Folke Syed Faraz Hasan wrote: > Thanks for writing back Mats! > > Problem is that I neither know perl nor awk. However, I am starting > to learn awk in a few days t

Re: [ns] How to Drop Packets From a Particular Sender

2009-03-13 Thread Mats Folke
27;ve come across where I would like to drop packets have been Connector objects. Best regards, Mats Folke Teerawat Issariyakul wrote: > Hi, > > Suppose you have a pointer "p". You can drop the packet by executing > > > Packet::free(p) > > Also the packet &

Re: [ns] UMTS on NS-2

2009-03-24 Thread Mats Folke
cl line 42 This is because ns-2 (without the patch) does not understand the instructions in those tcl files. You need the patch to be able to run the tcl files. Regards, -- Mats Folke, M.Sc., Lic.Eng. Research Engineer Ericsson AB Office: +46 10 7171385 Ericsson Research Fax: +46 920 99621 P.O. Box 920Mobile: +46 76 1271385 SE-971 28 Luleå Sweden

Re: [ns] UMTS on NS-2

2009-03-25 Thread Mats Folke
ticipation > > Faraz > > > From: ns-users-boun...@isi.edu [ns-users-boun...@isi.edu] On Behalf > Of Mats Folke [mats.fo...@ericsson.com] > Sent: Tuesday, March 24, 2009 12:47 AM > To: ns-users@isi.edu > Subject: Re: [ns] U

Re: [ns] UMTS on NS-2

2009-03-26 Thread Mats Folke
perl, python, awk, Java, C, ...) and go with it. Best regards, Mats Folke Bello Lawal wrote: > Hello, > > Pls. can u help me with scripts that can extract the files i need in > trace file. > > I will be very gratefull. > > Thank u > > --- On Wed, 3/25/09, Mats

Re: [ns] UMTS-WIFI Handover using NIST module

2009-03-26 Thread Mats Folke
lculations of the radio environment and easily implement movement, but it is complex to design and implement and extends the simulation time. Chose your poison. Best regards, Mats Folke Carlos Rodrigues wrote: > Without movement, yes. > > UMTS traces do not have the same format as

Re: [ns] UMTS AKA PROTOCOL NS-2 CODE PROBLEM

2009-04-14 Thread Mats Folke
might be a better option than simulation. If you on the other hand are looking for performance, then simulation _might_ be an option. "A problem well formulated is half solved", Good luck! Mats Folke florence rashidi wrote: > Hi > Iam a masters student at Huazhong Universit

Re: [ns] script umts

2009-04-26 Thread Mats Folke
Hi! If you are using EURANE, there is no possibility to move the UMTS users. It is not supported. To simulate user movement you need to generate traces in MATLAB. How to do this is described in the user manual for EURANE. Good luck! Mats Folke sofia insat wrote: > Hi, > > I won

Re: [ns] Re : Steps to install eurane??

2009-05-25 Thread Mats Folke
. Good luck! Mats Folke sofia insat wrote: > I would like to add that when I execute make install > I obtain this error: > > for d in /usr/local/man/man1; do \ > if [ ! -d $d ]; then \ > mkdir -p $d ;\ > fi;\ > done > /usr/bin/install -c -m 7

Re: [ns] timer on tcl

2009-05-25 Thread Mats Folke
Hi! The timer method is probably not executed because the finish-method gets scheduled first. Both methods should execute at 50s, but for some reason "finish" ends up ahead in the scheduler. My suggestion is to set the finish-time at 50.1s. Good luck! Mats Folke El hadi Cherk

Re: [ns] GPRS simulation in NS-2

2009-06-03 Thread Mats Folke
you want other cellular protocols you can search for EURANE which has UMTS and HSDPA. Good luck! Mats Folke Swaroop Shere wrote: > Please refer this link... > http://www.cs.binghamton.edu/~kliu/research/ns2code/index.html#gpsr > > regards, > Swaroop > > --- On Tue, 2/

Re: [ns] UMTS on NS-2

2009-08-17 Thread Mats Folke
Hi! Did you remember to recompile ns-2, as the instructions imply? Best wishes, -- Mats Folke, M.Sc., Lic.Eng. Research Engineer Ericsson AB Office: +46 10 7171385 Ericsson Research Fax: +46 920 99621 P.O. Box 920Mobile: +46 76 1271385 SE