============ Problem Description ============
Mobile phones and computers in the same WiFi, can not control the phone through a computer, or there is a way to use WiFi signal instead of USB to control the phone
============ Solution 1============
This is the equivalent of remote control,
Develop a separate service to receive the instructions from the computer in real time and make the corresponding actions.
But need a server as a data exchange station, White is the socket communication.
The computer sends instructions to the server, and the server receives instructions to find out if there is an online mobile phone (the first time the phone needs to connect to the server first)
If any, send the socket data to the phone.
============ Solution 2============
Reference 2 Floor Dx_deepblue's reply:
Quote: Referring to the reply of the 1 floor birdsaction:
This is the equivalent of remote control,
Develop a separate service to receive the instructions from the computer in real time and make the corresponding actions.
But need a server as a data exchange station, White is the socket communication.
The computer sends instructions to the server, and the server receives instructions to find out if there is an online mobile phone (the first time the phone needs to connect to the server first)
If any, send the socket data to the phone.
The key is not to install any software on the phone
Do not install software is impossible to do, because there is no ready-made agreement ah, even if the phone received data, how to know what to do next?
Control your phone with a WiFi signal