{"id":41928113,"url":"https://github.com/eclipse-opensovd/opensovd-core","last_synced_at":"2026-06-17T05:00:35.114Z","repository":{"id":321055111,"uuid":"1025564501","full_name":"eclipse-opensovd/opensovd-core","owner":"eclipse-opensovd","description":"OpenSOVD core containing Server, Client and Gateway","archived":false,"fork":false,"pushed_at":"2026-06-10T10:23:00.000Z","size":375,"stargazers_count":19,"open_issues_count":14,"forks_count":17,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-06-10T12:23:52.025Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eclipse-opensovd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2025-07-24T12:54:50.000Z","updated_at":"2026-06-10T10:17:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0768d1c-9524-4fb9-8bb2-59dc3f7ca0dc","html_url":"https://github.com/eclipse-opensovd/opensovd-core","commit_stats":null,"previous_names":["eclipse-opensovd/opensovd-core"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/eclipse-opensovd/opensovd-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-opensovd%2Fopensovd-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-opensovd%2Fopensovd-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-opensovd%2Fopensovd-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-opensovd%2Fopensovd-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipse-opensovd","download_url":"https://codeload.github.com/eclipse-opensovd/opensovd-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-opensovd%2Fopensovd-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34434496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-01-25T17:34:00.847Z","updated_at":"2026-06-17T05:00:35.088Z","avatar_url":"https://github.com/eclipse-opensovd.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: Copyright (c) 2026 Contributors to the Eclipse Foundation\nSPDX-License-Identifier: Apache-2.0\n--\u003e\n\n# OpenSOVD Core\n\n\u003e Standardized diagnostic communication for connected vehicles.\n\n[![CI](https://github.com/eclipse-opensovd/opensovd-core/actions/workflows/ci.yaml/badge.svg?event=push\u0026branch=main)](https://github.com/eclipse-opensovd/opensovd-core/actions/workflows/ci.yaml?query=event%3Apush+branch%3Amain)\n[![Coverage](https://eclipse-opensovd.github.io/opensovd-core/coverage/badge.svg)](https://eclipse-opensovd.github.io/opensovd-core/coverage/)\n[![GHCR](https://img.shields.io/badge/ghcr.io-opensovd--gateway-blue?logo=github)](https://ghcr.io/eclipse-opensovd/opensovd-gateway)\n[![Chat](https://img.shields.io/badge/chat-slack-blue?logo=slack)](https://app.slack.com/client/T02MS1M89UH/C0958MQNGP2)\n[![License](https://img.shields.io/badge/license-Apache--2.0-blue)](LICENSE)\n[![Good First Issues](https://img.shields.io/github/issues/eclipse-opensovd/opensovd-core/good%20first%20issue?label=good%20first%20issues\u0026color=blue)](https://github.com/eclipse-opensovd/opensovd-core/labels/good%20first%20issue)\n\nOpen-source implementation of the [ISO 17978-3:2026](https://www.iso.org/standard/86587.html) SOVD (Service-Oriented Vehicle Diagnostics) standard.\n\n## Quick Start\n\n```bash\n# Run the gateway with mock data\ndocker run -p 7690:7690 ghcr.io/eclipse-opensovd/opensovd-gateway --mock\n\n# Verify it's running\ncurl -s http://127.0.0.1:7690/sovd/version-info | jq\n{\n  \"sovd_info\": [\n    {\n      \"version\": \"1.1\",\n      \"base_uri\": \"http://127.0.0.1:7690/sovd/v1\",\n      \"vendor_info\": {\n        \"version\": \"0.1.1\",\n        \"name\": \"OpenSOVD\"\n      }\n    }\n  ]\n}\n```\n\n## Development\n\n### Prerequisites\n\n- [Rust](https://rustup.rs/) (version and components auto-configured via `rust-toolchain.toml`)\n- [uv](https://docs.astral.sh/uv/) (optional) - Python package manager for running integration tests\n\n\u003e [!TIP]\n\u003e Open the project in a [Dev Container](https://containers.dev/) for a ready-to-use environment, or use [devenv](https://devenv.sh/) locally. See [Development docs](docs/development.md) for details.\n\n```bash\n# Build\ncargo build\n\n# Run the gateway with mock data\ncargo run -p opensovd-gateway -- --mock\n```\n\nFor testing instructions, see the [Testing guide](docs/testing.md).\n\n## Examples\n\nSee [examples/](examples/) for usage samples.\n\n## Documentation\n\n- [Architecture](docs/architecture.md)\n- [Development](docs/development.md)\n- [Testing](docs/testing.md)\n- [CI/CD](docs/ci.md)\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\n\nThis project is licensed under the [Apache License 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-opensovd%2Fopensovd-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclipse-opensovd%2Fopensovd-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-opensovd%2Fopensovd-core/lists"}