{"id":36831400,"url":"https://github.com/chrizog/someipy","last_synced_at":"2026-01-12T14:13:22.202Z","repository":{"id":219929593,"uuid":"748581069","full_name":"chrizog/someipy","owner":"chrizog","description":"A Python Library implementing the SOME/IP Protocol","archived":false,"fork":false,"pushed_at":"2026-01-10T11:17:56.000Z","size":955,"stargazers_count":70,"open_issues_count":2,"forks_count":25,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-11T03:22:49.040Z","etag":null,"topics":["automotive","autosar","autosar-adaptive","someip"],"latest_commit_sha":null,"homepage":"https://someipy.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrizog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-01-26T09:54:31.000Z","updated_at":"2026-01-10T11:16:00.000Z","dependencies_parsed_at":"2024-04-14T11:28:19.775Z","dependency_job_id":"b2e1a87d-f657-4df9-bba8-6a7102c52686","html_url":"https://github.com/chrizog/someipy","commit_stats":null,"previous_names":["chrizog/someipy"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/chrizog/someipy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrizog%2Fsomeipy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrizog%2Fsomeipy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrizog%2Fsomeipy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrizog%2Fsomeipy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrizog","download_url":"https://codeload.github.com/chrizog/someipy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrizog%2Fsomeipy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28340384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"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":["automotive","autosar","autosar-adaptive","someip"],"created_at":"2026-01-12T14:13:21.334Z","updated_at":"2026-01-12T14:13:22.184Z","avatar_url":"https://github.com/chrizog.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# someipy - A Python Library implementing the SOME/IP Protocol\n\n![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgist.githubusercontent.com%2Fchrizog%2F6a2e6f355eedf38ae3af74dcdb7b30a1%2Fraw%2F61630b4d2cc9c04aae78b3cca0cbc9c56e76f0e5%2Fcoverage_someipy_v1.json\u0026query=totals.percent_covered_display\u0026suffix=%20%25\u0026label=Line%20Coverage)\n\n\n## Get in Contact :postbox:\n\nIf you want to connect, have a feature request, bug report or need support, send me an email or connect on LinkedIn:\n\u003e :email: [someipy.package@gmail.com](mailto:someipy.package@gmail.com)  \n:electric_plug: [LinkedIn](https://www.linkedin.com/in/ch-herzog/)\n\n## Documentation :pencil2:\n\n:link: [https://someipy.readthedocs.io/en/latest/](https://someipy.readthedocs.io/en/latest/)\n\n\n## What is someipy?\n\nsomeipy is a Python library implementing the SOME/IP protocol, including the SOME/IP SD (Service Discovery) in Python. It's perfectly suited for fast prototyping of applications that need to provide (server) or use (client) SOME/IP services from other ECUs.\n\nsomeipy also supports serialization and deserialization of SOME/IP payloads, which is a unique feature compared to other libraries.\n\nsomeipy is still under development; therefore, it does not yet support all features of the SOME/IP and SOME/IP Service Discovery protocol specification.\n\nsomeipy is based on the specification version of R22-11:\n- [SOME/IP Protocol Specification](https://www.autosar.org/fileadmin/standards/R22-11/FO/AUTOSAR_PRS_SOMEIPProtocol.pdf)\n- [SOME/IP Service Discovery Protocol Specification](https://www.autosar.org/fileadmin/standards/R22-11/FO/AUTOSAR_PRS_SOMEIPServiceDiscoveryProtocol.pdf)\n\nThe library is currently developed and tested under Ubuntu 22.04 and Python 3.8. Windows is supported as well.\n\n## Typical Use Cases\n\nsomeipy excels in scenarios where a full-scale Autosar (Adaptive or Classic) integration would be excessive:\n\n- :test_tube: **Develop Test Applications**: Easily create test applications to stimulate the SOME/IP interfaces of your system under test. Whether running on a PC in a SIL environment or on an ECU, someipy allows you to efficiently send and receive SOME/IP events or utilize/provide SOME/IP services. Test data can be seamlessly generated or imported in Python, from sources such as .csv files or ROS bag files. Explore the [example applications](#example-applications) for more details.\n\n- :battery: **Prototype Sensor Integration**: Quickly integrate new sensors into your project using SOME/IP, ideal for evaluating the sensor's potential impact without significant effort. Define the message/parameter layout in Python and create a server service instance in minutes. Check out the [example application](#example-applications) *send_events_udp.py* for a practical demonstration.\n\n- :microscope: **Data Recording**: Set up a SOME/IP recording application in just a few minutes and store data in your preferred format, such as ROS bags, .csv files, or databases. Simply dump the received data within your callback function. The [example application](#example-applications) *receive_events_udp.py* illustrates this process.\n\n## Installation\n\nThe package can be installed from [PyPi](https://pypi.org/project/someipy/).\n\n```bash\npip3 install someipy\n```\n\n## Example Applications\n\nIn the directory [example_apps](./example_apps/), examples including explanations, can be found for using the someipy library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrizog%2Fsomeipy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrizog%2Fsomeipy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrizog%2Fsomeipy/lists"}