TCP Loader
This is an old revision of this page, as edited by Henke37 (talk | contribs) at 21:48, 14 April 2008. It may differ significantly from the current revision. |
Svpe has been using the recent developments of the socket interface and have created a loader that loads stuff over TCP.
It is a TCP server running on the Wii that listens on port 8080 by default that will run any binary that is sent to it. Both DOL and ELF executables are supported.
A working windows gui has been written by dasda and henke37, but it is not quite ready for public consumption.
You currently need libogc cvs and bushing's socket patch in the sf.net patchtracker to compile this yourself. Precompiled binaries will maybe be released by me once this patch is in the cvs. Source code
Protocol
The client first sends the length of the file to load and then the data of the file. There is no traffic from the server.