libWiiSharp with fixes and improvements!
Find a file
Michael 642771463a
Add NUS checking (#2)
* Add NUS checking

* Remove obsolete variable
2022-03-19 21:58:35 -05:00
Licenses Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
.gitignore Add NUS checking (#2) 2022-03-19 21:58:35 -05:00
AssemblyInfo.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
BNS.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
Brlan.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
Brlyt.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
CertificateChain.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
CommonKey.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
ContentIndices.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
HbcTransmitter.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
Headers.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
HexView.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
IosPatcher.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
libWiiSharp.csproj Add NUS checking (#2) 2022-03-19 21:58:35 -05:00
libWiiSharp.csproj.user Readme Rewrite 2021-02-07 00:02:00 -06:00
libWiiSharp.pdb Add decompiled and edited files 2020-12-28 22:28:44 -06:00
libWiiSharp.sln Add decompiled and edited files 2020-12-28 22:28:44 -06:00
LICENSE File Cleanup 2021-02-06 18:12:11 -06:00
Lz77.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
MessageEventArgs.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
NusClient.cs Add NUS checking (#2) 2022-03-19 21:58:35 -05:00
README.md Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
Shared.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
Ticket.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
TMD.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
TPL.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
U8.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
WAD.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00
Wave.cs Update TPL for .Net 6, Copyright Year Update 2022-03-18 02:09:26 -05:00

libWiiSharp

libWiiSharp is a Wii related .NET library running on .Net 6 LTS. It can be used with any .NET language to easily develop Wii related applications.

Originally created by Leathl, The current maintainer of this repo is TheShadowEevee.

All public functions are documented and most should be pretty self-explanatory.

If you want to contribute, you can do so at the github repo.

License

libWiiSharp is released under the terms of the GNU General Public License v3. See the LICENSE file for more info

TPL code uses SkiaSharp, which is released under the MIT License. See the Licenses folder for information.

Credits

From the original libWiiSharp:

  • Xuzz, SquidMan, megazig, Matt_P, Omega and The Lemon Man for Wii.py
  • megazig for his bns conversion code (bns.py)
  • SquidMan for Zetsubou
  • Arikado and Lunatik for Dop-Mii
  • Andre Perrot for gbalzss

From this repo's libWiiSharp:

  • Same as above
  • Leathl as the original creator of libWiiSharp