/remote-control

Remotely control your device over the internet

Primary LanguagePython

remote-control

About

A utility to remotely control your device, over internet.

Installation

Clone this repository:

$ git clone https://github.com/johnmanjohnston/remote-control

cd into the project files and install the dependancies

$ cd remote-control
$ pip install -r requirements.txt

Usage

TODO

To stop the server from running, visit /killserver. It'll throw a KeyboardInterrupt exception which will stop the server from running.