[ns] LEACH for ns2

2009-03-16 Thread Douglas Restrepo
Hi Forum... Can some body tell me if there are some implementation of LEACH for NS2. Thankyou

[ns] where i can download NS3

2009-01-27 Thread Douglas Restrepo
Hi forum... why the size of ns2.29 is 68Mb and the ns3 is only 1.1Mb where i can download the ns3 full version? or what i have to install the ns3 version Thankyou

[ns] what is most stable version of NS2

2009-01-16 Thread Douglas Restrepo
Hi NS2 forum... Can some body tell me what is the most stable version of NS2. I have to do a project with the LEACH protocol and I'd like work with a good version of NS2. Thank you.

[ns] use tcl variable in c

2008-11-25 Thread Douglas Restrepo
Hello How can i get the value of a tcl variable since mi code in C??? For example if i need to use the variable val(nn) in my code, so if(val(nn) == 3) { something } how can i do it. Thanks

[ns] how to use the beacon's

2008-11-23 Thread Douglas Restrepo
Hi forum Can some body tell me what is the best way to synchronize nodes with beacons. I don't know what is the best parameter to do it for example, if i have this conf. $ns_ at 0$node_(32) NodeLabel \PAN Coordinator\ $ns_ at 0$node_(32) sscs startPANCoord 0

[ns] how use the sleep mode

2008-11-12 Thread Douglas Restrepo
Hello Im working in a new protocol for wireless sensor networks (in 802.15.4), and in the simulation im not using beacon. can some body tell how to put a node in sleep mode??? its posibble put a node in sleep mode without use a beacon??? i know that there are some functions in the code for

[ns] Rv: how to synchronize nodes

2008-11-11 Thread Douglas Restrepo
Hello... 1. Some body can tell me how to synchronize nodes 2. and ...how to put them in sleep mode. thank you very much

[ns] how to stop the mac traffic

2008-11-07 Thread Douglas Restrepo
Hi NS2 people... I'm working in a simulation con 101 nodes (wireless - 802.15.4) and the simulation is OK, the problem is when i consult the trace file .tr. for example, if i suspend the cbr traffic in the simulation, the whole trace contains only MAC traces (s, r and d packets), and each

[ns] how to stop the mac traffic

2008-11-07 Thread Douglas Restrepo
Hi NS2 people... I'm working in a simulation con 101 nodes (wireless - 802.15.4) and the simulation is OK, the problem is when i consult the trace file .tr. for example, if i suspend the cbr traffic in the simulation, the whole trace contains only MAC traces (s, r and d packets), and each

[ns] Set energy for a node

2008-10-31 Thread Douglas Restrepo
Hello I have a question. I need to set the energy for a specific node in a specific time. for example $ns_ at time_x $node_(32) energy=10 How can id do it? Thank you

[ns] Rv: Set energy for a node

2008-10-28 Thread Douglas Restrepo
Hello I have a question. I need to set the energy for a specific node in a specific time. for example $ns_ at time_x $node_(32) energy=10 How can id do it? Thank you

[ns] Set energy for a node

2008-10-28 Thread Douglas Restrepo
Hello I have a question. I need to set the energy for a specific node in a specific time. for example $ns_ at time_x $node_(32) energy=10 How can id do it? Thank you

[ns] nam file

2008-10-14 Thread Douglas Restrepo
Hi... 1. Can somebody tell me if it's possible add some lines to the nam file. For example, at time 5.0 some node receive a CBR packet, then i add to the nam file n -t time -s 0 -S DLABEL -l [hola mundo] -L 2. Im working with wireless nodes, and would like to know if its

[ns] nam file

2008-10-14 Thread Douglas Restrepo
Hi... 1. Can somebody tell me if it's possible add some lines to the nam file. For example, at time 5.0 some node receive a CBR packet, then i add to the nam file n -t time -s 0 -S DLABEL -l [hola mundo] -L 2. Im working with wireless nodes, and would like to know if its

[ns] Trace file

2008-10-08 Thread Douglas Restrepo
Hello I'm parsing the trace files of my simulation. In this file i have... s -t 0.00032 -Hs 0 -Hd -1 -Ni 0 -Nx 76.43 -Ny 3.83 -Nz 0.00 -Ne 49.82 -Nl MAC -Nw --- -Ma 0 -Md -Ms 0 -Mt 0 N -t 0.000320 -n 40 -e 49.59 N -t 0.000320 -n 38 -e 49.59 N -t 0.000320 -n 31 -e

[ns] Modify the struct hdr_lrwpan

2008-07-28 Thread Douglas Restrepo
Hello Im trying to send some data since the phy layer until the upper layers. I want to add a value in the psdu (packet) to take it in my routing protocol. My question is: is there some problem if I add some fields to the hdr_lrwpan (p802_15_4pkt.h) struct? this field will modify the size of

[ns] tiene el ns2 el 802.15.4 incluido???

2008-06-26 Thread Douglas Restrepo
Hola a todos. Tengo una inquietud con respecto al simulador, y es... ahora estoy trabajando con simulador ns2, y he instalado un paquete que descargue desde la pagina http://ees2cy.engr.ccny.cuny.edu/zheng/pub/ , que al parecer es para trabajar con 802.15.4. lo que no se, es si el simulador

[ns] what happen with this error...

2008-06-19 Thread Douglas Restrepo
Dear all Excuse me for my questions, but i'm going crazy trying to install my new protocol. i have read the nsrt-howto.pdf. and when I install it. and put make in the console i get ... diffusion3/ns/diffagent.o diffusion3/ns/diffrtg.o diffusion3/ns/difftimer.o

[ns] how to use/install a new protocol???

2008-06-17 Thread Douglas Restrepo
hello as i said previously, i am working in a new protocol (made in C) and now i want to install this protocol over ns to make a call in this way set val(rp)aodv i have copied my files in the ns directory but when i compile some tcl file i have a lot of error, i must to compile some

[ns] Rv: PLEASE: ... help with compilation

2008-06-11 Thread Douglas Restrepo
- Mensaje reenviado De: Douglas Restrepo [EMAIL PROTECTED] Para: ns ns-users@isi.edu Enviado: miƩrcoles, 11 de junio, 2008 19:16:08 Asunto: PLEASE: ... help with compilation Dear all. I am trying to compile my code but always get this error

[ns] how to call function PD_DATA_indication

2008-06-06 Thread Douglas Restrepo
Hello I am trying to call the function PD_DATA_indication (void Phy802_15_4::PD_DATA_indication(UINT_8 psduLength,Packet *psdu,UINT_8 ppduLinkQuality)) which is in the file p802_15_4phy.cc, to get the ppduLinkQuality value. can anyone tell me how to call this function since mi tcl code and

[ns] it's possible to get lqi???

2008-05-28 Thread Douglas Restrepo
Hello... I'm working in a new protocol (i'm using ns 2.31, and 802.15.4). But i need to know/get the value of LQI. When i'm parsing the traces files i can see the packets dropped for LQI. for example D 40.185642829 _21_ MAC LQI 0 AODV 55 [0 1d 800] --- [29:255 -1:255 20 0] [0x2

[ns] Get Link Quality Detection - LQD

2008-05-27 Thread Douglas Restrepo
Hi all I am working in a new protocol (over 802.15.4), this is made in c++; now, i'm an trying to get LQD since my code but i don't know how can i get this value? can somebody tell me anything about this? thank's for your help. ;-) PD: i'm working with ns-2.31