Skip to content

Commit 02d993a

Browse files
authored
Adds maestro and intocps to the list of FMI importers. (#781)
1 parent 5f45b35 commit 02d993a

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
20.6 KB
Loading

static/assets/tools.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4759,6 +4759,53 @@
47594759
"fmuExport": ["CS"],
47604760
"fmuImport": []
47614761
},
4762+
{
4763+
"name": "maestro",
4764+
"license": "osi",
4765+
"url": "https://github.com/INTO-CPS-Association/maestro",
4766+
"vendor": "Aarhus University",
4767+
"logo": "into-cps-logo.png",
4768+
"vendorURL": "https://ece.au.dk/en/",
4769+
"description": "maestro is a co-simulation orchestration engine developed and maintained by the INTO-CPS Association.",
4770+
"features": [],
4771+
"platforms": [
4772+
"macOS",
4773+
"Linux",
4774+
"Windows"
4775+
],
4776+
"interfaces": [
4777+
"CLI"
4778+
],
4779+
"fmiVersions": [
4780+
"2.0"
4781+
],
4782+
"fmuExport": [],
4783+
"fmuImport": ["CS"]
4784+
},
4785+
{
4786+
"name": "INTO-CPS Application",
4787+
"license": "osi",
4788+
"url": "https://into-cps-association.github.io/simulation/app.html",
4789+
"vendor": "Aarhus University",
4790+
"logo": "into-cps-logo.png",
4791+
"vendorURL": "https://ece.au.dk/en/",
4792+
"description": "The INTO-CPS Application is the front-end of the INTO-CPS tool chain. It allows running co-simulation using maestro.",
4793+
"features": [],
4794+
"platforms": [
4795+
"macOS",
4796+
"Linux",
4797+
"Windows"
4798+
],
4799+
"interfaces": [
4800+
"GUI",
4801+
"CLI"
4802+
],
4803+
"fmiVersions": [
4804+
"2.0"
4805+
],
4806+
"fmuExport": [],
4807+
"fmuImport": ["CS"]
4808+
},
47624809
{
47634810
"name": "Typhoon HIL Control Center",
47644811
"license": "commercial",

0 commit comments

Comments
 (0)