https://github.com/openshopchannel/v1ticketgenerator
Creates the V1 Ticket format found on the Nintendo Wii
https://github.com/openshopchannel/v1ticketgenerator
Last synced: 4 months ago
JSON representation
Creates the V1 Ticket format found on the Nintendo Wii
- Host: GitHub
- URL: https://github.com/openshopchannel/v1ticketgenerator
- Owner: OpenShopChannel
- License: mit
- Created: 2022-11-03T00:31:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T04:02:21.000Z (over 3 years ago)
- Last Synced: 2025-08-01T00:57:52.727Z (11 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# V1TicketGenerator
A tool to create v1 Tickets found on the Nintendo Wii.
## Usage
This tool was created purely for use in [WiiSOAP](https://github.com/OpenShopChannel/WiiSOAP),
as service tickets use this special file format. For the purposes of WiiSOAP, this tool is complete,
but according to esitypes.h there are more structures that exist.
Check the `ticket_test.go` file for usage example.