Package routing

Contains all the router classes who decide how to handle the messages.

See:
          Description

Class Summary
ProfileCastRouter CSI: T message router that delivers messages based on the similiraty two nodes and a message.
 

Package routing Description

Contains all the router classes who decide how to handle the messages. All router classes must be in this package and must extend the MessageRouter (when creating new routers, extending ActiveRouter might make sense) class so they can be dynamically loaded to the simulator. The classes to load can be specified through Settings class' settings source. See MessageRouter class and classes extending it for details about the settings.