Skip to content

Connecting

Rolando Islas edited this page Mar 26, 2017 · 6 revisions

After installing drc-sim, the process of connecting to the Wii U can begin.

This guide has been updated for drc-sim version 1.3 and newer. See this pages history for and older guide.

If any errors are encountered see errors before creating a new issue.

Network Addresses

The Wii U <> gamepad wireless access point uses the gateway IP 192.168.1.1, the gamepad (and drc-sim) use 192.168.1.11, and the Wii U uses 192.168.1.10. The easiest network configuration, with normal network traffic, would avoid the 192.168.1.x gateway and DHCP/static IPs.

Setting the IP of a router to 192.168.2.1 avoids conflicts with the Wii U and any modems using 192.168.0.1.

Running | GUI

Depending on the install method used the server can be launch via:

  • A GUI icon (DRC SIM Server) if a desktop with an application manager/list is installed.

  • drc-sim-backend

  • drc-sim-backend.py

Getting the Key

The Wii U must be in gamepad sync mode to pair and obtain authentication details.

From the "Get Key" tab on the GUI select the interface to use when connecting to the Wii U. Next, enter the code shown by the Wii U by pressing the card suit icons in order.

Running the Server

Ensure DRC Sim Server is already paired to the Wii U.

From the "Run Server" tab and select a Wii U and normal traffic interface. Click start and wait for a connection to be established.

Note: If a loopback interface (e.g. lo) is selected, only a client running on the same computer as the server will be able to connect.

Running | CLI

The CLI can only be used by calling the drc-sim-backend.py script directly.

See its help documentation. drc-sim-backend.py -h

TODO

Clone this wiki locally