Part of my research has me evaluating how multiple routing protocols
behave within a large MANET (360 hosts).
I have been able to get DYMO_UM, DYMO_FAU and AODV_UU working just
fine with my simulation model to date, but I am experiencing issues
related to DSR_UU and OLSR.
In particular with OLSR it appears that hello and topology change
messages are being sent at the correct interval but no datagram
routing is occurring, only 1 hop communications succeed.
All i have done in my network is to update the
manetmanager.routingProtocol parameter and to declare the default
config parameters for each of the routing protocols I'm using.
I'm fairly certain that I am missing something minor but I am unable
to identify it.
Any suggestions would be greatly appreciated.
--------------------------------------------------
From: "Eamon Millman" <emil...@gmail.com>
Sent: Wednesday, March 10, 2010 11:48 PM
To: "omnetpp" <omn...@googlegroups.com>
Subject: [Omnetpp-l] INETMANET Routing Protocols
> --
> You received this message because you are subscribed to the Google Groups
> "omnetpp" group.
> To post to this group, send email to omn...@googlegroups.com.
> To unsubscribe from this group, send email to
> omnetpp+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/omnetpp?hl=en.
>
>
Is there any rule of thumb about how long the OLSR protocol will need
to construct the routes?
On Mar 11, 3:17 am, "Alfonso Ariza" <aariza...@hotmail.com> wrote:
> The OLSR protocol needs a long time for build the routing tables. It's
> necessary to propagate the topology to every node of the network. If your
> source begins the transmission immediately after the beginning of the
> simulation the OLSR protocol doesn't have yet information about the topology
>
> --------------------------------------------------
> From: "Eamon Millman" <emill...@gmail.com>
--------------------------------------------------
From: "Eamon Millman" <emil...@gmail.com>
Sent: Thursday, March 11, 2010 8:48 PM
To: "omnetpp" <omn...@googlegroups.com>
Subject: [Omnetpp-l] Re: INETMANET Routing Protocols