Ryzee119 / usb64

usb64 - A project developed to use USB controllers on the Nintendo 64 console :tv: :video_game:
MIT License
149 stars 15 forks source link

Some Questions #41

Closed conkydong closed 3 years ago

conkydong commented 3 years ago

Hi! Really great project that you have there!

Just one or two questions:

  1. Is it possible to run multiple bluetooth gamepads at the same time?
  2. Would it be somehow feasible to implement basic multiplayer over the internet, be it over wifi or cable?

Regards

Ryzee119 commented 3 years ago
  1. Currently bluetooth support is provided by using the wireless 8bitdo adaptor. These only support one controller. To support multiple bluetooth controllers you can use multiple 8bitdo adaptors via a USB hub.

  2. I guess its feasible. It requires a lot of other aspects outside the scope of this project. Its not currently supported.