{"id":34120521,"url":"https://github.com/opensimulationinterface/osi-sensor-model-packaging","last_synced_at":"2026-03-09T23:02:01.398Z","repository":{"id":16741900,"uuid":"80537886","full_name":"OpenSimulationInterface/osi-sensor-model-packaging","owner":"OpenSimulationInterface","description":"This document specifies the ways in which sensor models are to be packaged for use in simulation environments with FMI 2.0","archived":false,"fork":false,"pushed_at":"2025-11-13T11:53:15.000Z","size":769,"stargazers_count":43,"open_issues_count":14,"forks_count":18,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-12-17T07:01:44.704Z","etag":null,"topics":["asam","open-simulation-interface","osi","simulation"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenSimulationInterface.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-01-31T16:21:37.000Z","updated_at":"2025-11-13T11:53:13.000Z","dependencies_parsed_at":"2024-02-26T11:55:41.186Z","dependency_job_id":"b420a24e-28a0-4e24-aa04-137ac51401a5","html_url":"https://github.com/OpenSimulationInterface/osi-sensor-model-packaging","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/OpenSimulationInterface/osi-sensor-model-packaging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenSimulationInterface%2Fosi-sensor-model-packaging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenSimulationInterface%2Fosi-sensor-model-packaging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenSimulationInterface%2Fosi-sensor-model-packaging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenSimulationInterface%2Fosi-sensor-model-packaging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenSimulationInterface","download_url":"https://codeload.github.com/OpenSimulationInterface/osi-sensor-model-packaging/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenSimulationInterface%2Fosi-sensor-model-packaging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30315963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asam","open-simulation-interface","osi","simulation"],"created_at":"2025-12-14T21:29:19.332Z","updated_at":"2026-03-09T23:02:01.391Z","avatar_url":"https://github.com/OpenSimulationInterface.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OSI Sensor Model Packaging\n\n[![CI Builds](https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/actions/workflows/build.yaml/badge.svg)](https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/actions/workflows/build.yaml)\n\nOSI Sensor Model Packaging specifies ways in which models (like e.g. environmental effect models, sensor models and logical models) using the [Open Simulation Interface (OSI)][] are to be packaged for their use in simulation environments using FMI 2.0.\nThe specification can be found in the [doc/osi-sensor-model-packaging_spec.adoc](doc/osi-sensor-model-packaging_spec.adoc) document in this repository.\n\nFor more detailed information see the [official documentation](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/sensor-model/misc/introduction.html).\n\n[Open Simulation Interface (OSI)]: https://github.com/OpenSimulationInterface/open-simulation-interface\n\n## Usage\nThe examples in the directory [`examples`](https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/tree/master/examples) of this repository can be built using CMake. They require that the open-simulation-interface submodule of the repository is populated.\n\nThe [`OSMPDummySource`](https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/tree/master/examples/OSMPDummySource) example can be used as a simplistic source of SensorView (including GroundTruth) data, that can be connected to the input of an OSMPDummySensor model, for simple testing and demonstration purposes.\n\nThe [`OSMPCNetworkProxy`](https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/tree/master/examples/OSMPCNetworkProxy) example demonstrates a simple C network proxy that can send and receive OSI data via TCP sockets.\n\nThe [`OSMPDummySensor`](https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/tree/master/examples/OSMPDummySensor) example can be used as a simple dummy sensor model, demonstrating the use of OSI for sensor models consuming SensorView data and generating SensorData output.\n\n## Installation\n##### Dependencies\n\nInstall `cmake` 3.10.2:\n```bash\n$ sudo apt-get install cmake\n```\nInstall `protobuf` 3.0.0:\n```bash\n$ sudo apt-get install libprotobuf-dev protobuf-compiler\n```\n\n##### Build examples\n```bash\n$ git clone https://github.com/OpenSimulationInterface/osi-sensor-model-packaging.git\n$ cd osi-sensor-model-packaging\n$ git submodule update --init\n$ cd examples\n$ mkdir -p build\n$ cd build\n$ cmake ..\n$ cmake --build .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensimulationinterface%2Fosi-sensor-model-packaging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensimulationinterface%2Fosi-sensor-model-packaging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensimulationinterface%2Fosi-sensor-model-packaging/lists"}