Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkosmari/gecko-reader
A Wii homebrew to print data read from a USB Gecko.
https://github.com/dkosmari/gecko-reader
homebrew usbgecko wii wii-homebrew
Last synced: about 1 month ago
JSON representation
A Wii homebrew to print data read from a USB Gecko.
- Host: GitHub
- URL: https://github.com/dkosmari/gecko-reader
- Owner: dkosmari
- License: gpl-3.0
- Created: 2024-06-29T01:04:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T03:11:10.000Z (3 months ago)
- Last Synced: 2024-10-25T03:44:43.417Z (3 months ago)
- Topics: homebrew, usbgecko, wii, wii-homebrew
- Language: M4
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Gecko Reader
This is a Wii homebrew app to read and print data from a USB Gecko.
The USB Gecko must be connected to slot A.
This app will also listen for TCP connections on port 4405. This connection is
bi-directional; any data sent to this port will be written to the USB Gecko.## Usage
Press HOME or START to quit the app.
Pressing 1/X will toggle translation of end-of-line characters, from `\r` to `\n`. Most
terminals expect `\n` to be the EOL character.### Example: accessing the COS Shell on a Wii U
Assuming you have the `socat` package installed, run:
socat READLINE TCP:wii:4405
Where `wii` is the address of your Wii console on your local network.
## Build instructions
If you obtained the source through a tarball, you can skip step 0.
0. `./bootstrap`
1. `./configure --host=powerpc-eabi`
2. `make`
3. `make zip`
The resulting `gecko-reader.zip` is installable with `wiiload`.