Skip to content

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

Notifications You must be signed in to change notification settings

truta193/joystick-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages