I am building a game pad server.
The game pad server, when finished, will send 4 controller signals from a Raspberry Pi 4 to a Windows client. This essentially converts USB gamepads into wireless gamepads.
The windows client is mostly finished, I have a GUI with button remapping and button animations.
I still need to create a GUI for the server and optimize server/client reconnections but the script does run.
Also going to add options for distributable folders and windows installers when its all said and done.
Server: https://github.com/douggmill/RPI4-USB-Game-Pad-Server
Client: https://github.com/douggmill/Windows-Virtual-Pad-Client