ya-webadb/libraries/adb-daemon-ws
2023-07-11 21:05:39 +08:00
..
src refactor: migrate to ES private fields 2023-07-11 21:05:39 +08:00
.eslintrc.cjs feat(adb): support connect to adb server (#549) 2023-05-14 03:54:03 +08:00
.npmignore feat(adb): support connect to adb server (#549) 2023-05-14 03:54:03 +08:00
package.json chore: update dependencies 2023-07-07 18:30:13 +08:00
README.md feat(adb): support connect to adb server (#549) 2023-05-14 03:54:03 +08:00
tsconfig.build.json feat(adb): support connect to adb server (#549) 2023-05-14 03:54:03 +08:00
tsconfig.json feat(adb): support connect to adb server (#549) 2023-05-14 03:54:03 +08:00

@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.