Mobility-fw1.0a3 just have been uploaded. This is a new alpha release with some major changes and some bug fixes:
  - fixed windows make system
  - changed debugging system
  - added support for multiple types of hosts within one network
For more details, please refer to the ChangeLog. This release requires omnetpp3.0a8 or higher. [Download]


Please do not make ANY changes to the basic modules in the core folder. If you need different / extended behavior, please derive your own module from the basic module you intend to reimplement. Even if it is only one line of code!

The reason is that the core MF provides some kind of an interface and makes your code easy to share with other people. If we don’t follow this policy, the MF will soon become something similar to ns/2, which is not really maintainable anymore. And I guess we all want to avoid that.

ChangeLog:
- fixed the windows make system; should do what it is supposed to do now ;-)
- updated README to reflect the changes
- added sendDelayedDown and sendDelayedUp (suggested by Horacio Sanson)
- changed debuging / logging sytem
- no need to recompile anymore :-)
- use EV