truta193 / joystick-socket

Made for DS4 controllers, configured for Hollow Knight default layout.

Repository from Github https://github.comtruta193/joystick-socketRepository from Github https://github.comtruta193/joystick-socket

joystick-socket

Made for DS4 controllers on linux, configured for Hollow Knight default layout. Meant to transmit controller inputs from one device to another via the network. My original use case was to wirelessly transmit input to my computer which had no bluetooth adaptor, using my laptop as a middleman.

The reciever should run the server w/o arguments:

./server

The sender should run the client with the following arguments:

./client RECV_IP PORT DEVICE

RECV_IP - the IP of the recieving computer

PORT - the port for communications (hardcoded to 8888)

DEVICE - the device path from /dev/

About

Made for DS4 controllers, configured for Hollow Knight default layout.


Languages

Language:C 100.0%