ya-webadb/libraries/adb-backend-ws
2022-04-03 12:49:38 +08:00
..
src refactor(adb): let backends deserialize packets by themselves for better optimization 2022-04-03 12:49:38 +08:00
.npmignore chore: experimental moving to rush 2021-05-14 15:31:59 +08:00
package.json refactor: simplify base64 methods and rewrite test 2022-03-22 18:16:43 +08:00
README.md feat: rename childprocess to subprocess 2022-02-15 23:18:39 +08:00
tsconfig.json refactor: simplify base64 methods and rewrite test 2022-03-22 18:16:43 +08:00

@yume-chan/adb-backend-ws

Backend 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 close the connection.

Note: This package only demonstrate the possibility. It's not intended to be used in production, thus not published to NPM registry.