Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support controllers over the network #10

Open
gvieralopez opened this issue Aug 28, 2021 · 3 comments
Open

Support controllers over the network #10

gvieralopez opened this issue Aug 28, 2021 · 3 comments

Comments

@gvieralopez
Copy link

I was wondering if it is possible to map the inputs of a device in a different system and send them over the network to the the computer near the Switch with the Bluetooth controller. This project does it, but I couldn't use it because their pairing process is not working in SwitchOS 12.1.0.

@cazwacki
Copy link

This is possible, I've done it on a personal project that uses this. Mine is a lot more rudimentary than that one. Basically, you need to write some code that can read inputs from the controller and turn it into a code that is small so you can send them over the network. I use WebSocket to establish connection between client and computer near the Switch. The host computer receives the code and translates it into a corresponding switch input, then uses Poohl's joycontrol to actually send the input to the Switch.

@gvieralopez
Copy link
Author

This is possible, I've done it on a personal project that uses this. Mine is a lot more rudimentary than that one. Basically, you need to write some code that can read inputs from the controller and turn it into a code that is small so you can send them over the network. I use WebSocket to establish connection between client and computer near the Switch. The host computer receives the code and translates it into a corresponding switch input, then uses Poohl's joycontrol to actually send the input to the Switch.

Thanks a lot for pointing your project. I will test it this weekend. Any chance you know if it works on SwitchOS 12.1.0?

@cazwacki
Copy link

Yes, it seems to be working. A friend has been playing Animal Crossing frequently on my Switch even recently, with the software updated. Note that the existing issues in joycontrol (e.g. gyroscope erratic behavior, etc.) will be reflected in my project as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants