let webusb = await Adb.open("WebUSB");
let adb = await webusb.connectAdb("host::");
let shell = await adb.shell("uname -a");
console.log(await shell.receive());
forked from webadb/webadb.js
-
Notifications
You must be signed in to change notification settings - Fork 2
ADB host implementation based on WebUSB
License
klausw/webadb.js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
ADB host implementation based on WebUSB
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 87.4%
- HTML 12.6%