TCP Loader Wii: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 14: Line 14:
TCP Loader is a tool that loads files via TCP.
TCP Loader is a tool that loads files via TCP.


It is a TCP server that runs on the Wii and listens on port 8080 and loads homebrew sent from your computer (you must first confirm the IP address with your GameCube controller).
It is a TCP server that runs on the Wii and listens on port 8080 and loads homebrew sent from your computer (you must first confirm the IP address with your GameCube controller).An additional message will appear when the connection is made from the internet. The DOL and ELF homebrew files are both supported.


An additional message will appear when the connection is made from the internet. The DOL and ELF homebrew files are both supported.
A working windows GUI has been written by henke37 and dasda and is available as [[SendElf Wii|SendElf]].
 
The Windows application is written by henke37 and dasda and is available on [http://www.henke37.cjb.net/downloads/tcpload.zip henke's site]. The Wii server part is included.  


To make this file yourself you need libogc cvs, [http://repo.or.cz/w/svpe-wii.git source code].
To make this file yourself you need libogc cvs, [http://repo.or.cz/w/svpe-wii.git source code].

Revision as of 02:38, 22 March 2023

TCP Loader
Tcploaderwii2.png
General
AuthorSven Peter (svpe)
TypeLoader
Version0.1
LicenseGPL-2.0
Last Updated2008/04/15
Links
Download
Website
Source

TCP Loader is a tool that loads files via TCP.

It is a TCP server that runs on the Wii and listens on port 8080 and loads homebrew sent from your computer (you must first confirm the IP address with your GameCube controller).An additional message will appear when the connection is made from the internet. The DOL and ELF homebrew files are both supported.

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

To make this file yourself you need libogc cvs, source code.

Protocol

The client first sends the size of the file to load the big-endian int32 and then sends the file.

There is no traffic from the server.

User guide

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.

Use henke37 and dasda's gui if you are running on win32. The included binary only works on linux.

Media

How To: Wii TCP Loader Install/Usage (nunim)

External links

Advertising: