Skip to content

synacktiv/adb_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Debug Bridge (ADB) client implementation in pure Rust !

crates.io ci status dependency status dependency status

Main features of this library:

  • Full Rust, don't use adb * shell commands to interact with devices
  • Supports
    • Using ADB server as a proxy (standard behavior when using adb CLI)
    • Connecting directly to end devices (without using adb-server)
      • Over USB
      • Over TCP/IP
  • Implements hidden adb features, like framebuffer
  • Highly configurable
  • Easy to use !

adb_client

Rust library implementing both ADB protocols (server and end-devices) and providing a high-level abstraction over the many supported commands.

Improved documentation available here.

adb_cli

Rust binary providing an improved version of Google's official adb CLI, by using adb_client library. Provides an usage example of the library.

Improved documentation available here.

Related publications

Some features may still be missing, all pull requests are welcome !

Releases

No releases published

Packages

No packages published

Languages