team-phoenix / Phoenix

A multi-system emulator and library manager designed to be both powerful and easy to use.
http://phoenix.vg
GNU General Public License v2.0
376 stars 40 forks source link

Wii U Controller remote play #105

Open athairus opened 9 years ago

athairus commented 9 years ago

Possible thanks to this library:

http://libdrc.org/index.html

chyyran commented 9 years ago

libdrc only works on Linux, if somehow you can port it to Windows that would be amazing

On Sat, Apr 11, 2015, 7:24 PM athairus notifications@github.com wrote:

Possible thanks to this library:

http://libdrc.org/index.html

— Reply to this email directly or view it on GitHub https://github.com/team-phoenix/Phoenix/issues/105.

athairus commented 9 years ago

Yeah, that's definitely going to be a requirement if Phoenix were to use the library, along with OS X. All 3 platforms are first-class citizens for this project.

So, the job will be:

athairus commented 8 years ago

The "driver" portion of this project is a small change to net/mac80211/iface.c that exposes a network time sync object internal to the module as a file that can be accessed from user mode. I don't yet know if this is already done in Windows or OS X

I've gotten this working on an Arch VM. Here's what needs to be done to close this issue:

athairus commented 8 years ago

Alternate method: Just stream over HTTP both ways. Implemented with UsendMii and Gamepad to PC:

https://gbatemp.net/threads/usendmii.342772/ https://gbatemp.net/threads/gamepad-to-pc-controller-release-tutorial.342360/

I doubt the latency is great, but maybe it'll make for a good fallback method for those who don't want to buy the necessary hardware?

WolfLink115 commented 5 years ago

Just wondering, but has anyone gotten libdrc to work yet, if so, do you need a WiiU for it to work??

thefloppydriver commented 2 years ago

@WolfLink115 I'm patching and setting up instructions on how to use the gamepad as a second screen and controller using libdrc, check my github for updates, I'll be posting my forks of the project and my new project there soon. https://youtu.be/_whlwABk7HE

WolfLink115 commented 2 years ago

@thefloppydriver Hey, thanks for responding. Sadly I do not have my Wii U gamepad anymore. However when I get another one if at all, I might try libdrc again.

Thanks again!