Skip to content

Create websocket connection between your mobile and computer via USB.

Notifications You must be signed in to change notification settings

beckietech/Websocket-Adb-Forward

 
 

Repository files navigation

The well-known stetho library has implemented a tiny websocket server internally, for interacting with the chrome explorer on computer. In the same way, we can use it to interact with the client applications which are on computer.

This project demonstrates a simple messenger system between mobile and computer. It includes a server app runing on the mobile, a py-client and a web-client runing on the computer. You can see the code for more detail.

For forwarding messages through the websocket between computer and mobile, we need to use the adb forward command. See here.

screenshot

About

Create websocket connection between your mobile and computer via USB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 77.3%
  • JavaScript 8.9%
  • Python 8.6%
  • HTML 4.8%
  • CSS 0.4%