Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 474 Bytes

File metadata and controls

22 lines (17 loc) · 474 Bytes

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.