You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As suggested in #71 , it would be nice if we were able to wrap one of the clients as an FMU.
This would allow distributed simulation to any FMI compliant tool without modification.
Obvious problem: The modelDescription.xml refers to a specific model.
Solution: Do not provide a modelDescription.xml. Let the user copy it from the target FMU and paste it into the archive we provide.
Similarly the IP and port could be put into a .txt file inside the archive.
The text was updated successfully, but these errors were encountered:
Received some insights. At the very least, the modelIdentifier has to be changed to reflect the name of the shared library in the proxy FMU. guid should also be modified.
As suggested in #71 , it would be nice if we were able to wrap one of the clients as an FMU.
This would allow distributed simulation to any FMI compliant tool without modification.
Obvious problem: The
modelDescription.xml
refers to a specific model.Solution: Do not provide a
modelDescription.xml
. Let the user copy it from the target FMU and paste it into the archive we provide.Similarly the IP and port could be put into a .txt file inside the archive.
The text was updated successfully, but these errors were encountered: