Skip to content

Is it possible to list connected devices in a server? #505

Answered by yume-chan
dev-stupid-codes asked this question in Q&A
Discussion options

You must be logged in to vote

It depends on what you want the client to be able to do. If you expect the client to deploy and debug Apps from Android Studio, that's nearly impossible. If all features on the client side are developed by yourself, running in a Web browser (for example uploading an APK to install and control the device using Scrcpy Web client), although the code here can't do that, it's totally possible. Here are three methods you can connect to your devices over Internet.

  1. The simplest method is to forward all data from/to devices over a Web-friendly protocol, and let the core library runs at the client side to handle them. It's very easy to create custom transportation adapters for it. The adapter doe…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dev-stupid-codes
Comment options

Answer selected by dev-stupid-codes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants