Crates.io | adbear |
lib.rs | adbear |
version | 0.1.1 |
source | src |
created_at | 2024-09-24 17:07:16.010869 |
updated_at | 2024-09-24 17:13:02.997105 |
description | CLI to enable ADB pairing over WiFi |
homepage | https://msfjarvis.github.io/adbear |
repository | https://github.com/msfjarvis/adbear |
max_upload_size | |
id | 1385449 |
size | 68,495 |
This is an attempt to alleviate a personal pain point of mine where I have to keep re-pairing my devices and the usual dance of obtaining pairing codes and typing in multiple ADB commands was growing quite wearisome. It is inspired by the ADB-QR VSCode extension and has also been a reference implementation alongside the official ADB Wifi architecture docs.
As of now the CLI works most of the time but deals with any unexpected situations rather poorly. Some logging infrastructure also needs to be built up to ease debugging as well as do a better job of reporting things to users.
Dual licensed under Apache 2.0 or MIT at your option.