Skip to content

kelltom/myRemote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myRemote

About

myRemote is an Android application to act as a remote control for your PC (works best on Windows). This application allows the user to connect to their PC device over Wi-Fi, enabling control over the PC’s mouse, keyboard input, quick access to popular media sites such as YouTube & Netflix, and more. The application is split into 2 parts: client and server.

How to Use

  • Navigate to Releases in this repository and download myRemote_Client.apk, and myRemote_Server.jar.
  • Install and run the APK on an Android device or emulator (tested and optimized for the Nexus5X, API > 20).
  • Run the myRemote_Server.jar file on a PC.
  • Upon running the server-side application, the interface will display an IP address, as well as a port number.

disconnected

  • Enter the IP address and port number into the mobile app’s login page and tap "Connect".

connection_view1

  • Once a connection is established, you may use the mobile phone as a remote to control the desktop's keyboard and mouse. Connection status can be verified by checking the server application interface.

remote_view1

connected 2


Source Code Links

Client Source Code

Server Source Code