Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages