1
0
Fork 0
A WebSocket server for accessing memory of emulated games in Dolphin
This repository has been archived on 2024-02-07. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-03-27 23:53:35 +09:00
src/supDolphinWS [v0.1.1] Fixed bug reading MEM2 2023-03-27 23:53:35 +09:00
.gitignore [v0.1.0] init 2023-03-09 17:55:01 +09:00
CHANGELOG.md [v0.1.1] Fixed bug reading MEM2 2023-03-27 23:53:35 +09:00
LICENSE [v0.1.0] init 2023-03-09 17:55:01 +09:00
pyproject.toml [v0.1.0] init 2023-03-09 17:55:01 +09:00
README.md [v0.1.0] init 2023-03-09 17:55:01 +09:00
setup.cfg [v0.1.1] Fixed bug reading MEM2 2023-03-27 23:53:35 +09:00

supDolphinWSServer

A WebSocket server for accessing memory of emulated games in Dolphin.

This tool only runs on Windows currently.

Prerequisite

Installation/Upgrade

pip install -U supDolphinWS-server

Usage

python -m supDolphinWS.server

Use the following command to see the available options:

python -m supDolphinWS.server --help