An android APP to remote your laptop by android device.
Here is Server-side project, if want to go Client-side
see:https://github.com/TingYuanKe/RemoteController-Client_Anroid
# Introduction The Application Android app that send messages over wifi to the receiving server.
Using Socket mechanism, TCP / IP protocol to communicate with Server-side
Application allow users use to their own mobile phone to connect the computer via Wifi, and control the computer mouse ,keyboard, remote Powerpoint and other related actions.
- Runs on PC with Windows 7/10 OS.
develop usingVs2015 C# withDllImport("user32.dll" API
The main function of the server is to receive the messages from the CLIENT side, to decode and perform the corresponding operations, and to maintain the operation of the server
-
Runs on Android device. Send commands to PC.
develop using Android Studio withAndroid 5.0andSDKVersion 22The App(cleint) is divided into four classes.
Mouse Control: Touch on the screen to control the mouse with left and right mouse button. Single finger click on the screen for the left mouse click. Double finger click on the screean for the right mouse click.
Keyboard Control: Input the word or number on the android keyboard and click Enter to transfer the String to PC. Use backspace button on android keyboard to be backspace button on PC
PowerPoint Control: Developing...
System Control: Adjust the volume of the sound, mute, back to the desktop, sleep, shutdown.
- Donwload and run the application both on your phone(Client) and computer(Server)
- Make sure your computer is connected to the same WIFI location as your phone.
- Enter your IP address show on Server application to App side.
- Try it!
- PowerPoint Controll Module.
- Mechanism to detect if the socket is disconnected, and reconnected with both size application.
- Fix keyboard control with some bug that may get null input, and develop to support Chinese characters.
This application is a student-level project.The code may not be very clean and readable.
It's welcome to contact me if you have any question
TingYuan-Ke:prelude0390@hotmail.com




