A version of DRC SIM Server written in C++.
It handles parses packets and serves clients.
This does not handle connecting to the Wii U. For that see DRC SIM Server.
Cmake is used as the build system.
Build dependencies include libavcodec-dev
, libswscale-dev
, and libjpeg-dev
.
If the Python version is installed, these dependencies are likely to be met.
cmake .
make
sudo make install
Usage: drc_sim_c [-h]
drc-sim (original) by memahaxx
- The original Python codebase
libdrc documentation by memahaxx
- Gamepad and Wii U software and hardware details
json-parser JSON parser
libjpeg JPEG image library
libav Video and audio processing library