Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
234 changes: 234 additions & 0 deletions static/assets/images/logos/Aarhus_University_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
24 changes: 24 additions & 0 deletions static/assets/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -4670,6 +4670,30 @@
"fmuExport": [],
"fmuImport": []
},
{
"name": "UniFMU",
"license": "osi",
"url": "https://github.com/INTO-CPS-Association/unifmu/releases",
"vendor": "Aarhus University",
"logo": "Aarhus_University_logo.svg",
"vendorURL": "https://ece.au.dk/en/",
"description": "UniFMU is a command line tool that facilitates the implementation of FMUs in other popular languages that would otherwise not be able to produce C-compatible binaries. It does this by providing a precompiled binary that is C-compatible, which then dispatches calls to the implementation of the model in the target language.",
"features": [],
"platforms": [
"macOS",
"Linux",
"Windows"
],
"interfaces": [
"CLI"
],
"fmiVersions": [
"2.0",
"3.0"
],
"fmuExport": ["CS"],
"fmuImport": []
},
{
"name": "Typhoon HIL Control Center",
"license": "commercial",
Expand Down