Skip to content

Remote PC controll application made during EUhack - Free Hacking

Notifications You must be signed in to change notification settings

PRemoteApp/Premote-Android

Repository files navigation

PRemote-Android

Remote PC controll application made during EUhack - Free Hacking.
This repository is Android side of PRemote.

What is it?3

PRemote is an application that allows you to control your PC from mobile.

How to run?

  1. Download the mobile and desktop app
git clone https://github.com/PRemoteApp/Premote-PC.git
git clone https://github.com/PRemoteApp/Premote-Android.git
  1.  Create project on firebase & Download google-services.json
     Copy it and paste it to ./PRemote-PC/ Folder
     and to ./PRemote-Android/app/ Folder
  2. Run PC application via terminal using following code:
 # Ubuntu:
 nohup python3 app.pyw &
 
 # Windows:
 python3 app.pyw
  1. Connect to both devices from SAME account
  2.   Click the Microphone button on phone
      Say command (ex: "Play music")
      Enjoy :)

How does it work?

Firebase real-time database makes it easy to implement simple & effective apps like this.


  • Android sends command to Firebase Real-Time database.
  • PC listens to database change (specifically users scope), parses command and executes method.

About

Remote PC controll application made during EUhack - Free Hacking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages