OSMP-Service is a part of OSTAR. It connects FMI models with OSI messages to OSTAR. It also can replay trajectories to OSI messages and save OSI trace files.
in root folder:
# Preparation
pip install conan==1.59.0
# Checkout
git clone https://github.com/DLR-TS/OSMP-Service.git
cd OSMP-Service
# Build
mkdir build && cd build
cmake .. -DBUILD_SHARED_LIBS=false -DCMAKE_BUILD_TYPE=Release
cmake --build . --target OSMPService
# Run
cd bin
./OSMPService
git clone https://github.com/DLR-TS/OSMP-Service.git
cd OSMP-Service
docker build -t ostar:osmpservice .
Install conan 1.x
Add conan.exe to PATH environment variable
Open the directory in Visual Studio and use the cmake integration.
Important runtime parameter | Description |
---|---|
<port> | open port |
<ip>:<port> | open port and allow only connections from ip |
-v | verbose prints |
Many configurations are available through CoSiMa Configuration. The complete list can be found here.
Check out the OSTAR documentation at OSTAR Quickstart.
[email protected] [email protected] [email protected]
This software was originally developed as part of SetLevel.