https://github.com/hairyfotr/remote-pad
Quick hack to send gamepad input via network to a virtual gamepad
https://github.com/hairyfotr/remote-pad
Last synced: 2 months ago
JSON representation
Quick hack to send gamepad input via network to a virtual gamepad
- Host: GitHub
- URL: https://github.com/hairyfotr/remote-pad
- Owner: HairyFotr
- Created: 2024-05-15T15:52:00.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T11:10:48.000Z (11 months ago)
- Last Synced: 2024-06-11T17:19:04.181Z (11 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Install:
sudo apt install libudev-dev libevdev-dev evtest python3-dev
sudo modprobe uinput
echo 'KERNEL=="uinput", GROUP="input", MODE="0660"' | sudo tee /etc/udev/rules.d/99-uinput.rules
sudo udevadm control --reload-rules
sudo usermod -aG input $USERLog out and in
Or use this for the current shell:
newgrp input
Or set the permissions to 666python -m venv env
. env/bin/activate
python -m pip install -r requirements.txtcp config.py.example config.py
The default config is for a local setup, change UDP_IP if remoteReceiver should open port 8888/udp on firewall and/or router
Optional:
Testing is possible using qjoypad