Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added static/assets/images/logos/into-cps-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions static/assets/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -4759,6 +4759,53 @@
"fmuExport": ["CS"],
"fmuImport": []
},
{
"name": "maestro",
"license": "osi",
"url": "https://github.com/INTO-CPS-Association/maestro",
"vendor": "Aarhus University",
"logo": "into-cps-logo.png",
"vendorURL": "https://ece.au.dk/en/",
"description": "maestro is a co-simulation orchestration engine developed and maintained by the INTO-CPS Association.",
"features": [],
"platforms": [
"macOS",
"Linux",
"Windows"
],
"interfaces": [
"CLI"
],
"fmiVersions": [
"2.0"
],
"fmuExport": [],
"fmuImport": ["CS"]
},
{
"name": "INTO-CPS Application",
"license": "osi",
"url": "https://into-cps-association.github.io/simulation/app.html",
"vendor": "Aarhus University",
"logo": "into-cps-logo.png",
"vendorURL": "https://ece.au.dk/en/",
"description": "The INTO-CPS Application is the front-end of the INTO-CPS tool chain. It allows running co-simulation using maestro.",
"features": [],
"platforms": [
"macOS",
"Linux",
"Windows"
],
"interfaces": [
"GUI",
"CLI"
],
"fmiVersions": [
"2.0"
],
"fmuExport": [],
"fmuImport": ["CS"]
},
{
"name": "Typhoon HIL Control Center",
"license": "commercial",
Expand Down