rolandoislas / drc-sim-c

Wii U Gamepad Simulator Backend
Other
12 stars 13 forks source link

DRC Sim Server

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.

Building

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

Running

Usage: drc_sim_c [-h]

Credits

drc-sim (original) by memahaxx

libdrc documentation by memahaxx

Additional Software

json-parser JSON parser

libjpeg JPEG image library

libav Video and audio processing library