Home

Awesome

JoySendPy

A Python companion to NetJoy for non-Windows machines.
Requires the colorama, hidapi, pygame and keyboard python modules. Install them with pip install -r requirements.txt

python JoySender.py [OPTIONS] <ipaddress of host>

Options:

Example Usage:

To run JoySender with default settings, simply execute the following command, you will be prompted to enter a host address:

python JoySender.py

To specify the IP address and port of the host/server, type the ip and use the -p/--port option:

python JoySender.py 192.168.1.100 -p 8080

For DS4 emulation mode and latency output enabled, use the following command:

python JoySender.py -m 2 -l 

See JoySender++ Readme for more usage instructions.