{"id":43280517,"url":"https://github.com/cocool97/adb_client","last_synced_at":"2026-02-01T17:04:48.654Z","repository":{"id":39575806,"uuid":"444753413","full_name":"cocool97/adb_client","owner":"cocool97","description":"Rust ADB (Android Debug Bridge) client library","archived":false,"fork":false,"pushed_at":"2026-01-18T17:48:35.000Z","size":842,"stargazers_count":312,"open_issues_count":16,"forks_count":70,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-19T01:33:22.150Z","etag":null,"topics":["adb","android","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cocool97.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":"2022-01-05T10:03:16.000Z","updated_at":"2026-01-18T17:48:39.000Z","dependencies_parsed_at":"2024-08-09T15:12:50.292Z","dependency_job_id":"477e4751-7cf8-41d0-aebb-13e4f3ab3d10","html_url":"https://github.com/cocool97/adb_client","commit_stats":{"total_commits":24,"total_committers":4,"mean_commits":6.0,"dds":0.25,"last_synced_commit":"e13c0cb21ba789f308a308cec4b47e1beb239488"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/cocool97/adb_client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocool97%2Fadb_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocool97%2Fadb_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocool97%2Fadb_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocool97%2Fadb_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cocool97","download_url":"https://codeload.github.com/cocool97/adb_client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocool97%2Fadb_client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28983434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T16:29:42.054Z","status":"ssl_error","status_checked_at":"2026-02-01T16:29:41.428Z","response_time":56,"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":["adb","android","rust"],"created_at":"2026-02-01T17:04:48.182Z","updated_at":"2026-02-01T17:04:48.649Z","avatar_url":"https://github.com/cocool97.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" style=\"text-align: center\"\u003e\n  \u003cimg src=\"assets/logo.png\" width=\"33%\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cp align=\"center\"\u003eAndroid Debug Bridge (ADB) client implementation in pure Rust !\u003c/p\u003e\n    \u003cp align=\"center\"\u003e\n        \u003ca href=\"https://crates.io/crates/adb_client\"\u003e\n            \u003cimg alt=\"crates.io\" src=\"https://img.shields.io/crates/v/adb_client.svg\"/\u003e\n        \u003c/a\u003e\n        \u003ca href=\"https://crates.io/crates/adb_client\"\u003e\n            \u003cimg alt=\"msrv\" src=\"https://img.shields.io/crates/msrv/adb_client\"/\u003e\n        \u003c/a\u003e\n        \u003ca href=\"https://github.com/cocool97/adb_client/actions\"\u003e\n            \u003cimg alt=\"ci status\" src=\"https://github.com/cocool97/adb_client/actions/workflows/rust-build-matrix.yml/badge.svg\"/\u003e\n        \u003c/a\u003e\n        \u003ca href=\"https://deps.rs/repo/github/cocool97/adb_client\"\u003e\n            \u003cimg alt=\"dependency status\" src=\"https://deps.rs/repo/github/cocool97/adb_client/status.svg\"/\u003e\n        \u003c/a\u003e\n        \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n            \u003cimg alt=\"dependency status\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\"/\u003e\n        \u003c/a\u003e\n    \u003c/p\u003e\n\u003c/p\u003e\n\nMain features of this library:\n\n- Full Rust, don't use `adb *` shell commands to interact with devices\n- Supports\n  - Using ADB server as a proxy (standard behavior when using `adb` CLI)\n  - Connecting directly to end devices (without using adb-server)\n    - Over **USB**\n    - Over **TCP/IP**\n- Implements hidden `adb` features, like `framebuffer`\n- Highly configurable\n- Provides wrappers to use directly from Python code\n- Easy to use !\n\n## adb_client\n\nRust library implementing both ADB protocols (server and end-devices) and providing a high-level abstraction over the many supported commands.\n\nImproved documentation available [here](./adb_client/README.md).\n\n## examples\n\nSome examples showing of to use this library are available in the `examples` directory:\n\n- `examples/mdns`: mDNS device discovery\n\n## adb_cli\n\nRust binary providing an improved version of Google's official `adb` CLI, by using `adb_client` library.\nProvides a \"real-world\" usage example of this library.\n\nImproved documentation available [here](./adb_cli/README.md).\n\n## pyadb_client\n\nPython wrapper using `adb_client` library to export classes usable directly from a Python environment.\n\nImproved documentation available [here](./pyadb_client/README.md)\n\n## Related publications\n\n- [Diving into ADB protocol internals (1/2)](https://www.synacktiv.com/publications/diving-into-adb-protocol-internals-12)\n- [Diving into ADB protocol internals (2/2)](https://www.synacktiv.com/publications/diving-into-adb-protocol-internals-22)\n\nSome features may still be missing, all pull requests are welcome !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocool97%2Fadb_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcocool97%2Fadb_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocool97%2Fadb_client/lists"}