Skip to content

A simple client-server program that sends inputs from a xbox controller or a keyboard to a socket.

Notifications You must be signed in to change notification settings

cathartyc/remote-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote control

Simple proof-of-concept client-server application to send commands through a Python socket.

Tested with the Xbox Series X|S controller and a keyboard, on Linux machines.

Install

Just clone the repo

$ git clone --recursive https://github.com/cathartyc/remote-control.git
$ cd remote-control

Server

$ python3 remote_control-server.py [PORT]

Client

$ python3 remote_control-client.py [HOST] [PORT]

(currenty tried only with IPs, not tested on domain names)

About

A simple client-server program that sends inputs from a xbox controller or a keyboard to a socket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages