Skip to content

Releases: inet-framework/inet

INET 4.2.7

15 Oct 10:36
Compare
Choose a tag to compare

This release contains compatibility fixes for OMNeT++ 6.0 Preview 13 and OMNeT++ 5.7.
Earlier OMNeT++ 6 versions WILL NOT work.

INET 3.8.0

27 Sep 12:33
Compare
Choose a tag to compare

This release requires OMNeT++ 5.7 or 6.0 preview 13. For older OMNeT++ versions please use INET 3.7.x. This version serves as a stepping stone for porting older INET based models to OMNeT++ 6 and INET 4.x. A recommended way is to port first to INET 3.8 (and OMNeT++ 5.7), then upgrade to OMNeT++ 6 and finally port the model to INET 4.x.

Main changes since 3.7:

  • MSG files are now in OMNeT++ 6 compatible format (i.e. using --msg6 because OMNeT++ 6 no longer supports --msg4)
  • NED files are now compatible with both OMNeT++ 5.7 and 6.0 (i.e. they are explicitly using parent.foo and this.foo in expressions of submodule and connection blocks.)
  • Follow OMNeT++ API changes: use AnyPtr instead of void*
  • Fix #92: TcpConnection: accepts simultaneous open requests

INET 4.2.6

01 Sep 08:25
Compare
Choose a tag to compare

This release contains compatibility fixes for OMNeT++ 6.0 Preview 12 and OMNeT++ 5.7 Preview 1. It WILL NOT work with OMNeT++ 5.6.x or 6.0pre11 or ealier versions. If you want to use those versions, please use INET 4.2.5.

INET 4.3.3

03 Aug 15:10
Compare
Choose a tag to compare
  • This release contains compatibility fixes for OMNeT++ 6.0 Preview 12.
  • OMNeT++ 6.0 Preview 11 or earlier versions are NOT supported (use INET 4.3.2 for those versions).

INET 4.2.5

18 May 10:35
Compare
Choose a tag to compare

This release contains:

  • Compatibility fixes for OMNeT++ 6.0 Preview 11.
  • Fixed default type names for 802.15.4 transmitter and receiver.
  • Fixed wrong state change signal in Radio
  • Fixed crash in rare cases when accessing receptionTimer.

INET 4.2.4

06 May 12:54
Compare
Choose a tag to compare

This release contains compatibility fixes for OMNeT++ 6.0 Preview 11.

NOTE: This version works both with OMNeT++ 5.6 and 6.0pre11.

INET 4.3.2

22 Apr 13:58
Compare
Choose a tag to compare

This release contains compatibility fixes for OMNeT++ 6.0 Preview 11.

NOTE: This version does NOT work with OMNeT++ 5.6. It requires OMNeT++ 6.0 Preview 10 or later.

INET 4.2.3

22 Apr 13:56
Compare
Choose a tag to compare

This release contains compatibility fixes for OMNeT++ 6.0 Preview 11.

NOTE: This version works both with OMNeT++ 5.6 and 6.0pre11.

INET 3.7.1

22 Apr 13:53
Compare
Choose a tag to compare

This release contains compatibility fixes for OMNeT++ 6.0 preview 11, and some minor bugfixes:

  • localPort parameter didn't take effect in TCPAppBase
  • use BYPASS for multicast packets to allow unfiltered multicast traffic in IPSec

INET 4.3.1

07 Apr 15:14
Compare
Choose a tag to compare

Minor bugfixes.

  • Fixed bug #646
  • Fixed calling base ClockUserModuleMixin class from initialize
  • Fixed several smaller issues. See the commit history for details.