sebastiansam55 / stadia-bluetooth

Stadia controller over bluetooth
GNU General Public License v3.0
29 stars 1 forks source link

Wifi a possibility? #2

Open thomasfjen opened 3 years ago

thomasfjen commented 3 years ago

Hey Great Project! I'm currently looking to use my stadia contoller for local game streaming and found your project. Since my Client-PC hasn't got any wireless connection i was wondering if it would be maybe possible to use wifi from the Pi for a connection. It maybe could have the benefit of a lower latency, ofcourse if your Wifi Connection is stable enough.

Would like to hear you are thinking about that.

Greetings, Thomas

sebastiansam55 commented 3 years ago

If you're fine using Linux on the game machine you can checkout my project that inspired this one, https://github.com/sebastiansam55/uinput-kvm

There is a windows client but it doesn't have support for gamepad inputs.

It seems like I handled the lower processing power of the RPi0 in that project by switching libraries. If you're feeling enterprising you can probably fork uinput-kvm and carry over some of the code from here to use evtest and a pipe. for the linux_client.py

And thank you for your interest in the project!!