[ns] Simulation glibc errors and warnings

2008-07-15 Thread Jamal Toutouh
list: 0x0c3c3900 *** *** glibc detected *** malloc(): memory corruption: 0x0bd23150 *** *** glibc detected *** double free or corruption (!prev): 0x0be3c0b8 *** can someone tell me how I can avoid them? Thank you... Jamal Toutouh El Alamin NEO Group

[ns] Execution warnings and errors.

2008-07-11 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

[ns] Simulations and documentation already to be downloaded

2008-06-02 Thread Jamal Toutouh
/staff/jamal/index.html In the Technical Work section. I am going to update the information as soon as possible. Jamal Toutouh El Alamin NEO Group - Networking and Emerging Optimization University of Malaga

[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 -

[ns] Wimax simulation problem

2008-04-04 Thread Jamal Toutouh
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

[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

[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 Optimiz

[ns] DSR routing protocol problem

2008-02-22 Thread Jamal Toutouh
: 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

[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

[ns] Radio obstacles simulation

2007-12-10 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

[ns] How can I use Tcl_TraceVar() to bind variables?

2007-11-09 Thread Jamal Toutouh
Can someone help me. Jamal Toutouh El Alamin NEO Group - Networking and Emerging Optimization University of Malaga Phone: (+34) 952 13 33 03 Addres:

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

2007-11-08 Thread Jamal Toutouh
em 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 Optimi

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

2007-11-08 Thread Jamal Toutouh
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 Eme

[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

[ns] How to colour nam simulations??

2007-11-07 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

[ns] How to use AppData to pass data through UDP??

2007-10-29 Thread Jamal Toutouh
Hello all, How are you?? Can some Help me?? I want to pass data using UDP, I know that I have to use AppData, but I don't know HOW Thank you Jamal Toutouh El Alamin NEO Group - Networking and Emerging Optimization University of M

[ns] udp sendmsg how to use it?

2007-10-29 Thread Jamal Toutouh
) nbytes --> bytes of datapacket or udp?? data --> variable with data packet?? flags --> variable with data packet?? or Header DataPacket?? ---- Jamal Toutouh El Alamin NEO Group - Networking and Emerging Optimization University

[ns] Stop & Wait over UDP

2007-10-26 Thread Jamal Toutouh
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.

[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;

[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 e

[ns] Extending NS. How to create another Application agent?

2007-10-23 Thread Jamal Toutouh
Hello all, I want to create a new Application over UDP which uses ACK to control that the packets have arrived, I didn't find any application like this in NS-2, so I was thinking to extend NS with this one, but I am not really sure about the steps, can someone show me some example of that? I ha

[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 e

[ns] How to create an Application agent

2007-10-23 Thread Jamal Toutouh
Hello all, How are you? I need to simulate an application over UDP that send files given a filesize, but I am not really sure if I can use some traffic application angent or I have to develop some application agent. So, what can I do?? Thank you.Jamal _

[ns] Real throughput and some data in UDP

2007-10-22 Thread Jamal Toutouh
Hello all, How are yo?? I am trying to simulate an application which send 1Mbyte using UDP protocol, this file is splitted in a chuncks of 25Kbytes, and I want to compute the real throughput. If I want to specify this 25Kbytes, I have to do it in [Agent/UDP] packetSize or in [Application/Traff

[ns] Monitors or Traces??

2007-10-18 Thread Jamal Toutouh
Dear all, How are you?? I have to simulate and analyze some MANETs, for the analysis I neeed some measures: - Connection time - Number of disconnections - Number of attemps per packet - Throughput The problem is that I tried to do that using new wireless traces, but this solution is not real

[ns] IEEE 802.11G in ns-2??

2007-10-17 Thread Jamal Toutouh
Dear all, How are you? I am fine, here, in Spain I want to use IEEE 802.11G and I have found these two choices. Which is the solution for my problem?? # -- FIRST CHOICE - #define DSSS_CWMin15 #define DSSS_CWMax1023 #define DS

[ns] Some idea for interpretation of ns traces

2007-10-02 Thread Jamal Toutouh
Hello, Can someone tell me how I could obtain some statistics using trace files?, I was wondering about counting using the UNIX command "grep" or something like this. Thank you very much Sé un M

[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 __

[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 e

[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 de

[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 e