Use your wired USB Game Controller as a wireless controller with your Android device
- Load the apk into your Android device (socket-client-android)
- connect a generic USB Game Controller
- Install socket-server-pc dependencies:
pip3 install -r requirements.txt
- Load uinput kernel module:
modprobe -i uinput
- Change IP in socket-server-pc script
ipaddr = 'your.ip.address'
- Start socket server
python3 wctrl_server.py
- Connect to the socket server in Android device (default port: 1234):
your.ip.address:1234
- Done, check if it works
Add Dpad controls functionality