mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
.. | ||
src | ||
.eslintrc.cjs | ||
.npmignore | ||
package.json | ||
README.md | ||
tsconfig.build.json | ||
tsconfig.json |
@yume-chan/adb-daemon-ws
ADB daemon transport connection for @yume-chan/adb
using WebSocket API.
Requires WebSockify softwares to bridge the connection between TCP (ADB over Wi-Fi) and WebSocket.
WARNING: WebSocket is an unreliable protocol! When send buffer is full, it will throw away any new-coming data, or even cut the connection completely.
Note: This package only demonstrate the possibility. It's not intended to be used in production, thus not published to NPM registry.