supDolphinWS Demo

Author: sup39(サポミク)
Source: https://github.com/sup39/supDolphinWS.js
How to setup a supDolphinWS Server

Preparation

Make sure you have Python >= 3.8 and Dolphin beta/dev version installed. Press "Windows Key + R" and enter cmd.exe to open command prompt, and run the following command:

pip install -U supDolphinWS-server

Starting the Server

Start the game in Dolphin. Press "Windows Key + R" and enter cmd.exe to open command prompt, and run the following command:

python -m supDolphinWS.server

The server will listen on localhost:35353. If you want to listen on other host or port, use the following command instead:

python -m supDolphinWS.server -h HOST -p POST
Use python -m supDolphinWS.server --help for more information.

Fail to connect to server?

If you have started up the server but still cannot connect to it, try to disable Ad block. There is no Ad on this page so don't worry :)