Control your laptop/computer using your Android Phone over Wi-Fi.
This is an android application that can remotely control the hosting computer using Wi-Fi. The server is located at the remote computer then the client in the android device tries to connect to the server. Once the connection is successful the android device can control the pc remotely.
- Control Mouse Movement
- Mouse Left Click, Mouse Right Click
- KeyBoard Typing
- ShutDown
- Restart
- Sleep
- Lock Screen
- Control Brightness of laptop/computer
- Control presentation on laptop via phone
- Multiple keys support
- Pause/Play, Previous, Next for a music/video player
Connect your phone and laptop/computer via hotspot on phone and wifi on laptop
Run the Server.java
file (It will create a server and will accept the request from the client android phone)
- Build and Run
PC_Controller
- Change
Constants.SERVER_IP
to your computer's ip address Constants.SERVER_PORT
is predefine, if you are facing problem due to busy port number make sure you change theConstants.SERVER_PORT
to a free port number- Install the build in Android Device
- Tap on
CONNECT
button on the Home Screen - Now you can control the pc and use the bottom navigation to use the features 🙂
Home | Mouse Control |
---|---|
Keyboard | Multiple Keys |
---|---|
Distributed under the MIT License. See LICENSE
for more information.
Email - hdabhade7@gmail.com LinkedIn - https://www.linkedin.com/in/harshad-dabhade-a2a584175/
Project Link: https://github.com/Harshad09/PC-Remote-Access