Uses of Package
urv.olsr.message

Packages that use urv.olsr.message
org.jgroups.protocols   
urv.olsr.core   
urv.olsr.data.mpr   
urv.olsr.data.neighbour   
urv.olsr.handlers   
urv.olsr.message   
urv.olsr.message.generator   
 

Classes in urv.olsr.message used by org.jgroups.protocols
OLSRMessageSender
           
OLSRMessageUpper
           
 

Classes in urv.olsr.message used by urv.olsr.core
OLSRMessageSender
           
OLSRMessageUpper
           
OLSRPacketFactory
          This class provides helper methods to create objects of the OLSRPacket class.
 

Classes in urv.olsr.message used by urv.olsr.data.mpr
TcMessage
          A TC message is sent by a node in the network to declare a set of links, called advertised link set which MUST include at least the links to all nodes of its MPR Selector set, i.e., the neighbors which have selected the sender node as a MPR.
 

Classes in urv.olsr.message used by urv.olsr.data.neighbour
HelloMessage
          A common mechanism is employed for populating the local link information base and the neighborhood information base, namely periodic exchange of HELLO messages.
 

Classes in urv.olsr.message used by urv.olsr.handlers
HelloMessage
          A common mechanism is employed for populating the local link information base and the neighborhood information base, namely periodic exchange of HELLO messages.
TcMessage
          A TC message is sent by a node in the network to declare a set of links, called advertised link set which MUST include at least the links to all nodes of its MPR Selector set, i.e., the neighbors which have selected the sender node as a MPR.
ValidityTime
          This field indicates for how long time after reception a node MUST consider the information contained in the message as valid, unless a more recent update to the information is received.
 

Classes in urv.olsr.message used by urv.olsr.message
OLSRMessage
           
OLSRPacket
          OLSR communicates using a unified packet format for all data related to the protocol.
ValidityTime
          This field indicates for how long time after reception a node MUST consider the information contained in the message as valid, unless a more recent update to the information is received.
 

Classes in urv.olsr.message used by urv.olsr.message.generator
OLSRMessageSender
           
OLSRPacketFactory
          This class provides helper methods to create objects of the OLSRPacket class.