|
|
vor 1 Jahr | |
|---|---|---|
| .. | ||
| apps | vor 1 Jahr | |
| common | vor 1 Jahr | |
| libraries | vor 1 Jahr | |
| toolchain | vor 1 Jahr | |
| .gitattributes | vor 1 Jahr | |
| .gitignore | vor 1 Jahr | |
| CONTRIBUTING.md | vor 1 Jahr | |
| LICENSE | vor 1 Jahr | |
| README.md | vor 1 Jahr | |
| adb.NOTICE | vor 1 Jahr | |
| codecov.yml | vor 1 Jahr | |
| rush.json | vor 1 Jahr | |
Manipulate Android devices from any (supported) web browsers, even from another Android device.
| Connection | Chromium-based Browsers | Firefox | Node.js |
|---|---|---|---|
| USB cable | Yes via WebUSB | No | Possible |
| Wireless via WebSocket 1 | Yes | Yes | Possible |
| Wireless via TCP | Yes via Direct Sockets 2 | No | Possible |
1 Requires WebSockify softwares, see instruction for detail.
2 Chrome for Android doesn't support Direct Sockets. Need extra steps to enable. See #349 for detail.
Accessing USB devices (especially your phone) directly from a web page can be very dangerous. Firefox developers even refused to implement the WebUSB standard because they considered it to be harmful.
See CONTRIBUTE.md