open-simulation-platform / libcosim

OSP C++ co-simulation library
https://open-simulation-platform.github.io/libcosim
Mozilla Public License 2.0
61 stars 10 forks source link

Integrate with proxy-fmu #628

Closed markaren closed 3 years ago

markaren commented 3 years ago

libcosim should integrate with proxy-server. The current fmu-proxy interface is similar, but needs to be adapted.

Q1: Should we move forward with this solution?

Q2: If yes, should proxy-server supply the network client as a library or should libcosim depend on Thrift and auto-generate the client sources as is currently done?