No description
Find a file
2023-09-21 11:26:09 +08:00
.github chore: remove deprecated packages 2023-09-15 18:26:34 +08:00
.vscode feat(adb): add getListenAddresses to AdbTcpIpCommand 2023-08-26 00:31:08 +08:00
apps/cli chore: update dependencies 2023-09-21 11:26:09 +08:00
common chore: update dependencies 2023-09-21 11:26:09 +08:00
libraries chore: update dependencies 2023-09-21 11:26:09 +08:00
toolchain chore: update dependencies 2023-09-21 11:26:09 +08:00
.gitattributes chore: convert line ending to lf 2022-05-15 21:15:31 +08:00
.gitignore chore: convert line ending to lf 2022-05-15 21:15:31 +08:00
.prettierrc.yaml fix(scrcpy): options.setListDisplays not work for some versions 2023-07-15 12:46:37 +08:00
adb.NOTICE chore: add NOTICE from adb repo 2021-08-01 23:39:04 +08:00
codecov.yml chore: experimental moving to rush 2021-05-14 15:31:59 +08:00
CONTRIBUTING.md chore: remove deprecated packages 2023-09-15 18:26:34 +08:00
LICENSE chore: update license year 2023-01-13 02:02:31 +08:00
README.md chore: fix a link in README 2023-09-15 18:32:26 +08:00
rush.json chore: remove deprecated packages 2023-09-15 18:26:34 +08:00

Tango

MIT license

A library and a Web app that allow browsers to interact with Android devices via ADB (Android Debugging Protocol).

All features work on Chrome for Android, use a C-to-C (or OTG) cable.

🚀 Web App | Old Demo

Working Modes

Direct Connection Mode

In this mode, Google ADB is not required for this library to communicate with Android devices (in fact, Google ADB must not be running in order to use this mode).

This mode is suitable for running on end-users' devices where Google ADB is not installed, or on mobile devices where Google ADB is not available.

Before connecting, make sure to close Google ADB (Run adb kill-server in a terminal or close adb.exe from Task Manager) and all programs that may use ADB (e.g. Android Studio, Visual Studio, Godot Editor, etc.).

Google ADB Client Mode

In this mode, this library talks to a Google ADB server, which is either running on the same machine or on a remote machine. This allows other ADB-based tools to work alongside this library.

Compatibility

Connection Chromium-based Browsers Node.js
Direct Connection over USB cable Supported using WebUSB API Supported using usb package
Direct Connection over TCP Waiting for Direct Sockets API Possible using net module
Google ADB client over TCP Waiting for Direct Sockets API Supported using net module

API documentation

Currently the API is unstable and the documentation is lacking, but there are three sources you can refer to:

Contribute

See CONTRIBUTING.md

Sponsors

Become a backer and get your image on our README on Github with a link to your site.

Used open-source projects