Difference between revisions of "TCP Loader"
Line 20: | Line 20: | ||
There is a video available on how to use TCP Loader here: http://www.youtube.com/watch?v=lzsMjUQwK4g | There is a video available on how to use TCP Loader here: http://www.youtube.com/watch?v=lzsMjUQwK4g | ||
− | |||
− | |||
− | |||
[http://dragon-gaming.com/wii/TCP%20Loader.zip TCP Loader Channel] By Nunim - Does not include the Windows Client GUI. | [http://dragon-gaming.com/wii/TCP%20Loader.zip TCP Loader Channel] By Nunim - Does not include the Windows Client GUI. |
Revision as of 00:26, 7 March 2009
TCP Loader | |
General | |
---|---|
Author(s) | Sven Peter, and GUI henke37, dasda |
Type | Loader/TCP |
Links | |
[[Tcploader-0.1.tgz|Download]] | |
[[svpe-wii.git|Source]] | |
Peripherals | |
![]() ![]() |
Sven Peter 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 here on the wiki.
You currently need libogc cvs to compile this yourself from the source code.
There is a video available on how to use TCP Loader here: http://www.youtube.com/watch?v=lzsMjUQwK4g
TCP Loader Channel By Nunim - Does not include the Windows Client GUI.
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.