No description
Find a file
2023-04-20 11:29:56 +08:00
.github chore: update issue template 2023-01-26 06:02:27 +08:00
.vscode feat(scrcpy): support Scrcpy 2.0 (#495) 2023-04-15 19:50:46 +08:00
apps/demo feat(demo): hardcode display names for known browsers 2023-04-20 11:29:56 +08:00
common feat(devtools): support opera beta 2023-04-16 00:23:48 +08:00
libraries feat(scrcpy): support Scrcpy 2.0 (#495) 2023-04-15 19:50:46 +08:00
toolchain feat(scrcpy): support Scrcpy 2.0 (#495) 2023-04-15 19:50:46 +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
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: bump version to 0.0.19 2023-04-09 14:18:42 +08:00
LICENSE chore: update license year 2023-01-13 02:02:31 +08:00
README.md chore: fix link in README (#519) 2023-03-24 23:43:00 +08:00
rush.json feat(scrcpy): support Scrcpy 2.0 (#495) 2023-04-15 19:50:46 +08:00

Tango

GitHub license

A library and application for browsers to interact with Android devices via ADB.

🚀 Online Demo

Compatibility

Connection Chromium-based Browsers Firefox Node.js
USB cable Supported using WebUSB API No Supported using usb package
Wireless via WebSocket 1 Supported Supported Possible using ws package
Wireless via TCP WIP using Direct Sockets API No Possible using net module

1 Requires WebSockify softwares, see instruction for detail.

Features

  • 📁 File Management
    • 📋 List
    • ⬆ Upload
    • ⬇ Download
    • 🗑 Delete
  • 📷 Screen Capture
  • 📜 Interactive Shell
  • ⚙ Enable ADB over WiFi
  • 📦 Install APK
  • 🎥 Scrcpy compatible client (screen mirroring and controlling device)
  • 🔌 Power and reboot to different modes

📋 Project Roadmap

Contribute

See CONTRIBUTING.md

Credits