Skip to content

ArkStructCodes/padpipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪈 PadPipe

Pipes inputs over the network into a virtual gamepad device on linux.


Version

Install

Pre-built binaries can be downloaded directly from the releases page.

To install from source, run:

cargo install --locked --git https://github.com/ArkStructCodes/padpipe

This requires the nightly toolchain to build.

Documentation

Soon™ :)

Troubleshooting

If the device cannot be accessed, ensure the uinput kernel module is loaded.

If any issues occur regarding permissions, create a udev rule to allow access to the device:

echo 'KERNEL=="uinput", SUBSYSTEM=="misc", TAG+="uaccess", OPTIONS+="static_node=uinput"' | sudo tee /etc/udev/rules.d/60-allow-uinput-access.rules

This is unnecessary when steam is installed as the rule is already bundled with the package.

About

Pipes inputs over the network into a virtual gamepad device.

Topics

Resources

License

Stars

Watchers

Forks

Languages