Forwarder Factory for the Nintendo Wii
TODO: Port ssock to Wii and use it here.
As far as I can tell, this only builds on an Arch Linux host, and quite frankly I cannot be bothered to port it to anything else. You can use Docker as a development environment if you want to.
- Run the following:
source /etc/profile.d/devkit-env.shIf you do not run this, /opt/devkitpro will be used, which will work fine, so this is mostly optional. If this file does not exist, install DevkitPro withpacman -S wii-dev. - Run 
./install-deps.shto download and install the dependencies. This might be optional for now, I don't know. - Run 
./create-build-directory.shto create a build directory. - Run 
cmake --build cmake-build-debug 
If you're using a JetBrains IDE such as CLion, the included dotfiles should work well enough.
See included LICENSE file.