open-simulation-platform / cosim-demo-app

Application demonstrating libcosim features
https://open-simulation-platform.github.io/libcosim
Mozilla Public License 2.0
17 stars 4 forks source link

Support YAML scenario files #190

Open kyllingstad opened 4 years ago

kyllingstad commented 4 years ago

Currently, only JSON files in the scenarios subfolder are loaded, even though the underlying implementation also supports YAML (at least according to the docs).

Either, the demo app should also include scenarios in .yml and .yaml files, or it needs to be documented that it deviates from libcosim in this regard.