Skip to content

Commit d8f2af6

Browse files
committed
inet 4.4 release
1 parent 3fdc53a commit d8f2af6

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

Download.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,18 @@ Downloads of stable releases are available here. It is recommended that you use
1414

1515
Latest releases:
1616

17-
<a class="btn btn-primary" href="https://github.com/inet-framework/inet/releases/download/v4.3.9/inet-4.3.9-src.tgz">Download latest stable version (4.3.9, for OMNeT++ 6.0)</a> ([What's New](https://github.com/inet-framework/inet/blob/v4.3.9/WHATSNEW))
17+
<a class="btn btn-primary" href="https://github.com/inet-framework/inet/releases/download/v4.4.0/inet-4.4.0-src.tgz">Download latest stable version (4.4.0, for OMNeT++ 6.0)</a> ([What's New](https://github.com/inet-framework/inet/blob/v4.4.0/WHATSNEW))
1818

1919
## OMNeT++ Compatibility
2020

21-
* OMNeT++ 6.0: INET [3.8.3], [4.2.10], [4.3.9], master branch
21+
* OMNeT++ 6.0: INET [3.8.3], [4.2.10], [4.3.9], [4.4.0], master branch
2222
* OMNeT++ 5.7: INET [3.7.1], [3.8.3], [4.2.10]
2323
* OMNeT++ 5.6.2: INET [3.7.1], [4.2.5]
2424

2525
## Older releases (please do not use them for new projects):
2626

27+
* [INET 4.3.9](https://github.com/inet-framework/inet/releases/download/v4.3.9/inet-4.3.9-src.tgz) for OMNeT++ 6.0 ([What's New](https://github.com/inet-framework/inet/blob/v4.3.9/WHATSNEW))
28+
* [INET 4.2.10](https://github.com/inet-framework/inet/releases/download/v4.2.10/inet-4.2.10-src.tgz) for OMNeT++ 5.7, 6.0 ([What's New](https://github.com/inet-framework/inet/blob/v4.2.10/WHATSNEW))
2729
* [INET 4.2.9](https://github.com/inet-framework/inet/releases/download/v4.2.9/inet-4.2.9-src.tgz) for OMNeT++ 5.7, 6.0 ([What's New](https://github.com/inet-framework/inet/blob/v4.2.9/WHATSNEW))
2830
* [INET 4.2.8](https://github.com/inet-framework/inet/releases/download/v4.2.8/inet-4.2.8-src.tgz) for OMNeT++ 5.7, 6.0pre15 ([What's New](https://github.com/inet-framework/inet/blob/v4.2.8/WHATSNEW))
2931
* [INET 4.2.7](https://github.com/inet-framework/inet/releases/download/v4.2.7/inet-4.2.7-src.tgz) for OMNeT++ 5.7, 6.0pre13 ([What's New](https://github.com/inet-framework/inet/blob/v4.2.7/WHATSNEW))
@@ -61,6 +63,7 @@ To help porting old INET based models to the latest OMNeT++ version, we provide
6163

6264
Installation instructions are available [here](Installation.html).
6365

66+
[4.4.0]: <https://github.com/inet-framework/inet/releases/download/v4.4.0/inet-4.4.0-src.tgz>
6467
[4.3.9]: <https://github.com/inet-framework/inet/releases/download/v4.3.9/inet-4.3.9-src.tgz>
6568
[4.3.8]: <https://github.com/inet-framework/inet/releases/download/v4.3.8/inet-4.3.8-src.tgz>
6669
[4.3.7]: <https://github.com/inet-framework/inet/releases/download/v4.3.7/inet-4.3.7-src.tgz>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: post
3+
title: INET-4.4.0 Released
4+
category: news
5+
---
6+
This is a new minor stable release of the INET 4.x branch. The highlight of this release is the implementation of several Time-Sensitive Networking (TSN) features. Also, INET is now fully licensed under LGPL.
7+
8+
Experimental Python support has been added for running simulations concurrently and optionally on an SSH cluster. This is mostly useful for running parameter studies, automated testing and optimizing parameters.
9+
10+
There are also a number of small improvements, and several bug fixes. Some changes are backward incompatible, so existing models may need to be updated. This version requires OMNeT++ 6.0 or later.
11+
12+
For a complete list of all added, removed, and changed folders, NED modules, packet chunks, packet tags, statistics, C++ classes, and signals please refer to the ChangeLog file in the src folder.
13+
14+
For general overview see [WHATSNEW](https://github.com/inet-framework/inet/blob/v4.4.0/WHATSNEW)
15+
16+
[Download INET-4.4.0](https://github.com/inet-framework/inet/releases/download/v4.4.0/inet-4.4.0-src.tgz)

0 commit comments

Comments
 (0)