How can I initiate an Android-to-PC HTTP request over USB?

前端 未结 5 1308
耶瑟儿~
耶瑟儿~ 2021-02-01 10:11

This has been asked before, but did not receive a satisfactory answer.

From my Android application, I need to send an HTTP request to a PC attached via USB. Typ

5条回答
  •  渐次进展
    2021-02-01 11:01

    It should be possible to use USB tethering for this purpose. When you start USB tethering for your PC at Android device then PC and Android became in same local network. It allows to access PC (for example test http server) via HTTP.

提交回复
热议问题