{"id":28685198,"url":"https://github.com/test-fullautomation/robotframework-uds","last_synced_at":"2026-01-16T11:37:49.222Z","repository":{"id":252351574,"uuid":"824192888","full_name":"test-fullautomation/robotframework-uds","owner":"test-fullautomation","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-24T07:09:22.000Z","size":4221,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-11-27T19:54:16.743Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/test-fullautomation.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":"2024-07-04T14:51:50.000Z","updated_at":"2025-11-19T11:29:13.000Z","dependencies_parsed_at":"2024-11-01T10:19:23.563Z","dependency_job_id":"4bce082b-e5c1-4eb1-a2a5-f34aa37f97ab","html_url":"https://github.com/test-fullautomation/robotframework-uds","commit_stats":null,"previous_names":["test-fullautomation/robotframework-uds"],"tags_count":125,"template":false,"template_full_name":null,"purl":"pkg:github/test-fullautomation/robotframework-uds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-fullautomation%2Frobotframework-uds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-fullautomation%2Frobotframework-uds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-fullautomation%2Frobotframework-uds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-fullautomation%2Frobotframework-uds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/test-fullautomation","download_url":"https://codeload.github.com/test-fullautomation/robotframework-uds/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-fullautomation%2Frobotframework-uds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: 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":[],"created_at":"2025-06-14T04:00:44.498Z","updated_at":"2026-01-16T11:37:49.217Z","avatar_url":"https://github.com/test-fullautomation.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":["Embedded"],"readme":"# RobotFramework_UDS Package Description\r\n\r\n## Getting Started\r\n\r\nThe library **RobotFramework_UDS** provides a set of Robot Framework\r\nkeywords for sending UDS (UnifiedDiagnostic Services) requests and\r\ninterpreting responses from automotive electronic control units (ECUs).\r\n\r\nWhether you're testing diagnostic sessions, reading data, or controlling\r\nroutines on an ECU, the UDS Library simplifies these tasks by offering\r\nspecific keywords for almost any UDS service as defined in [ISO\r\n14229](https://automotive.wiki/index.php/ISO_14229).\r\n\r\nThese keywords are designed to handle the complexity of UDS\r\ncommunication, enabling you to write efficient and reliable automated\r\ntests.\r\n\r\n## How to install\r\n\r\nThe **RobotFramework_UDS** can be installed in two different ways.\r\n\r\n1.  Installation via PyPi (recommended for users)\r\n\r\n    ``` \r\n    pip install RobotFramework_UDS\r\n    ```\r\n\r\n    [RobotFramework_UDS in\r\n    PyPi](https://pypi.org/project/RobotFramework_UDS/)\r\n\r\n2.  Installation via GitHub (recommended for developers)\r\n\r\n    -   Clone the **robotframework-uds** repository to your machine.\r\n\r\n        ``` \r\n        git clone https://github.com/test-fullautomation/robotframework-uds.git\r\n        ```\r\n\r\n        [RobotFramework_UDS in\r\n        GitHub](https://github.com/test-fullautomation/robotframework-uds)\r\n\r\n    -   Install dependencies\r\n\r\n        **RobotFramework_UDS** requires some additional Python\r\n        libraries. Before you install the cloned repository sources you\r\n        have to install the dependencies manually. The names of all\r\n        related packages you can find in the file `requirements.txt` in\r\n        the repository root folder. Use pip to install them:\r\n\r\n        ``` \r\n        pip install -r ./requirements.txt\r\n        ```\r\n\r\n        Additionally install **LaTeX** (recommended: TeX Live). This is\r\n        used to render the documentation.\r\n\r\n    -   Configure dependencies\r\n\r\n        The installation of **RobotFramework_UDS** includes to generate\r\n        the documentation in PDF format. This is done by an application\r\n        called **GenPackageDoc**, that is part of the installation\r\n        dependencies (see `requirements.txt`).\r\n\r\n        **GenPackageDoc** uses **LaTeX** to generate the documentation\r\n        in PDF format. Therefore **GenPackageDoc** needs to know where\r\n        to find **LaTeX**. This is defined in the **GenPackageDoc**\r\n        configuration file\r\n\r\n        ``` \r\n        packagedoc\\packagedoc_config.json\r\n        ```\r\n\r\n        Before you start the installation you have to introduce the\r\n        following environment variable, that is used in\r\n        `packagedoc_config.json`:\r\n\r\n        -   `GENDOC_LATEXPATH` : path to `pdflatex` executable\r\n\r\n    -   Use the following command to install **RobotFramework_UDS**:\r\n\r\n        ``` \r\n        setup.py install\r\n        ```\r\n\r\n## Package Documentation\r\n\r\nA detailed documentation of the RobotFramework_UDS package can be found\r\nhere:\r\n[RobotFramework_UDS.pdf](https://github.com/test-fullautomation/robotframework-uds/blob/develop/RobotFramework_UDS/RobotFramework_UDS.pdf)\r\n\r\n## Feedback\r\n\r\nTo give us a feedback, you can send an email to [Thomas\r\nPollerspöck](mailto:Thomas.Pollerspoeck@de.bosch.com)\r\n\r\nIn case you want to report a bug or request any interesting feature,\r\nplease don\\'t hesitate to raise a ticket.\r\n\r\n## Maintainers\r\n\r\n[Thomas Pollerspöck](mailto:Thomas.Pollerspoeck@de.bosch.com)\r\n\r\n[Mai Minh Tri](mailto:tri.maiminh@vn.bosch.com)\r\n\r\n## Contributors\r\n\r\n[Holger Queckenstedt](mailto:holger.queckenstedt@de.bosch.com)\r\n\r\n[Tran Duy Ngoan](mailto:ngoan.tranduy@vn.bosch.com)\r\n\r\n## License\r\n\r\nCopyright 2020-2024 Robert Bosch GmbH\r\n\r\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you\r\nmay not use this file except in compliance with the License. You may\r\nobtain a copy of the License at\r\n\r\n\u003e [![License: Apache\r\n\u003e v2](https://img.shields.io/pypi/l/robotframework.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \\\"AS IS\\\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftest-fullautomation%2Frobotframework-uds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftest-fullautomation%2Frobotframework-uds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftest-fullautomation%2Frobotframework-uds/lists"}