Skip to content

App that simulates a Remote Control for your Computer

Notifications You must be signed in to change notification settings

gvtorress/RemoteControlApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Control App


This project is a combination of BackEnd and FrontEnd Applications, that allows you to control your computer through an App on your Phone.
With many available streaming content and platforms, many people stopped using satellite TV and began using only a computer to watch and consume content, even connecting the computer in a TV sometimes.
I'm developing this project so I can control what I'm watching, without having to get out of bed to change content, go back or forward a few seconds on a video or series, pause, change the streaming platform and so on.

Mobile App with React Native

The Mobile App works with three Screens, as seen above.
The first one is where the App makes the connection with the server in the computer, you can either insert the internal IP address from your computer or automatically test the connection with already used IP adressess.
The second Screen is where most of the commands are, there you can choose what streaming platform to open, mute/unmute, fullscreen and back, pause and play, among other commands, and also you have an text input that writes whatever you whant in the computer, for searching porpuses for example. Only the "mouse" button on this screen that isn't a command, but it navigates to the third Screen.
There, you have some ways of controlling your mouse, with some pre-determined spaces or a space that works like a touchpad, also you can click the mouse, with both right or left buttons.

Python Script

The Python Script is used to control the mouse and the keyboard, so that we can use those commands sent by the App through keyboard shortcuts or mouse controlling.
I used the library Pyautogui, which is most used to automate repetitive tasks that uses mouse and keyboard.

Backend with NodeJs

The Backend application is a simple server with Express, that has a couple of routes in which it receives the commands from the App, and then it runs a command in cmd, calling the Python Script or just executing the command, depending on what is sent.
For this, I used the Child Process module from NodeJs, which allows me to call and execute a command in cmd on the background, without taking focus of what's on the screen.

About

App that simulates a Remote Control for your Computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published