Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

TCP Loader Wii: Difference between revisions

From GameBrew
No edit summary
m (HydeWing moved page Tcp Loader Wii to TCP Loader Wii without leaving a redirect)
(No difference)

Revision as of 07:31, 3 February 2023

TCP Loader
Wii-logo.jpg
General
Authorsvpe
TypeLoader
Version0.1
LicenseGNU GPL v2
Last Updated2008/04/15
Links
Download
Source

TCP Loader - Svpe has been using the recent developments of the socket interface and has created a loader that loads binaries over TCP.

It is a TCP server running on the Wii that listens on port 8080 and will run any binary that is sent to it after you confirmed the IP address with your GameCube controller. An additional warning is displayed when the connection comes from the Internet (i.e. the first two octets of your Wii's ip does not match the first two octets of the connector's ip). Both DOL and ELF executables are supported.

A working windows gui has been written by henke37 and dasda and is available as SendElf.

There is a video available on how to use TCP Loader here:

Protocol

The client first sends the length of the file to load in big-endian int32 and then the data of the file. There is no traffic from the server.

Usage

Launch the included elf or dol using your favourite method of launching homebrew one your console. It will then start listening on port 8080 and wait for a connection of the client.

External links

Advertising: