Re: [ns] Does OLSR conflict with NS2.32?

2009-04-27 Thread Francisco J. Ros
failed! > See http://www.isi.edu/nsnam/ns/ns-problems.html for problems > [r...@localhost ns-allinone-2.32]# > > Please guide us. > > Regards -- Francisco J. Ros, Ph.D. Student Dept. of Information and Communications Engineering University of Murcia, Murcia (Spain) http://masimum.inf.um.es/fjrm/

Re: [ns] Not receiving data packets at agent.

2008-04-25 Thread Francisco J. Ros
Hi Maddy, On Wednesday 23 April 2008 03:55:47 Madhava N wrote: > Hi all, >I have written a new MANET routing protocol by reading the document of > Franscisco and Pedro. I am facing a problem that data packets are not at > all received by the routing Agent. > The routing protocol does not rece

Re: [ns] Reading Node Location during wireless simulation

2008-02-25 Thread Francisco J. Ros
ead these variables because I am developing a new ad hoc routing > protocol, and based on the location of a node packets are routed. > > Any help regarding this issue will be greatly appreciated... > > > > > - > Be a better friend, newshoun

Re: [ns] Cannot get the following paper "Implementing a New Manet Unicast Routing Protocol in NS2"

2007-09-24 Thread Francisco J. Ros
following tutorial: > "Implementing a New Manet Unicast Routing Protocol in NS2" by Francisco > J. Ros et al. > > the website of the author and the links available to get this paper > cannot open with me. Can anybody attach this paper to me via email? I would

Re: [ns] How to add a new routing protocol to ns2

2007-09-04 Thread Francisco J. Ros
inf.um.es/?Documents The old URL will be removed in the near future. Regards, fran > Can you help me about this? > > > - > Be a better Globetrotter. Get better travel answers from someone who knows. > Yahoo! Answers - Check it out. -- Franc

Re: [ns] Implementing new manet protocol

2007-06-06 Thread Francisco J. Ros
11) > invoked from within > "_o3 create-wireless-node" > ("eval" body line 1) > invoked from within > "eval $self create-wireless-node $args" > (procedure "_o3" line 23) > (Simulator node line 23) > invoked from w

Re: [ns] Implementing new manet protocol

2007-06-06 Thread Francisco J. Ros
quot; > > while executing > "Agent/Protoname set accessible_var_ true" > > > Can any one help me? > > regards, > Nassim > > > - > Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions > ! Profit

Re: [ns] How to test a new protocol? [nsrt-howto]

2007-03-13 Thread Francisco J. Ros
Hello Javier, You can use your new agent like any other routing agent, just indicate its name when you configure your mobile nodes with 'node-config'. If you can't see anything, maybe you forgot to turn '-routerTrace' on. Regards, fran On Thursday 08 March 2007 10:10, Javier Chicote wrote: >

Re: [ns] simulating new protocol under ns2

2007-03-06 Thread Francisco J. Ros
Hi, Please note that the agent's name is case sensitive, so if you wrote 'Protoname' in ns-lib.tcl (as indicated in http://masimum.inf.um.es/nsrt-howto/html/node20.html), you mustn't write 'protoname' in your TCL simulation script. Hope this solves the problem. Regards, fran On Tuesday 06 M

Re: [ns] Implementing a New Manet Unicast Routing Protocol

2007-02-12 Thread Francisco J. Ros
Hi, If I understood well, you mean that the value of the variables within a message change when a node receive such message, right? That could happen if you modifiy a header (.h) file and don't recompile all the source files which are including it. Try a 'make clean && make'. Hope this helps.

Re: [ns] OLSR implementation in ns2

2006-12-27 Thread Francisco J. Ros
Hi, I'm aware of two different implementations: http://masimum.inf.um.es/?Software:UM-OLSR http://hipercom.inria.fr/olsr/ Regards, fran On Monday 25 December 2006 10:10, Kapil Suchdeo wrote: > Hello, > Can anybody tell me where i can get implementation of OLSR in ns2.

Re: [ns] i need OLSR Script code...

2006-12-21 Thread Francisco J. Ros
Hi, Usage instructions in http://masimum.inf.um.es/?Software:UM-OLSR:Using A simple example in http://masimum.dif.um.es/um-olsr/olsr_example.tcl Regards, fran On Wednesday 20 December 2006 20:43, khurram shahzad wrote: > i want to implement OLSR protocol, i got UM-OLSR ns2 from its site, but i

Re: [ns] how to send 802.16 undetermined size Control messages in ns2

2006-09-19 Thread Francisco J. Ros
Hi, Just set ch->size() to the simulated length of the message. No matter the real size of your structure, for the simulation only ch->size() is taken into account. Regards, fran On Tuesday 19 September 2006 12:31, Ramzi Tka wrote: > Hi evry body, > I'am writing 802.16 mesh extensions for ns-

Re: [ns] Dropping Packets with RTR CBK

2006-09-19 Thread Francisco J. Ros
Hi, It means that the MAC layer couldn't successfully deliver the packet. You can find the reasons for this at the bottom of this page: http://masimum.inf.um.es/nsrt-howto/html/node23.html Regards, fran P.S: answers to frequent questions like this can be easily found with http://www.isi.edu/

Re: [ns] [manet] DYMOUM v0.3 released

2006-09-05 Thread Francisco J. Ros
l Message- > From: Francisco J. Ros [mailto:[EMAIL PROTECTED] > Sent: 01 September 2006 17:02 > To: manet@ietf.org; ns-users@isi.edu > Cc: [EMAIL PROTECTED] > Subject: [manet] DYMOUM v0.3 released > >*** WARNING *** > > This mail has originated outside your org

Re: [ns] UM-OLSR problem

2006-09-04 Thread Francisco J. Ros
Hi, Did you re-compile the simulator after applying the patch? You can find instructions here: http://masimum.inf.um.es/?Software:UM-OLSR:Installation Regards, fran On Sunday 03 September 2006 13:04, ns user wrote: > dear ns users, > i have installed the patch UM-OLSR to ns 2.29 to support th

[ns] DYMOUM v0.3 released

2006-09-01 Thread Francisco J. Ros
detailed list of pending tasks can be seen in the CHANGELOG file. DYMOUM Project Website: http://masimum.inf.um.es/?Software:DYMOUM Download it from Sourceforge.net: http://sourceforge.net/projects/dymoum/ Feedback is welcomed. Best regards, Francisco J. Ros Pedro M. Ruiz

Re: [ns] How to simulate a perfect 802.11 MAC layer...

2006-07-19 Thread Francisco J. Ros
Hi, You can simulate a perfect MAC layer with: $ns_ node-config -macType Mac Regards, fran On Wednesday 19 July 2006 19:19, Kelvin Chou wrote: > Hi, > I am simulating a network layer protocol of the wireless ad hoc network, > and I would like to target on the network layer performance and assum

Re: [ns] Fwd: (hybrid ad hoc network) behavior of base stations

2006-06-20 Thread Francisco J. Ros
Hello, That occurs because gateways haven't been selected as MPRs by any node. Note that fixed nodes aren't included within the neighborhood of the gateways. Regards, fran On Monday 19 June 2006 18:57, Hai Nam wrote: > message below, don't know why the list ask me to resend this mail, I'm > no

Re: [ns] jitter in a new MANET routing protocol

2006-06-14 Thread Francisco J. Ros
Hello, On Wednesday 14 June 2006 12:54, Alexandra Cioroianu wrote: > Hello everybody! > I'm working with ns-2.29 on Mandriva 2006 and i'm working on a new > protocol implementation, following the tutorial "Implementing a New Manet > Unicast Routing Protocol in NS2" by Francisco Ros and Pedro Rui

Re: [ns] Does anyone in this forum has detailed knowledge about the NS2source code?

2006-05-22 Thread Francisco J. Ros
Hi, On Monday 22 May 2006 14:25, Paul Vincent Craven wrote: > As for routing, I'd recommend finding the article "Implementing MANET > Routing Protocols in ns2 > ". I > think the site it used to be at is gone. You might need to search

Re: [ns] help with hello messages in aodv

2006-05-18 Thread Francisco J. Ros
Hi Juan, Comment out the following line in 'aodv.h' and recompile. #define AODV_LINK_LAYER_DETECTION Regards, fran On Wednesday 17 May 2006 18:26, juan manuel gomez garcia wrote: > Why I can't see the hello messages?. > I put the next code : > fprintf(stdout,"helloo\n"); > fprintf(std

Re: [ns] UM-OLSR running very slowly

2006-05-03 Thread Francisco J. Ros
Hi Manjusha, You should try the latest UM-OLSR release for ns2.29. The code works for ns2.28 too, but the patch isn't provided. The simulations run faster with the latest release. However, the code isn't optimized and it's still slower than other routing protocol implementations which come wi

Re: [ns] OLSR nodes with hierarchical addressing

2006-04-11 Thread Francisco J. Ros
Hi, There is nothing wrong with that address, it's the integer representation of a hierarchical address. You can find more info in the ns2 Manual. Maybe you was expecting the node identifier to appear instead of that address. If you're interested in changing the tracing, this piece of C++ code

Re: [ns] Problem with aodv_rt_failed_callback() method

2006-03-16 Thread Francisco J. Ros
Hi, On Thursday 16 March 2006 11:04, A Anupama wrote: > Hi >I am simulating the EAODV ( AODV protocol with some > modifications) . When I run a simulation with the nodes which are static. I > am not giving any mobility to them. > > When I count the received packets , it is showing 0.

Re: [ns] how to implement a routing protocol

2006-03-07 Thread Francisco J. Ros
the web page but when I do 'make' , > I obtain many errors. ¿do you know if the code in that page is complete? > Thank you. > > >From: "Francisco J. Ros" <[EMAIL PROTECTED]> > >To: ns-users@ISI.EDU > >Subject: Re: [ns] how to implement a rout

Re: [ns] how to implement a routing protocol

2006-03-07 Thread Francisco J. Ros
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 > protocol in NS2 an

Re: [ns] OLSR patch for current ns 2.29?

2006-02-03 Thread Francisco J. Ros
you please tell me if I will have to modify source code and > recompile everytime I want to change those values? > > I'm not a NS expert, so if you could answer my question... :) > > > Thanks in advance. > > 2006/1/31, Francisco J. Ros <[EMAIL PROTECTED]>: &

Re: [ns] OLSR patch for current ns 2.29?

2006-01-31 Thread Francisco J. Ros
Hi, You can try this one: http://masimum.dif.um.es/?Software:UM-OLSR Regards, fran On Tuesday 31 January 2006 15:52, Eduard GV wrote: > Hi, > > I need to run some simulations of OLSR ad-hoc routing protocol. > AFAIK, ns 2.29 currently supports DSDV, DSR TORA and AODV routing > agents in mobile

[ns] UM-OLSR v0.8.8 released

2006-01-11 Thread Francisco J. Ros
: http://masimum.dif.um.es/?Software:UM-OLSR Download it from Sourceforge.net: http://sourceforge.net/projects/um-olsr/ Of course, feedback is welcomed. Best regards, Francisco J. Ros

[ns] DYMOUM v0.2 released

2006-01-10 Thread Francisco J. Ros
. Best regards, Francisco J. Ros

Re: [ns] "wrong node routing agent" error... I couldn't find anything helpful in the archive...

2006-01-08 Thread Francisco J. Ros
Hi, It seems that you aren't recompiling the whole simulator. Please be sure that you aren't getting any error when executing "make clean && make", and also that you're invoking your modified version of ns2 (in the case that you have several ns2 installations). If your problem persists, you c