Skip to content

EliaSulimanov/mouse_control_PC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mouse Control PC

Elia Sulimanov

Use your smartphone as pc mouse.

Contents

About

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.

How it works

  • 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.

Quick start

Using

This program is very easy to launch.

  1. Make sure you have JVM installed, this is java program and will run on any machine as long as JVM installed.
  2. Open Terminal/CMD and navigate to the folder where Main.class is located.
  3. In Terminal/CMD insert java Main, this will launch the program and generate connection key for you.
    It will look like this:
    CMD-Terminal
  4. Insert your connection key in the smartphone app and you are good to go!

Smartphone APP

Mouse Control-Android APP

License

MIT License

Releases

No releases published

Packages

No packages published

Languages