2025-04-29 00:42:53 +00:00
2025-04-25 18:46:18 -04:00
2024-01-15 13:59:03 +00:00
2025-04-29 00:42:53 +00:00
2023-08-28 22:47:11 -04:00
2024-01-15 13:59:03 +00:00
2022-10-18 13:33:15 -04:00
2025-04-25 11:38:58 -04:00
2025-04-25 11:35:49 -04:00
2025-04-25 11:36:12 -04:00
2018-08-23 21:35:31 +10:00
2024-01-15 13:59:03 +00:00
2022-11-10 09:58:17 -05:00
2022-10-18 13:33:15 -04:00

WiiSOAP

WiiSOAP is a server designed specifically to handle Wii Shop Channel SOAP - more specifically, that of the ECommerce library. Ideally, one day this will become feature complete enough to handle other titles utilizing EC, such as DLCs or other purchases.

It aims to implement everything necessary to provide title tickets, manage authentication, and everything between.

This repository has been modified to meet the requirements for WiiMart. This includes functions to handle gifted titles (sending and receiving), handling points (addition and removal), a new database schema to support this, and more.

Building

To build WiiSOAP, git clone this repository, and do go build in the directory it was cloned into. Make sure you have Go installed, or you won't be able to build it. Get it here

Contributing

Ensure you have run gofmt on your changes.

Description
Wii Shop Channel SOAP Server, designed specifically to handle Wii Shop Channel SOAP for WiiMart.
Readme AGPL-3.0 290 KiB
Languages
Go 100%