Use your smartphone as pc mouse.
This project is made to control your pc mouse using your smartphone.
I got this idea since I searched one like this but all I found was not user-friendly and not easy to setup.
This is the server side app.
The server side app is running on the pc you want to control his mouse.
- The program generating connection key out of users pc ip, you must have WIFI for this to work.
- The user should insert the key in the smartphone app and the pc.
- The server program will create and listen to socket on port 3333.
- Each operation commend sent by the client will be translated into operation the mouse to do.
This program is very easy to launch.
- Make sure you have JVM installed, this is java program and will run on any machine as long as JVM installed.
- Open Terminal/CMD and navigate to the folder where Main.class is located.
- In Terminal/CMD insert
java Main
, this will launch the program and generate connection key for you.
It will look like this:
- Insert your connection key in the smartphone app and you are good to go!
MIT License