[ns] RFD devides in 802_15_4

2006-02-15 Thread juan manuel gomez garcia
Hello, I'm student and I'm making a project of WPAN(Wireless Personal Area Networks). I use the NS-2 module for IEEE 802.15.4 Standard developed by Jianliang Zheng for simulations but the devides model present in NS-2 does not support RFD devides. I need the code modifications for RFD devides.

Re: [ns] how to implement a routing protocol

2006-03-07 Thread juan manuel gomez garcia
2006 15:42:43 +0100 Hi, If you're interested in routing protocols for ad hoc networks, take a look here: http://masimum.dif.um.es/?Documents Regards, fran On Tuesday 07 March 2006 12:31, juan manuel gomez garcia wrote: Hello, I'm a new NS2 student and I want to know how I make a new routing

[ns] ping protocol

2006-03-08 Thread juan manuel gomez garcia
hello, I make the ping protocol of Marc Greis' tutorial but when I change the 'makefile' , I obtain the error when I do 'make': n -o ping/ping.o ping/ping.cc ping/ping.cc: In member function `virtual void pingAgent::recv(Packet*, Handler*)': ping/ping.cc:64: error: `off_ip_' undeclared

[ns] ping protocol

2006-03-08 Thread juan manuel gomez garcia
hello, I make the ping protocol of Marc Greis' tutorial but when I change the 'ns-default.tcl' , I obtain the next error when I run any tcl scrip /ns-allinone-2.29/ns-2.29/tcl/ex/$ ns wireless.tcl ns: [code omitted because of length] : invalid command name Agent/Ping while executing

[ns] new network protocol

2006-03-13 Thread juan manuel gomez garcia
Hello ns- users: I'm making a new protocol. In order to know how I can do it, I make the same ping protocol but with other name. I create a new folder in ns folder. Inside I create two files (zigbee.h and zigbee.cc) with the content of the ping files. Then I modify the follow files: packet.h

[ns] new network protocol

2006-03-13 Thread juan manuel gomez garcia
Hello ns- users: I'm making a new protocol. In order to know how I can do it, I make the same ping protocol but with other name. I create a new folder in ns folder. Inside I create two files (zigbee.h and zigbee.cc) with the content of the ping files. Then I modify the follow files: packet.h

[ns] new network protocol

2006-03-13 Thread juan manuel gomez garcia
Hello ns- users: I'm making a new protocol. In order to know how I can do it, I make the same ping protocol but with other name. I create a new folder in ns folder. Inside I create two files (zigbee.h and zigbee.cc) with the content of the ping files. Then I modify the follow files: packet.h

[ns] new network protocol

2006-03-13 Thread juan manuel gomez garcia
Hello ns- users: I'm making a new protocol. In order to know how I can do it, I make the same ping protocol but with other name. I create a new folder in ns folder. Inside I create two files (zigbee.h and zigbee.cc) with the content of the ping files. Then I modify the follow files: packet.h

[ns] error messages

2006-03-14 Thread juan manuel gomez garcia
Hello ns-users: I make a new protocol. It is the same that ping protocol but with other name. I make the necessary changes in ns2 that Marc Greis' tutorial said. But when I run the ping.tcl changing ping agent for my own agent, I obtain the follow error: ns: _o59 recv 2 42.0: (_o59 cmd

[ns] error messages

2006-03-14 Thread juan manuel gomez garcia
Hello ns-users: I make a new protocol. It is the same that ping protocol but with other name. I make the necessary changes in ns2 that Marc Greis' tutorial said. But when I run the ping.tcl changing ping agent for my own agent, I obtain the follow error: ns: _o59 recv 2 42.0: (_o59 cmd

[ns] Routing protocol

2006-03-23 Thread juan manuel gomez garcia
Hello Pedro: I duplicate the BroadcastTimer object to myBroadcastTimer but I obtain a new error. I have observed that this error say that the multiple definitions are in zigbee.cc but I don't add nothing. I don't understand it. The error is: zigbee/zigbee.o:(.bss+0x10): multiple definition of

[ns] Routing protocol OK

2006-03-27 Thread juan manuel gomez garcia
Hello NS-users: I create another identical AODV ad hoc routing protocol in Ns-2 but I renamed it as ZIGBEE. I copy all the files in AODV to a new folder call zigbee and renamed all AODV files (.cc .h) to zigbee files (.cc .h). Then I clone the code and I have changed all the words

Re: [ns] Routing protocol OK

2006-04-04 Thread juan manuel gomez garcia
Hi Mohammad: This are the files that I've been changed: packet.h cmu_trace.h cmu_trace.cc ns_packet.tcl ns_default.tcl ns_lib.tcl priqueue.cc ns-mobilenode.tcl ns-agent.tcl Makefile Mohammad Abu Zaid [EMAIL PROTECTED] wrote: Dear Jaun, Can u

Re: [ns] Routing protocol OK

2006-04-04 Thread juan manuel gomez garcia
Hi Mohammad: This are the files that I've been changed: packet.h cmu_trace.h cmu_trace.cc ns_packet.tcl ns_default.tcl ns_lib.tcl priqueue.cc ns-mobilenode.tcl ns-agent.tcl Makefile Mohammad Abu Zaid [EMAIL PROTECTED] wrote: Dear Jaun, Can u

[ns] doubts zigbee routing

2006-04-24 Thread juan manuel gomez garcia
Hello Ns-users: I am making a project of wireless sensor networks based on the protocol Zigbee, in particular, a comparison between the wireless routing protocols AODV and ZIGBEE. For this, I need to implement the zigbee protocol. But there are certain aspects that I do not finish understanding

[ns] I want to know the address

2006-04-27 Thread juan manuel gomez garcia
Hello Ns-users: I don't know if it is posible but I want that my tcl script write me ( on file or on monitor) the Mac and routing node address. I see that in the trace file there are the parametres Is, Id,Md and Ms but it are node identifier, not hexadecimal address like .nsaddr_t or

[ns] confusion on the timers implementation

2006-05-31 Thread juan manuel gomez garcia
Hello Ns-users: I have doubts about the implementation of the timers because there are two forms. In AODV, they use: class HelloTimer : public Handler { public: HelloTimer(AODV* a) : agent(a) {} voidhandle(Event*); private: AODV*agent; Event intr; };

[ns] Problems found with input data

2006-11-13 Thread juan manuel gomez garcia
Hi ns-users: Some time ago I install the ns2 simulator. All works ok. I run my simulations and obtain the trace files. The last week I install Tracegraph OK to analized the trace file. And now, when I run a simulations I obtain the next message: ... Error in file `demo1.tr' at line 1112:

Re: [ns] need help for Make fail

2006-11-13 Thread juan manuel gomez garcia
This message wants to say that everything is still equal, that there are not any change. In other words, 'make' dont make anything. Dont worry, all work fine. From: pooja Vyavahare [EMAIL PROTECTED] To: ns ns ns-users@ISI.EDU Subject: [ns] need help for Make fail Date: Mon, 13 Nov 2006

Re: [ns] Mail from NS-2

2006-11-14 Thread juan manuel gomez garcia
Hi: This is an useful web page to install ns2 in windows: http://140.116.72.80/~smallko/ns2/setup_en.html (If this URL dont work, open Google and find in it) From: G Shafiullah [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Mail from NS-2 Date: Tue, 14 Nov 2006 12:34:17 +1000 Dear User, I

[ns] aodv implementations

2006-11-22 Thread juan manuel gomez garcia
Hello: Can someone tell me what is the version or the implementations of AODV that have ns2-2.28 : KERNEL-AODV NIST Implementation ? AODV-UU Uppsala University Implementation? AODV Windows Implementation? UoBWinAODV Windows Implementation? AODV-UIUC Implementation? AODV-UCSB Implementation?

[ns] sleep a node

2006-11-28 Thread juan manuel gomez garcia
Hello ns-users: I working with IEEE 802_15_4. How I can sleep the nodes?. I see the Iyappan's home page: http://students.washington.edu/iyappan But when I changed the files, I obtain a error and I cant do make in ns konsole. Is necessary change this files to sleep a node or is possible

Re: [ns] sleep a node

2006-11-29 Thread juan manuel gomez garcia
Hi Matthias : I'm investigating the energy consumption in zigbee routing protocol. For that I need that the nodes sleep. Then I found the code of Iyappan. This are the steps that I do: · Delette the files of ns2. · Copy the files of Iyappan. · 'make clean' · 'make' but the 'make' dont finish

[ns] energy model

2006-12-01 Thread juan manuel gomez garcia
Hi ns-users: Recently I update my ns2 energy model using the steps in : http://www.isi.edu/ilense/software/smac/ns2_energy.html My initial idea was to use the Iyappan implementation (http://students.washington.edu/iyappan/) but It dont work ok because Iyappan only suppose one hop

[ns] zigbee routing

2006-12-12 Thread juan manuel gomez garcia
Hello: Has someone an implementation of zigbee protocol? or know a web page. Thank very much. _ ¿Estás pensando en cambiar de coche? Todas los modelos de serie y extras en MSN Motor. http://motor.msn.es/researchcentre/

[ns] aodv question

2006-12-15 Thread juan manuel gomez garcia
Hi ns-users: What is the purpose of the file 'aodv.tcl' of the directory aodv in Ns2? I dont know what it does. Thank you very much. _ Grandes éxitos, superhéroes, imitaciones, cine y TV... http://es.msn.kiwee.com/ Lo mejor para tu

[ns] a simple question

2006-12-18 Thread juan manuel gomez garcia
Hi ns-users: I don't know what is the difference between Packet::free(p) anddrop(p). Thank you for your help. _ Descarga gratis la Barra de Herramientas de MSN

[ns] Functionality of this module

2007-01-24 Thread juan manuel gomez garcia
Hello Ns_users: Can someone explain me what is the functionality of the p802_15_4transac.h and .cc? I dont know why these modules are necesary and what happen if I dont use them? Please, I need some help to continue with my work. Thank you very much.

Re: [ns] How to implement my own protocol?

2007-02-15 Thread juan manuel gomez garcia
Hi Mallesh: This is a very good thing to read: http://masimum.dif.um.es/nsrt-howto/pdf/nsrt-howto.pdf I hope I help you. From: Mallesh, Kavuluri (IE10) [EMAIL PROTECTED] To: ns-users@ISI.EDU Subject: [ns] How to implement my own protocol? Date: Thu, 15 Feb 2007 17:06:29 +0530 Hai ,

[ns] connect two diferents C++ objects

2007-02-15 Thread juan manuel gomez garcia
Hi ns-users: I'm running a simple tcl script with AODV and mac 802_11 with wireless nodes. I know that I create a AODV object in the AODV code with: static class AODVclass : public TclClass { public: AODVclass() : TclClass(Agent/AODV) {} TclObject* create(int argc, const

[ns] include file error

2007-04-12 Thread juan manuel gomez garcia
hi ns-users: It is very simple: Before doing anything, everything works well. Later I only do: #include wpan/p802_15_4mac.h in aodv.h file. And when I do make clean, make, I obtain the errors: In file included from wpan/p802_15_4phy.h:58, from wpan/p802_15_4mac.h:57,

Re: [ns] include file error

2007-04-17 Thread juan manuel gomez garcia
PROTECTED] To: juan manuel gomez garcia [EMAIL PROTECTED] Subject: Re: [ns] include file error Date: Thu, 12 Apr 2007 17:04:57 +0200 Which ns2 version are you using? There are some bugfixes contained in the most recent release. But what is somehow strange is the message about zaodv. Is that some code

[ns] problem with debugger

2007-04-26 Thread juan manuel gomez garcia
Hi ns-Users: Recently I install the debugger in my system following the Tae-hyung Kim manual. All run ok. But when I changed a file, for example, p802_15_4mac.cc and then do 'make clean', 'make'; I dont see the changes. Why? The gdb say me: warning: Source file is more recent than executable.

[ns] energy model

2007-05-21 Thread juan manuel gomez garcia
Hi all: Can anyone tell me how work the energy model? I know that in the ns-3.31 there are news funtions about energy model, for example, wakeupNode, putNodetoSleep; but I dont see in my trace files anything about the energy model? I see in the cmu-trace.cc file that there are some variables

[ns] parameters of energy

2007-05-21 Thread juan manuel gomez garcia
Hi ns-users: I have making simulations about enegy consumptions in ns2 with my own routing protocol. I want to know which is the correct values for energy parameters like : initialEnergy rxPower txPower sleepPower idlePower transitionPower TransitionTime Thank you very much.

[ns] bind variables

2008-01-24 Thread juan manuel gomez garcia
Hello: I want to bind two variables in TCL with two variables in C++. I realize the following thing: In TCL script: set zigbee [new Agent/ZIGBEE] $zigbee set DestinoPaqID 79 $zigbee set OrigenPaqID 2 In lib/ns-default.tcl: Agent/ZIGBEE set OrigenPaqID 1 Agent/ZIGBEE set

[ns] bind variables

2008-01-27 Thread juan manuel gomez garcia
Hello: I want to bind two variables in TCL with two variables in C++. I realize the following thing: In TCL script: set zigbee [new Agent/ZIGBEE] $zigbee set DestinoPaqID 79 $zigbee set OrigenPaqID 2 In lib/ns-default.tcl: Agent/ZIGBEE set OrigenPaqID 1 Agent/ZIGBEE set DestinoPaqID 1

[ns] scheduler event UID no valid

2008-01-31 Thread juan manuel gomez garcia
Hi ns-users: I executed my own tcl script and obtain the following error: Scheduler:event UID not valid! Can you help me,please? Thank you very much. _ Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar

[ns] sleep node

2008-02-06 Thread juan manuel gomez garcia
Hi ns_users: I'm working with ns2 and its energy model. How I can sleep a node?. Please help me with any tutorial or web page. Thank you very much. _ La vida de los famosos al desnudo en MSN Entretenimiento

[ns] sleep node

2008-02-06 Thread juan manuel gomez garcia
Hi ns_users: I want to sleep some nodes in my simulations. How I can do it? I don't understand what is T_sleep_. Please help me. Thank you. _ MSN Video. http://video.msn.com/?mkt=es-es

[ns] sleepTime parameter

2008-02-06 Thread juan manuel gomez garcia
Hi: Could anyone explain me what is sleepTime parameter in the node_config procedure?. Please, what is its default value? Thank you. _ MSN Noticias http://noticias.msn.es/comunidad.aspx