Skip to content

Veemyu/drc-sim-c-e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • The original Python codebase

libdrc documentation by memahaxx

  • Gamepad and Wii U software and hardware details

Additional Software

json-parser JSON parser

libjpeg JPEG image library

libav Video and audio processing library

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published