[ns] How to use TraNS (VANETs)?

2007-09-19 Thread Jamal Toutouh

Hello all,

I am new in this field and I want to use TraNS to simulate VANETs and I
have some troubles:

1º Is TraNS the best choice for my work (VANETs simulation)?

2º Can someone tell me if I am wrong in the idea of how I can use TraNS?
TraNS use:
  =
1. Use SUMO to define everithing about the movement of the nodes.
2. Use NS-2 to define the kind of WiFi connection between the nodes.

3º Can some one tell me where can I find a tutorial or example files to use in 
TraNS.

Thank you very much..



   

Sé un Mejor Amante del Cine 
¿Quieres saber cómo? ¡Deja que otras personas te ayuden!
http://advision.webevents.yahoo.com/reto/entretenimiento.html


[ns] How to work (simulate) 802.11G in ns?

2007-09-24 Thread Jamal Toutouh

Hello all,

I want to simulate a Wireless ad-hoc network, but the network
is based on IEEE 802.11G protocol and I am not very sure about
where I have to define that.

Thank you...




   

Sé un Mejor Amante del Cine 
¿Quieres saber cómo? ¡Deja que otras personas te ayuden!
http://advision.webevents.yahoo.com/reto/entretenimiento.html


[ns] Using TraNS for VANETs

2007-09-24 Thread Jamal Toutouh

Hello all,

I am new in this field and I want to use TraNS to simulate VANETs and I
have some troubles:

1º Is TraNS the best choice for my work (VANETs simulation)?

2º Can someone tell me if I am wrong in the idea of how I can use TraNS?
TraNS use:
  =
1. Use SUMO to define everithing about the movement of the nodes.
2. Use NS-2 to define the kind of WiFi connection between the nodes.

3º Can some one tell me where can I find a tutorial or example files to use in 
TraNS.

Thank you very much..



   

Sé un Mejor Amante del Cine 
¿Quieres saber cómo? ¡Deja que otras personas te ayuden!
http://advision.webevents.yahoo.com/reto/entretenimiento.html


[ns] LMR routing protocol

2007-10-01 Thread Jamal Toutouh

Hello,

How are you?
I just want to know if it is possible to find some implementation of 
the LMR routing protocol or if it is possible to implement a new 
routing protocol.

Thank you very much
Cordially Jamal




   

Sé un Mejor Amante del Cine 
¿Quieres saber cómo? ¡Deja que otras personas te ayuden!
http://advision.webevents.yahoo.com/reto/entretenimiento.html


[ns] Add New Application and Agent why it doesn't work??

2007-10-23 Thread Jamal Toutouh

Hello all,

I am trying to use the example Add New Application and Agent that we can find
here - http://nile.wpi.edu/NS/
but it doesn't work, when I am trying to execute the example file ex-mm-app.file
   $ns ex-mm-app.tcl
I obtain a ERROR:
invalid command name Agent/UDP/UDPmm
while executing
Agent/UDP/UDPmm create _o132 
invoked from within
catch $className create $o $args msg
(procedure new line 3)
invoked from within
new Agent/UDP/UDPmm
invoked from within
set udp_s [new Agent/UDP/UDPmm]
(file ex-mm-app.tcl line 69)

I found out that a lot of people has this problem, can someone tell me how to 
solve it??
I have made all the steps that are written in the tutorial, but nothing..:-(

Thank you very muc..




   

Sé un Mejor Amante del Cine 
¿Quieres saber cómo? ¡Deja que otras personas te ayuden!
http://advision.webevents.yahoo.com/reto/entretenimiento.html


[ns] -Add New Application and Agent- why it doesn't work??

2007-10-23 Thread Jamal Toutouh

Hello all,

I am trying to use the example Add New Application and Agent that we can find
here - http://nile.wpi.edu/NS/
but it doesn't work, when I am trying to execute the example file ex-mm-app.file
   $ns ex-mm-app.tcl
I obtain a ERROR:
invalid command name Agent/UDP/UDPmm
while executing
Agent/UDP/UDPmm create _o132 
invoked from within
catch $className create $o $args msg
(procedure new line 3)
invoked from within
new Agent/UDP/UDPmm
invoked from within
set udp_s [new Agent/UDP/UDPmm]
(file ex-mm-app.tcl line 69)

I found out that a lot
 of people has this problem, can someone tell me how to solve it??
I have made all the steps that are written in the tutorial, but nothing..:-(

Thank you very muc..



   

Sé un Mejor Amante del Cine 
¿Quieres saber cómo? ¡Deja que otras personas te ayuden!
http://advision.webevents.yahoo.com/reto/entretenimiento.html


[ns] Cygwin make problem

2007-10-24 Thread Jamal Toutouh

Hi all,

I am new to NS. I am running NS on cygwin on Windows XP.

I was trying the 'make depend' and 'make' commands to see if they are
working properly. I did not make any changes to any files after i installed
NS. However, I received the errors shown below while i used the 'make'
command:

ucb; do ( cd $i; make all; ) done
make[1]: Entering directory `/home/ns-2.29/indep-utils/cmu-scen-gen/setdest'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ns-2.29/indep-utils/cmu-scen-gen/setdest'
make[1]: Entering directory `/home/ns-2.29/indep-utils/webtrace-conv/dec'
g++ -c -Wall -DCPP_NAMESPACE=std -I. -I/home/tclcl-1.17 -I/home/otcl-1.11
-I/home/include -I/home/include -I/usr/include/pcap -o proxytrace2any.o
proxytrace2any.cc
proxytrace2any.cc: In function `int main(int, char**)':
proxytrace2any.cc:112: error: `IsLittleEndian' undeclared (first use this
function)
proxytrace2any.cc:112: error: (Each undeclared identifier is reported only
once for each function it appears in.)
proxytrace2any.cc:120: error: `ToOtherEndian' undeclared (first use this
function)
make[1]: *** [proxytrace2any.o] Error 1
make[1]: Leaving directory `/home/ns-2.29/indep-utils/webtrace-conv/dec'
make[1]: Entering directory `/home/ns-2.29/indep-utils/webtrace-conv/epa'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ns-2.29/indep-utils/webtrace-conv/epa'
make[1]: Entering directory `/home/ns-2.29/indep-utils/webtrace-conv/nlanr'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ns-2.29/indep-utils/webtrace-conv/nlanr'
make[1]: Entering directory `/home/ns-2.29/indep-utils/webtrace-conv/ucb'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ns-2.29/indep-utils/webtrace-conv/ucb'

I do not understand why this error is appearing. Can anyone help me with
this? Thanks in advance.



   

Sé un Mejor Amante del Cine 
¿Quieres saber cómo? ¡Deja que otras personas te ayuden!
http://advision.webevents.yahoo.com/reto/entretenimiento.html


[ns] Stop Wait over UDP

2007-10-26 Thread Jamal Toutouh

Hello all,

I am trying to develo an Application agent which implements
StopWait protocol, and send a packet with a given size.

Can someone help me??
Is there some code or example that I could see before starting 
writing the C++ code??

Thank you
 

Jamal Toutouh El Alamin
NEO Group - Networking and Emerging Optimization
University of Malaga

Phone: (+34) 952 13 33 03

Addres:
E.T.S Ingenieria Informatica
Complejo Tecnologico, Lab. 3.3.4b
Campus de Teatinos
29071 Malaga, Spain
-




   

Sé un Mejor Amante del Cine 
¿Quieres saber cómo? ¡Deja que otras personas te ayuden!
http://advision.webevents.yahoo.com/reto/entretenimiento.html


[ns] How to colour nam simulations??

2007-11-07 Thread Jamal Toutouh

Dear all,

How are you?

I want to show some simulations using NAM, but the problem is that I want to 
show
the different packets that are created by diferent nodes with different colours.

I am simulating mobil nodes that uses wifi connections.

Thank you...
 

Jamal Toutouh El Alamin
NEO Group - Networking and Emerging Optimization
University of Malaga

Phone: (+34) 952 13 33 03

Addres:
E.T.S Ingenieria Informatica
Complejo Tecnologico, Lab. 3.3.4b
Campus de Teatinos
29071 Malaga, Spain
-




   
__ 
Pregunta, Responde, Descubre. 
Comparte tus consejos y opiniones con los usuarios de Yahoo! Respuestas 
http://es.answers.yahoo.com/info/welcome


[ns] Why I cannot see anythin using NAM in Wired-cum-wireless Marc Greis' Examples?

2007-11-08 Thread Jamal Toutouh

Hello all,

I am trying to see the simulation unsing NAM but I cannot see anyting.
Does someone know WHY?
There is some other tool to see the simulations??

Thank you...
 

Jamal Toutouh El Alamin
NEO Group - Networking and Emerging Optimization
University of Malaga

Phone: (+34) 952 13 33 03

Addres:
E.T.S Ingenieria Informatica
Complejo Tecnologico, Lab. 3.3.4b
Campus de Teatinos
29071 Malaga, Spain
-




   
__ 
Pregunta, Responde, Descubre. 
Comparte tus consejos y opiniones con los usuarios de Yahoo! Respuestas 
http://es.answers.yahoo.com/info/welcome


[ns] How can I locate (co-ord) Base Stations??

2007-11-08 Thread Jamal Toutouh

Hello NS users,

I want to locate the BS in a specific positions, for example 
For example using:

  $BS_(0) set X_ 100.
  $BS_(0) set Y_ 200.
  $BS_(0) set Z_ 0.

  $BS_(1) set X_ 300.
  $BS_(1) set Y_ 200.
  $BS_(1) set Z_ 0.

and the mobil-node node move from one to one

The problem is that when I am show this simulaition with NAM I just show one of 
the BS_() in 
its possition, the others are just in the possitions that I define with the 
links

  $ns_ duplex-link-op $BS_(0) BS_(1) orient right

So. Where is the problem??

I saw that some people use 
   
 set bs1_ [create-base-station 1.1.0 1.0.0 200 200 0]
 set bs2_ [create-base-station 1.2.0 1.0.0 200 600 0]

But it doesn't work.

Thank you.


Jamal Toutouh El Alamin
NEO Group - Networking and Emerging Optimization
University of Malaga

Phone: (+34) 952 13 33 03

Addres:
E.T.S Ingenieria Informatica
Complejo Tecnologico, Lab. 3.3.4b
Campus de Teatinos
29071 Malaga, Spain
-




   
__ 
Pregunta, Responde, Descubre. 
Comparte tus consejos y opiniones con los usuarios de Yahoo! Respuestas 
http://es.answers.yahoo.com/info/welcome


[ns] Re: Re: Why I cannot see anythin using NAM in Wired-cum-wireless Marc Greis' Examples?

2007-11-08 Thread Jamal Toutouh

Dear Mathias,


Have you already read the manual and the how-tos given on the ns2
 homepage?

There is explained in detail, how to get your simulation shown in
 NAM.



Yes, of course.
And I know how I can do it in norma ways, Wired and wireless scenarios.

The problem is that I am trying to simulate Wired-cum-wireless scenarios and 

it doesn't work as usual  :-(



Does someone know why??

 

Jamal Toutouh El Alamin
NEO Group - Networking and Emerging Optimization
University of Malaga

Phone: (+34) 952 13 33 03

Addres:
E.T.S Ingenieria Informatica
Complejo Tecnologico, Lab. 3.3.4b
Campus de Teatinos
29071 Malaga, Spain
-

- Mensaje original 
De: Matthias Kuhnert [EMAIL PROTECTED]
Para: Jamal Toutouh [EMAIL PROTECTED]
Enviado: jueves, 8 de noviembre, 2007 10:29:03
Asunto: Re: [ns] Why I cannot see anythin using NAM in Wired-cum-wireless Marc 
Greis' Examples?

Have you already read the manual and the how-tos given on the ns2
 homepage?
There is explained in detail, how to get your simulation shown in
 NAM.
Basically you insert a statement in the tcl simulation script, to
 output the nam-trace to a specified file and open this file with nam...



 Original-Nachricht 
 Datum: Thu, 8 Nov 2007 09:10:55 + (GMT)
 Von: Jamal Toutouh [EMAIL PROTECTED]
 An: NS-users list ns-users@ISI.EDU
 Betreff: [ns] Why I cannot see anythin using NAM in
 Wired-cum-wireless MarcGreis\' Examples?

 
 Hello all,
 
 I am trying to see the simulation unsing NAM but I cannot see
 anyting.
 Does someone know WHY?
 There is some other tool to see the simulations??
 
 Thank you...
  
 
 Jamal Toutouh El Alamin
 NEO Group - Networking and Emerging Optimization
 University of Malaga
 
 Phone: (+34) 952 13 33 03
 
 Addres:
 E.T.S Ingenieria Informatica
 Complejo Tecnologico, Lab. 3.3.4b
 Campus de Teatinos
 29071 Malaga, Spain
 -
 
 
 
 

 __ 
 Pregunta, Responde, Descubre. 
 Comparte tus consejos y opiniones con los usuarios de Yahoo!
 Respuestas 
 http://es.answers.yahoo.com/info/welcome

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail






   
__ 
Pregunta, Responde, Descubre. 
Comparte tus consejos y opiniones con los usuarios de Yahoo! Respuestas 
http://es.answers.yahoo.com/info/welcome


[ns] Radio obstacles simulation

2007-12-10 Thread Jamal Toutouh

Hello all,

How are you?

I am simulating VANETs using ns-2 and sometimes VanetMobiSim to define the 
Mobility Models,
but now I have a problem, because I want to simulate buildings, trees,... so 
radio obstacles.

Can someone tell me how or where I can find the  information?

Thank you 
 

Jamal Toutouh El Alamin
NEO Group - Networking and Emerging Optimization
University of Malaga

Phone: (+34) 952 13 33 03

Addres:
E.T.S Ingenieria Informatica
Complejo Tecnologico, Lab. 3.3.4b
Campus de Teatinos
29071 Malaga,
 Spain
-






  
¿Chef por primera vez? - Sé un mejor Cocinillas.
Entra en Yahoo! Respuestas.






   
__ 
¿Chef por primera vez?
Sé un mejor Cocinillas. 
http://es.answers.yahoo.com/info/welcome

[ns] [ binding variables

2008-02-22 Thread Jamal Toutouh



Jamal Toutouh El Alamin
NEO Group - Networking and Emerging Optimization
University of Malaga

Phone: (+34) 952 13 33 03

Addres:
E.T.S Ingenieria Informatica
Complejo Tecnologico, Lab. 3.3.4b
Campus de Teatinos
29071 Malaga, Spain
-

- Mensaje reenviado 
De: Jamal Toutouh [EMAIL PROTECTED]
Para: NS-users list ns-users@isi.edu
Enviado: jueves, 21 de febrero, 2008 16:57:44
Asunto: [ns] binding variables

Hello all,

I have develop a new app layer over udp. I know how to bind INPUT VARIABLES, 
but I don't know how to do to return values to read the in my tcl simularion 
file.

I have written the next code:

// Constructor (also initialize instances of timers)
VDTPapp::VDTPapp() : running_(0), snd_timer_(this), ack_timer_(this)
{
  bind(chunk_size_, chunk_size_);
  bind(file_size_, file_size_);
  bind(pktsize_, pktsize_);
}

chunk_size_, file_size_, and pktsize_  are input variable, can someone tell me 
how
can I bind OUTPUT variables.

Thank you...



Jamal Toutouh El Alamin
NEO Group - Networking and Emerging Optimization
University of
 Malaga

Phone: (+34) 952 13 33 03

Addres:
E.T.S Ingenieria Informatica
Complejo Tecnologico, Lab. 3.3.4b
Campus de Teatinos
29071 Malaga, Spain
-





LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com





   
__ 
¿Con Mascota por primera vez? Sé un mejor Amigo. Entra en Yahoo! Respuestas 
http://es.answers.yahoo.com/info/welcome

[ns] DSR routing protocol problem

2008-02-22 Thread Jamal Toutouh

Hello All,

I have a problem when I try to simulate a wireless network, just
when I use DSR routing protocol. When I use others I have not 
any problem.
The problem is that during the simulation there is an EXCEPTION 
with the next message:

7 [main] ns 1880 _cygtls::handle_exceptions: Exception: STATUS_ACCES_VIOLATION 
1833 [main] ns 1880 _open_stackdumpfile: Dumping stack trace to ns.exe.stackdump

can someone tell me why?

Best regards... Jamal
 

Jamal Toutouh El Alamin
NEO Group - Networking and Emerging Optimization
University of Malaga

Phone: (+34) 952 13 33 03

Addres:
E.T.S Ingenieria Informatica
Complejo Tecnologico, Lab. 3.3.4b
Campus de Teatinos
29071 Malaga, Spain
-




   
__ 
¿Con Mascota por primera vez? Sé un mejor Amigo. Entra en Yahoo! Respuestas 
http://es.answers.yahoo.com/info/welcome

[ns] AODV re-routing

2008-02-22 Thread Jamal Toutouh

Hello,

I want to know if there is some code or ns command, to ask a new 
routing, i mean, to update the AODV routing tables.
Because sometimes it doesn't work.

Cheers...
 

Jamal Toutouh El Alamin
NEO Group - Networking and Emerging Optimization
University of Malaga

Phone: (+34) 952 13 33 03

Addres:
E.T.S Ingenieria Informatica
Complejo Tecnologico, Lab. 3.3.4b
Campus de Teatinos
29071 Malaga, Spain
-




   
__ 
¿Con Mascota por primera vez? Sé un mejor Amigo. Entra en Yahoo! Respuestas 
http://es.answers.yahoo.com/info/welcome

[ns] wired-cim-wireless simulation

2008-03-28 Thread Jamal Toutouh


Dear all,

I have simulated wired-cum-wireless scenarios with several nodes.
Now, I want to simulate wired-cum-wireless scenarios with several FAs.


Can someone help me? I am not very sure about the domain configuration.


Thank you
 

Jamal Toutouh El Alamin
NEO Group - Networking and Emerging Optimization
University of Malaga

Phone: (+34) 952 13 33 03

Addres:
E.T.S Ingenieria Informatica
Complejo Tecnologico, Lab. 3.3.4b
Campus de Teatinos
29071 Malaga, Spain
-





  
Enviado desde Correo Yahoo!
Disfruta de una bandeja de entrada más inteligente..
  






  __ 
Enviado desde Correo Yahoo!
Disfruta de una bandeja de entrada más inteligente. 
http://es.docs.yahoo.com/mail/overview/index.html

[ns] Wimax simulation problem

2008-04-04 Thread Jamal Toutouh

Hello,

I have downloaded the WiMAX for Ns-2 from 
http://ndsl.csie.cgu.edu.tw/wimax_ns2.php
The installations seems that was correct, but now, when I am trying to execute 
the 
examples I have this problem:


macbook-pro-de-jamal-toutouh:ns-2.29 jamal$ ns tmp.tcl 
num_nodes is set 3
INITIALIZE THE LIST xListHead
bs  send DL-MAP
Bus error


and it finishes


Thank you for your help


Cordially Jamal
 

Jamal Toutouh El Alamin
NEO Group - Networking and Emerging Optimization
University of Malaga

Phone: (+34) 952 13 33 03

Addres:
E.T.S Ingenieria Informatica
Complejo Tecnologico, Lab. 3.3.4b
Campus de Teatinos
29071 Malaga, Spain
-






  __ 
¿Con Mascota por primera vez? Sé un mejor Amigo. Entra en Yahoo! Respuestas 
http://es.answers.yahoo.com/info/welcome

[ns] Avoid traces during simulations

2008-04-28 Thread Jamal Toutouh

Hello,

I want to simulate without using the standard trace file, because 
it spends a lot of time writing in the trace file.

Is there some trick to avoid the standard trace file?

Thank you...

 
Jamal Toutouh El Alamin
NEO Group - Networking and Emerging Optimization
University of Malaga

Phone: (+34) 952 13 33 03

Addres:
E.T.S Ingenieria Informatica
Complejo Tecnologico, Lab. 3.3.4b
Campus de Teatinos
29071 Malaga, Spain
-



  __ 
Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.