From e9a86ee7e1ee6d635e8ae4da7338c81e47247005 Mon Sep 17 00:00:00 2001 From: Karl Schrab Date: Wed, 25 Sep 2024 13:22:53 +0200 Subject: [PATCH] docs: add JDK17 alert to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6833a6501..b4e7d46fa 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Additional simulators and assessment features are provided by [Fraunhofer FOKUS] * The coupling to [OMNeT++](https://omnetpp.org) is implemented in a very similar manner. The corresponding federate implementation can be found [in our MOSAIC Addons repository](https://github.com/mosaic-addons/omnetpp-federate). We currently support OMNeT++ version `5.5` in combination with the INET framework in version `4.1`. * We created the [Berlin SUMO Traffic (BeST) scenario](https://github.com/mosaic-addons/best-scenario) which provides 2.2 million vehicle trips in 24h for Berlin, Germany. The scenario is fully compatible with the latest release of MOSAIC. +* In our research, we currently use Eclipse MOSAIC and the BeST scenario to evaluate traffic state estimation algorithms. For that, we provide [application models and tools for Traffic State Estimation](https://github.com/mosaic-addons/traffic-state-estimation) compatible with MOSAIC. ## Contact @@ -65,6 +66,9 @@ For further questions we are available via mosaic@fokus.fraunhofer.de ## Prerequisites +> [!IMPORTANT] +> **In contrast to previous versions, Eclipse MOSAIC now requires at least Java 17 SDK.** + For a successful build you need the following software to be installed: * **Maven 3.1.x** or higher.