libwinyl
Loading...
Searching...
No Matches
libwinyl v0.1

Welcome to the libwinyl website!
libwinyl is a C network library that was created specifically for the Nintendo Wii, but can also run on Linux.
Currently, it only supports HTTP GET requests.

Installation

  1. Read and follow the devkitPro pacman wiki page.
  2. Download the .pkg.tar.zst file from this link.
  3. Run
    dkp-pacman -U <the .pkg.tar.zst file>
    or, if you're on a distribution that uses pacman,
    pacman -U <the .pkg.tar.zst file>
    to install the package.
  4. Happy coding!

Usage

Check out the examples or read the API documentation.

Sources

libwinyl source code is published on Codeberg.
If you want to build libwinyl from source, follow the guide at this repo.

License

MIT License