MECSYCO 3.0 release

This release gives access to MECSYCO Java 3.0 new features (DSL, hierarchical design) and contains some updates.

Documentation will be progressively updated to reflect the changes.

About this new release

The project is now a Maven project to ease dependency handling and its structure has been updates. It contains notably two new packages:

  • composition that provides structures to design hierarchically a co-simulation in Java.
  • description that enables to parse XML description files to build co-simulation using the above mentioned structures.

The XML description files can be generated from Domain-Specific Languages description files. These DSL are part of their own project MecsycoDsl.

All examples and code for MECSYCO tutorials have been moved to the MecsycoScholar project.

A Mecsyco C++ version is now also available to show OMNeT++ integration and how ns-3 was integrated (it contains some legacy code).