Skip to content

DLR-TS/OSMP-Service

Repository files navigation

OSTAR OSMP-Service

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.

Installation Guide

Linux

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

Docker

 git clone https://github.com/DLR-TS/OSMP-Service.git
 cd OSMP-Service
 docker build -t ostar:osmpservice .

Windows

Install conan 1.x
Add conan.exe to PATH environment variable
Open the directory in Visual Studio and use the cmake integration.

Run

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.

Further information

Check out the OSTAR documentation at OSTAR Quickstart.

Contacts

[email protected] [email protected] [email protected]

This software was originally developed as part of SetLevel.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages